34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CGFMRP014
|
|
OBJETIVO : Imprimir el Mayor Auxiliar de Costos en rango de fecha
|
|
Es usado CGPRRP014
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Oct. 05, 1993
|
|
==========================================================================
|
|
}
|
|
database smarmotech
|
|
screen
|
|
{
|
|
|
|
Fecha Inicial [f001 ]
|
|
Fecha Final [f002 ]
|
|
Cuenta No. [fe ]
|
|
Codigo Aux. [c1]-[c2 ]
|
|
Referencia [re ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
c1 = formonly.cod_Sp,comments="CODIGO AUXILIAR, 01-Empleados 21-SUPLIDORES";
|
|
c2 = formonly.cod_sp_sc,comments="CODIGO AUXILIAR";
|
|
f001 = formonly.fecha_inicial type date,format = "dd/mm/yyyy",comments =
|
|
"Digite la fecha inicial para general el reporte";
|
|
f002 = formonly.fecha_final type date,format = "dd/mm/yyyy",comments =
|
|
"Digite la fecha final para general el reporte";
|
|
fe = cgtb00004.cuenta_no,comments="Digite la Cuenta";
|
|
re = cgtb00004.num_doc,comments = "Digite la referencia deseada";
|
|
instructions delimiters " "
|
|
end
|