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 marmotech
screen size 24 by 80
{
cod_mov [f000 ]
descrip_mov [f001 ]
status_mov [a]
cuenta_1 [f002]
cuenta_2 [f003]
cuenta_3 [f004]
status_t [b]
us_crea [f005 ]
fech_crea [f006 ]
us_mod [f007 ]
fech_mod [f008 ]
}
end
tables
iptb00005
attributes
f000 = iptb00005.cod_mov;
f001 = iptb00005.descrip_mov;
a = iptb00005.status_mov;
f002 = iptb00005.cuenta_1;
f003 = iptb00005.cuenta_2;
f004 = iptb00005.cuenta_3;
b = iptb00005.status_t;
f005 = iptb00005.us_crea;
f006 = iptb00005.fech_crea;
f007 = iptb00005.us_mod;
f008 = iptb00005.fech_mod;
end