Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user