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
+24
View File
@@ -0,0 +1,24 @@
DATABASE marmotech
SCREEN SIZE 24 by 80
{
Cantidad de meses [me]
Fecha Inicial Proyeccion [f001 ]
\g---------------------------------------------\g
Orden Fecha Original Fecha Actualizada
\g---------------------------------------------\g
[f1 ] [f2 ] [f3 ]
}
end
tables
cotb00014
attributes
me = formonly.meses_py;
f001 = formonly.fecha_inicial_py type date,format = "dd/mm/yy";
f1 = formonly.num_oc;
f2 = formonly.fech_ent type date,format = "dd/mm/yy";
f3 = formonly.up_fecha1 type date,format = "dd/mm/yy";
instructions
delimiters " "
end