Files

32 lines
965 B
Plaintext

{
-------------------------------------------------------------------------------
FORMULARIO : TEFMRP001
OBJETIVO : Pantalla para listar la Validacion de los Depositos.
Es usada por (TEPRRP001)
PROGRAMADOR : Tadeo A. Ferreras
FECHA REALIZACION : Sept. 28, 1993
-------------------------------------------------------------------------------
}
database rayovac
screen size 24 by 80
{
Fecha Inicial [fi ]
Fecha Final [ff ]
Banco [ct ]
Numero Deposito [nd ]
Procedencia [p]
}
end
tables
tetb00001
attributes
fi = formonly.fecha1 type date,format = "dd/mm/yyyy";
ff = formonly.fecha2 type date,format = "dd/mm/yyyy";
ct = tetb00001.cuenta_no;
nd = tetb00001.num_doc;
p = tetb00001.procedencia,include=(1 to 5),comments =
"1= Cobro Cliente 2=Exportacion 3=Prest. Banco 4=Otros Igresos 5=Transferencia";
instructions delimiters " "
end