38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : LQFMRP004
|
|
OBJETIVO : Imprimir Liquidacion Productos Terminados
|
|
Es usado por LQPRRP004
|
|
AUTOR : Juan F. Soto.
|
|
FECHA : Mayo 13, 1994
|
|
==========================================================================
|
|
}
|
|
SCHEMA smarmotech
|
|
screen
|
|
{
|
|
Ano [p ]
|
|
Mes Contable [m1]
|
|
Fecha Inicial [f001 ] Fecha Final [f002 ]
|
|
|
|
Tipo Reporte [d]
|
|
Imprimo Entrada [a]
|
|
Desea Imprimir Reporte [c]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
p = formonly.p_ano,required;
|
|
m1 = formonly.m_mes,required;
|
|
a = formonly.imp_entrada type char,required,include = ("N","S"),upshift;
|
|
f001 = formonly.fecha_inicial type date,format = "dd/mm/yy",comments =
|
|
"Digite la fecha inicial para general el reporte";
|
|
f002 = formonly.fecha_final type date,format = "dd/mm/yy",comments =
|
|
"Digite la fecha final para general el reporte";
|
|
c = formonly.imp type char,include=("S","N"),upshift,
|
|
comments = "S o N",required;
|
|
d = formonly.elije type char,include=("L","E"),upshift,
|
|
comments= "L o E",required;
|
|
instructions delimiters " "
|
|
end
|