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 marmotech
screen size 24 by 80
{
cod_cia [f000 ]
descripcion [f001 ]
departamento [f002 ]
cuenta_no [f003 ]
us_crea [f004 ]
fech_crea [f005 ]
us_mod [f006 ]
fech_mod [f007 ]
}
end
tables
iptb00022
attributes
f000 = iptb00022.cod_cia;
f001 = iptb00022.descripcion;
f002 = iptb00022.departamento;
f003 = iptb00022.cuenta_no;
f004 = iptb00022.us_crea;
f005 = iptb00022.fech_crea;
f006 = iptb00022.us_mod;
f007 = iptb00022.fech_mod;
end