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 juviar
screen size 24 by 80
{
usuario [f000 ]
us_menu [f001 ]
opcion [f002 ]
descr_puesto [f003 ]
status_t [a]
us_crea [f004 ]
fech_crea [f005 ]
us_mod [f006 ]
fech_mod [f007 ]
}
end
tables
seg0001
attributes
f000 = seg0001.usuario;
f001 = seg0001.us_menu;
f002 = seg0001.opcion;
f003 = seg0001.descr_puesto;
a = seg0001.status_t;
f004 = seg0001.us_crea;
f005 = seg0001.fech_crea;
f006 = seg0001.us_mod;
f007 = seg0001.fech_mod;
end