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
+26
View File
@@ -0,0 +1,26 @@
DATABASE smarmotech
screen
{
Numero De La Orden [o1 ]
Tipo Orden [t1]
Status Orden [a]
Usuario Creador [u1 ] Usuario Modificador [u2 ]
Fecha Creacion [f1 ] Fecha Modificacion [f2 ]
}
end
tables
cotb00014
attributes
o1 = formonly.num_oc;
t1 = cotb00014.tipo;
a = cotb00014.cierre,include=("S","N"),upshift,
comments = "S - CERRADA, N - ABIERTA";
u1 = cotb00014.us_crea,noentry;
f1 = cotb00014.fech_crea,noentry;
u2 = cotb00014.us_mod,noentry;
f2 = cotb00014.fech_mod,noentry;
instructions
delimiters " "
end