26 lines
845 B
Plaintext
26 lines
845 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP011
|
|
OBJETIVO : Pantalla para el programa que lista las horas extras
|
|
(NOPRRP011)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Septiembre 07, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [f2 ]
|
|
Fecha final [f3 ]
|
|
Tipo de Nomina [f]
|
|
}
|
|
end
|
|
tables
|
|
notb00007
|
|
attributes
|
|
f2 = formonly.fecha_inicial type date,format = "dd/mm/yy";
|
|
f3 = formonly.fecha_final type date,format = "dd/mm/yy";
|
|
f = formonly.tipo type char,upshift,include = ("Q","S","V"),
|
|
comments = "Digite Q- Quincenal, S- Semanal, V- Vendedor";
|
|
end
|