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