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 exterior
screen size 24 by 80
{
num_doc [f000 ]
cod_mov [f001 ]
status_t [a]
us_crea [f002 ]
fech_crea [f003 ]
us_mod [f004 ]
fech_mod [f005 ]
}
end
tables
intb00023
attributes
f000 = intb00023.num_doc;
f001 = intb00023.cod_mov;
a = intb00023.status_t;
f002 = intb00023.us_crea;
f003 = intb00023.fech_crea;
f004 = intb00023.us_mod;
f005 = intb00023.fech_mod;
end