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 marmotech
screen size 24 by 80
{
Cantidad Meses a Proyectar [e ] Fecha Inicial del Plan [f ]
Porciento Global Sobre el Gravamen [g ]
Porciento Para el Recargo Cambiario [h ] Codigo Material [a]-[b]-[c ]-[d ]
}
end
tables
cotb00026,intb00001
attributes
e = formonly.meses_py,autonext ,
comments = "Digite la Cantidad de Meses del Plan";
f = formonly.fecha_inicial_py type date, autonext, format = "dd/mm/yy",
comments = "Digite la Fecha Inicial del Plan. Use el formato DDMMAA";
g = formonly.porc_total_grav , autonext,
comments = "El porciento debe ser un numero entero. Ej. 20 ";
h = formonly.porc_total_rc , autonext,
comments = "El porciento debe ser un numero entero. Ej. 20 ";
a = intb00001.cod_n;
b = intb00001.cod_grupo;
c = intb00001.cod_tipo;
d = intb00001.cod_sec;
end