28 lines
839 B
Plaintext
28 lines
839 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP009
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
los Descuentos de Cooperativa (NOPRRP009,NOPRRP011)
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Septiembre 03, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Numero de Nomina [f001]
|
|
Tipo de Nomina [f]
|
|
Movimiento [k ]
|
|
}
|
|
end
|
|
tables
|
|
notb00008
|
|
attributes
|
|
f001 = notb00008.num_nomi,autonext,
|
|
comments = "Digite el numero de la nomina";
|
|
f = notb00008.tipo_emp,upshift,
|
|
comments = "Digite Q- Quincenal, S- Semanal, V- Vendedor";
|
|
k = notb00008.cod_mov,required,
|
|
comments = "Digite el movimiento deseado";
|
|
end
|