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
+29
View File
@@ -0,0 +1,29 @@
database smarmotech
screen
{
Ano [p ]
Mes [k ]
Porciento Mayor o Igual a [p1 ]
Codigo [a ][b ][c ][d ]
Tipo Inventario [tp ]
Tipo Busqueda [tp1 ]
}
end
tables
intb00006
attributes
a = formonly.cod_n;
b = formonly.cod_grupo;
c = formonly.cod_tipo;
d = formonly.cod_Sec;
COMBOBOX tp1 = formonly.busqueda, ITEMS=(("H","HISTORIAL"),("A","ACTUAL")),DEFAULT="A";
COMBOBOX tp = formonly.tipo_invent,ITEMS=(("1", "MAT.PRIMA"), ("2","PTOS.TERMINADOS"),("3","REPUESTOS")),default="1";
k = formonly.mes1;
p = formonly.ano1;
p1 = formonly.p_porciento;
instructions
delimiters " "
end