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
+27
View File
@@ -0,0 +1,27 @@
database marmotech
screen size 24 by 80
{
Origen [f000 ]
Descripcion [f001 ]
Departamento [f002 ] [nd ]
Cuenta [f003 ] [nc ]
Usuario Creador [f004 ] Usuario Modificador [f006 ]
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
}
end
tables
iptb00022
attributes
f000 = iptb00022.cod_cia,comments="Digite Codigo de Origen";
f001 = iptb00022.descripcion,upshift;
f002 = iptb00022.departamento;
f003 = iptb00022.cuenta_no;
nd = formonly.nombre_dpto,noentry;
nc = formonly.nombre_cta,noentry;
f004 = iptb00022.us_crea,noentry;
f005 = iptb00022.fech_crea,noentry;
f006 = iptb00022.us_mod,noentry;
f007 = iptb00022.fech_mod,noentry;
instructions delimiters " "
end