28 lines
969 B
Plaintext
28 lines
969 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP037
|
|
OBJETIVO : Pantalla para el programa de Analisis de Beneficios
|
|
del Personal.
|
|
PROGRAMADOR : Ing. JOSE ALFREDO PAULINO ALEJO
|
|
FECHA REALIZACION : Diciembre 4, 1996.
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Desde : [f002 ] Hasta : [f001 ]
|
|
Tipo Empleado(s) [n]
|
|
Empleado (S) [f004]
|
|
}
|
|
end
|
|
tables
|
|
adtb00003
|
|
attributes
|
|
f002 = formonly.fech_ini type date,format = "dd/mm/yyyy",
|
|
comments = "Desde que fecha desea el reporte ";
|
|
f001 = formonly.fech_fin type date,format = "dd/mm/yyyy",
|
|
comments = "Hasta que fecha desea el reporte ";
|
|
f004 = adtb00003.num_emp,comments = "Digite el Codigo(S) Empleado (S) ";
|
|
n = adtb00003.nomina,UPSHIFT,comments = "Q = Quincenal/ S = SEMANAL ";
|
|
end
|