Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+27
View File
@@ -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