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
+23
View File
@@ -0,0 +1,23 @@
database marmotech
screen size 24 by 80
{
departamento [f000 ]
nom_dpto [f001 ]
status_t [a]
us_crea [f002 ]
fech_crea [f003 ]
us_mod [f004 ]
fech_mod [f005 ]
}
end
tables
adtb00001
attributes
f000 = adtb00001.departamento;
f001 = adtb00001.nom_dpto;
a = adtb00001.status_t;
f002 = adtb00001.us_crea;
f003 = adtb00001.fech_crea;
f004 = adtb00001.us_mod;
f005 = adtb00001.fech_mod;
end