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 smarmotech
screen
{
Fecha Inicial [k ]
Fecha Final [k1 ]
Maquina [m ]
Repuesto [n][g][t ][s ]
}
end
tables
irtb00006
attributes
k = formonly.fecha1 type date,format = "dd/mm/yyyy",comments =
"Digite Fecha Inicial";
k1 = formonly.fecha2 type date,format = "dd/mm/yyyy",comments =
"Digite Fecha Final";
m = irtb00006.maquina;
n = irtb00006.cod_n;
g = irtb00006.cod_grupo;
t = irtb00006.cod_tipo;
s = irtb00006.cod_sec;
instructions
delimiters " "
end