29 lines
912 B
Plaintext
29 lines
912 B
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMRP024
|
|
OBJETIVO : Pantalla a ser utilizado por el programa que lista
|
|
los Acumulado por tipo Movimiento (NOPRRP024)
|
|
PROGRAMADOR : Ing. Juan F. Soto.
|
|
FECHA REALIZACION : Febrero 3, 1994
|
|
------------------------------------------------------------------------
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Tipo Empleado [f]
|
|
Tipo Movimiento [g]
|
|
Fecha de Corte [h ]
|
|
Numero Empleado [i ]
|
|
}
|
|
end
|
|
tables
|
|
notb00008
|
|
attributes
|
|
f = formonly.nomina type char,upshift,include=("Q","V","S"),
|
|
comments = "Digite Q = Quincenal V = Vendedores S = Semanal";
|
|
g = formonly.tipo_emp type char,upshift,include=("I","D"),
|
|
comments = "Digite I = Ingresos D = Descuentos ";
|
|
h = formonly.fecha type date,format = "dd/mm/yy";
|
|
i = notb00008.num_emp;
|
|
end
|