29 lines
865 B
Plaintext
29 lines
865 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP014
|
|
OBJETIVO : Pantalla para captura de informacion necesaria para
|
|
imprimir el IR-13 por empleado a un ano especifico
|
|
PROGRAMA Q. LO USA: NOPRRP014
|
|
PROGRAMADOR : Tadeo A. Ferreras F.
|
|
FECHA REALIZACION : Agosto 25, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ano Requerido [ano ]
|
|
Tipo de Nomina [t]
|
|
}
|
|
end
|
|
tables
|
|
notb00008
|
|
attributes
|
|
ano = formonly.ano type integer,comments =
|
|
"Digite el ano requerido para impresion de las horas extras";
|
|
t = formonly.tipo_nomina type char,upshift,include = ("Q","S","V"),comments =
|
|
"Digite el tipo de nomina: Q=Quincenal S=Semanal V=Vendedores";
|
|
instructions
|
|
delimiters " "
|
|
end
|