24 lines
735 B
Plaintext
24 lines
735 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
|
|
{
|
|
Tipo de Nomina [f]
|
|
Codigo de Movimiento [a ]
|
|
}
|
|
end
|
|
tables
|
|
notb00007
|
|
attributes
|
|
f = notb00007.tipo_emp,autonext,upshift,
|
|
comments = "Digite Q- Quincenal, S- Semanal, V- Vendedor";
|
|
a = notb00007.cod_mov,comments = "Digite el codigo para las horas extras";
|
|
end
|