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
+31
View File
@@ -0,0 +1,31 @@
database rayovac@demo_se
screen size 24 by 80
{
cod_n [f000 ]
cod_grupo [f001 ]
cod_tipo [f002 ]
cod_sec [f003 ]
categoria [a]
mes_ch [f004 ]
status_t [b]
us_crea [f005 ]
fech_crea [f006 ]
us_mod [f007 ]
fech_mod [f008 ]
}
end
tables
intb00014
attributes
f000 = intb00014.cod_n;
f001 = intb00014.cod_grupo;
f002 = intb00014.cod_tipo;
f003 = intb00014.cod_sec;
a = intb00014.categoria;
f004 = intb00014.mes_ch;
b = intb00014.status_t;
f005 = intb00014.us_crea;
f006 = intb00014.fech_crea;
f007 = intb00014.us_mod;
f008 = intb00014.fech_mod;
end