Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
database smarmotech
|
||||
{----------------------------------------------------------------------------
|
||||
AUTOR: JUAN FCO SOTO
|
||||
FECHA: 15 DE OCTUBRE DEL 1992
|
||||
DECRIPCION: FORMATO DE PANTALLA PARA maestra de repuestos
|
||||
----------------------------------------------------------------------------
|
||||
}
|
||||
LAYOUT (TEXT="MAESTRA REPUESTOS")
|
||||
GRID
|
||||
{
|
||||
<g >
|
||||
Codigo [a ][b ][c ][e ]
|
||||
Descripcion Espanol [d ]
|
||||
Descripcion Ingles [f ]
|
||||
Unidad Medida [k ]
|
||||
Existencia Inicial [f005 ]
|
||||
Existencia Minima [f011 ]
|
||||
Dia Llegada [p1 ] Categoria [g]
|
||||
|
||||
[q]
|
||||
Usuario creador [f007 ] Usuario modificador [f009 ]
|
||||
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
irtb00002
|
||||
ATTRIBUTES
|
||||
a = irtb00002.cod_n, autonext,comments =
|
||||
"Digite el NIVEL de repuestos";
|
||||
b = irtb00002.cod_grupo,autonext,comments="Digite la UBICACION de repuestos";
|
||||
c = irtb00002.cod_tipo, autonext, comments = "Digite el GRUPO de repuestos";
|
||||
e = irtb00002.cod_sec,autonext,comments= "Digite la SECUENCIA de repuestos";
|
||||
f005 = irtb00002.existencia,comments = "Digite la existencia actual";
|
||||
f011 = irtb00002.exist_min,autonext;
|
||||
p1 = irtb00002.dia_llegada,autonext,comments = "Digite Dia Llegada";
|
||||
g = irtb00002.categoria,upshift,comments="Digite La Categoria del Repuesto";
|
||||
d = formonly.descrip_esp,upshift,scroll;
|
||||
f = formonly.descrip_ing,upshift,scroll;
|
||||
k = formonly.unidad_med,upshift;
|
||||
q = irtb00002.status_t,noentry;
|
||||
f007 = irtb00002.us_crea, noentry;
|
||||
f008 = irtb00002.fech_crea, noentry;
|
||||
f009 = irtb00002.us_mod, noentry;
|
||||
f010 = irtb00002.fech_mod, noentry;
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user