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 rayovac@demo_se
screen size 24 by 80
{
departamento [f000 ]
estado_a [f001]
estado_m [f002]
depto_ant [f003 ]
estatus_t [a]
us_crea [f004 ]
fech_crea [f005 ]
us_mod [f006 ]
fech_mod [f007 ]
}
end
tables
adtb00029
attributes
f000 = adtb00029.departamento;
f001 = adtb00029.estado_a;
f002 = adtb00029.estado_m;
f003 = adtb00029.depto_ant;
a = adtb00029.estatus_t;
f004 = adtb00029.us_crea;
f005 = adtb00029.fech_crea;
f006 = adtb00029.us_mod;
f007 = adtb00029.fech_mod;
end