Files

51 lines
1.8 KiB
Plaintext

{
========================================================================
FORMULARIO : IRFMMT57
SISTEMA : Inventario Repuestos (Inventario Perpetuo)
OBJETIVO : Pantalla para digitar los resultados del inventario
fisico perpetuo realizado en determinada semana del
mes
PROGRAMA Q. USA : IRPRMT57
PROGRAMADOR : Tadeo A. Ferreras
FECHA : Mayo 9, 1993
=========================================================================
}
database smarmotech
screen
{
Codigo [a]-[b]-[b1]-[b2 ]
[b3 ] [b4 ] Categoria [e]
Semana Del [c ] Al [c1 ]
Existencia Actual [d ] Fisica [d1 ]
[j]
Usuario Creador [usu ] Usuario Modificador [usm ]
Fecha de Creacion[fech ] Fecha de Modificacion[fec1 ]
}
end
tables
irtb00002
irtb00016
irtb00017
attributes
a = irtb00017.cod_n,autonext,color = blue,include = (5),default = 5;
b = irtb00017.cod_grupo,autonext,color = blue;
b1 = irtb00017.cod_tipo,autonext,color = blue;
b2 = irtb00017.cod_sec,autonext,color = blue;
b3 = irtb00002.unidad_med,color = blue,noentry;
b4 = irtb00002.descrip_esp,color = blue,noentry;
e = irtb00016.categoria,color = blue,noentry;
c = irtb00017.semana_del,autonext,color = blue,format = "dd-mm-yyyy";
c1 = irtb00017.semana_al,autonext,color=blue,format="dd-mm-yyyy";
d = irtb00017.exis_act,color = blue,noentry;
d1 = irtb00017.exis_fisica,color = blue;
j = irtb00017.status_t,noentry;
usu = irtb00017.us_crea,noentry;
fech = irtb00017.fech_crea,noentry;
usm = irtb00017.us_mod,noentry;
fec1 = irtb00017.fech_mod,noentry;
instructions delimiters " "
end