31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
{
|
|
==========================================================================
|
|
FORMULARIO : CTFMRP025
|
|
OBJETIVO : Imprimir el Mayor Auxiliar de Costos en rango de fecha
|
|
Es usado CGPRRP025
|
|
AUTOR : Tadeo A. Ferreras
|
|
FECHA : Oct. 05, 1993
|
|
==========================================================================
|
|
}
|
|
database marmotech
|
|
screen
|
|
{
|
|
|
|
Fecha Inicial [f001 ] DEBITO :[db ]
|
|
Fecha Final [f002 ] CREDITO :[cr ]
|
|
BALANCE :[bl ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00004
|
|
attributes
|
|
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";
|
|
db = formonly.total1 type decimal,color=yellow,noentry;
|
|
cr = formonly.total2 type decimal,color=yellow,noentry;
|
|
bl = formonly.total3 type decimal,color=red,noentry;
|
|
instructions delimiters " "
|
|
end
|