Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
database marmotech
screen size 24 by 80
{
Codigo Arancelario [f000 ]
Descripcion Espanol [f001 ]
Descripcion Ingles [f002 ]
Usuario Creador [f003 ] Usuario Modificador [f005 ]
Fecha Creacion [f004 ] Fecha Modificacion [f006 ]
[j]
}
end
tables
cotb00005
attributes
f000 = cotb00005.cod_nab,picture = "##.##.##.##", autonext,
comments = "Digite el codigo arancelario";
f001 = cotb00005.descrip_esp, upshift,
comments = "Digite la descripcion en espanol";
f002 = cotb00005.descrip_ing, upshift,
comments = "Digite la descripcion en ingles";
f003 = cotb00005.us_crea, noentry;
f004 = cotb00005.fech_crea, noentry;
f005 = cotb00005.us_mod, noentry;
f006 = cotb00005.fech_mod, noentry;
j = cotb00005.status_t,noentry;
instructions
delimiters " "
end