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
+36
View File
@@ -0,0 +1,36 @@
{
==============================================================================
FORMULARIO : PRFMMT004
OBJETIVO : CAPTURAR EL CONTROL DE LOS DEPARTAMENTOS
DISENADO : Juan F. Soto
FECHA : Septiembre 14, 1994
==============================================================================
}
database marmotech
screen size 24 by 80
{
\g------------------------------------------------------------------------\g
MANTENIMIENTO CONTROL DEPARTAMENTOS
\g------------------------------------------------------------------------\g
Nomenclatura [a ]
Departamento [f000 ][des1 ]
Usuario Creador [f001 ] Fecha Creadcion [f002 ]
Usuario Modificador [f003 ] Fecha Modificacion [f004 ]
< Esc > Busca y Actualiza Tabla < Ctrl-C > Cancela Operacion
}
end
tables
prtb00004,adtb00001
attributes
a = prtb00004.tipo,include=("A","B+C","D"),comments =
"Valores Permitibles A, B+C, D",upshift;
f000 = prtb00004.departamento, lookup des1=adtb00001.nom_dpto,
joining *adtb00001.departamento;
f001 = prtb00004.us_crea,noentry,default=user;
f002 = prtb00004.fech_crea,default=current,noentry;
f003 = prtb00004.us_mod,noentry;
f004 = prtb00004.fech_mod,noentry;
end