Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
------------------------------------------------------------------------
|
||||
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
|
||||
Reference in New Issue
Block a user