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
{
tipo_doc [a0]
num_doc [f002 ]
tipo_cliente [f003 ]
sec_cliente [f004 ]
fecha_orig [f007 ]
aplica_a [f009 ]
valor [f012 ]
monto_desc [f016 ]
}
end
tables
cctb00001
attributes
a0 = cctb00001.tipo_doc,upshift;
f002 = cctb00001.num_doc;
f003 = cctb00001.tipo_cliente;
f004 = cctb00001.sec_cliente;
f007 = cctb00001.fecha_orig,format="dd/mm/yy";
f009 = cctb00001.aplica_a;
f012 = cctb00001.valor;
f016 = cctb00001.monto_desc;
end