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
+21
View File
@@ -0,0 +1,21 @@
database marmotech
screen size 24 by 80
{
Cantidad Meses a Proyectar [e ]
Fecha Inicial del Plan [f ] Codigo Del Material [a]-[b]-[c ]-[d ]
}
end
tables
cotb00026
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";
a = formonly.cod_n,autonext;
b = formonly.cod_grupo,autonext;
c = formonly.cod_tipo,autonext;
d = formonly.cod_sec,autonext;
end