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
+33
View File
@@ -0,0 +1,33 @@
database marmotech
screen size 24 by 80
{
cod_comp [f000 ]
nombre [f001 ]
rnc [f002 ]
direccion [f003 ]
telefono [f004 ]
fax [f005 ]
administrador [f006 ]
status_t [a]
us_crea [f007 ]
fech_crea [f008 ]
us_mod [f009 ]
fech_mod [f010 ]
}
end
tables
companias
attributes
f000 = companias.cod_comp;
f001 = companias.nombre,upshift;
f002 = companias.rnc,upshift;
f003 = companias.direccion,upshift;
f004 = companias.telefono;
f005 = companias.fax;
f006 = companias.administrador,upshift;
a = companias.status_t,noentry;
f007 = companias.us_crea,noentry;
f008 = companias.fech_crea,noentry;
f009 = companias.us_mod,noentry;
f010 = companias.fech_mod,noentry;
end