Files
MBS/PROYECTOS/ipdir/ipfmmt013.per
T

45 lines
1.7 KiB
Plaintext

database marmotech
screen size 24 by 80
{
Ventas [v] [v1 ]
Mes Inicial [f1] [g4 ] Mes Final [f2] [g5 ]
Ano [f002]
Codigo [a ][b ][c ][d ][e ] [g ]
Costo Standard: Material[m3 ]Labor[m4 ]Gastos[m5 ]
[j]
Usuario Creador [f006 ] Usuario Modificador [f008 ]
Fecha Creacion [f007 ] Fecha Modificacion [f009 ]
}
end
tables
iptb00004,iptb00002
attributes
v = iptb00004.ventas,reverse,include = ("1","2"),comments =
"1- LOCAL 2- EXPORTACION";
v1 = formonly.nombre_v,reverse,noentry,queryclear;
f1 = iptb00004.mes_ini,autonext,
comments = "Digite el mes inicial";
g4 = formonly.descrip1;
f2 = iptb00004.mes_fin,reverse,autonext,
comments = "Digite el mes final";
g5 = formonly.descrip2,reverse;
f002 = iptb00004.ano,autonext,reverse,comments = "Digite el ano";
a = iptb00004.cod_n,autonext,reverse,comments = "Digite el NIVEL";
b = iptb00004.cod_grupo,autonext,reverse,comments = "Digite el GRUPO";
c = iptb00004.cod_tipo,autonext,reverse,comments = "Digite el TIPO";
d = iptb00004.cod_sec,autonext,reverse,comments = "Digite la SECUENCIA";
e = formonly.descripcion,noentry,reverse;
g = iptb00002.unidad_med,noentry,reverse;
j = iptb00004.status_t,noentry;
f006 = iptb00004.us_crea,noentry,reverse;
f007 = iptb00004.fech_crea,noentry,reverse;
f008 = iptb00004.us_mod,noentry,reverse;
f009 = iptb00004.fech_mod,noentry,reverse;
m3 = iptb00004.material ,autonext;
m4 = iptb00004.labor ,autonext;
m5 = iptb00004.gastos ,autonext;
instructions
delimiters " "
end