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
+32
View File
@@ -0,0 +1,32 @@
database marmotech
screen
{
Codigo Producto [np ]
[uni ][nf1 ]
Ano [ano ]
Mes [me]
Cantidad [ct ]
Usuario Creador [f11 ] Usuario Modificador [f12 ]
Fecha Creacion [f10 ] Fecha Modificacion [f13 ]
}
end
tables
cttb00014
attributes
np = cttb00014.cod_prod,autonext;
uni= formonly.unidad type char,noentry,color=yellow;
nf1= formonly.descrip type char,noentry,color=yellow;
ano= cttb00014.ano,comments="Digite el Ano de realizacion del Inventario";
me = cttb00014.mes,comments="Digite el Mes de realizacion del Inventario";
ct = cttb00014.cantidad;
f11 = formonly.usuario_c,noentry;
f10 = formonly.fecha_c,noentry;
f12 = formonly.usuario_m,noentry;
f13 = formonly.fecha_m,noentry;
instructions
delimiters " "
end