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
+25
View File
@@ -0,0 +1,25 @@
database smarmotech
screen size 24 by 80
{
Codigo del Pais [a0 ]
Nombre del Pais [f000 ]
[j]
Usuario Creador [f002 ] Usuario Modificador [f004 ]
Fecha Creacion [f003 ] Fecha Modificacion [f005 ]
}
end
tables
cotb00018
attributes
a0 = cotb00018.cod_pais,autonext,
comments = "Digite el codigo del pais";
f000 = cotb00018.nom_pais,upshift,
comments = "Digite el nombre del pais";
j = cotb00018.status_t,noentry;
f002 = cotb00018.us_crea,noentry;
f003 = cotb00018.fech_crea,noentry;
f004 = cotb00018.us_mod,noentry;
f005 = cotb00018.fech_mod,noentry;
instructions
delimiters " "
end