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
+31
View File
@@ -0,0 +1,31 @@
{
-------------------------------------------------------------------------------
FORMULARIO : COFMRP007
OBJETIVO : Pantalla para listar el Cronologico de Requisiciones
(COPRRP007)
PROGRAMADOR : Ing. Betania Guerrero Perez
FECHA REALIZACION : Octubre 26, 1992
-------------------------------------------------------------------------------
}
schema smarmotech
screen size 24 by 80
{
Fecha Inicial [k1 ]
Fecha Final [k2 ]
Departamento [p1 ]
Clasificacion [p ]
}
end
tables
cotb00006
ATTRIBUTES
p1 = formonly.departamento,COMMENTS="Digite codigo del departamento o deje en blanco para todos";
DATEEDIT k1 = formonly.fech_in type date,format = "dd/mm/yyyy";
DATEEDIT k2 = formonly.fech_fi type date,format = "dd/mm/yyyy";
COMBOBOX p = formonly.clasifica type char,ITEMS = (("P","PENDIENTES"), ("C","CERRADAS"), ("T","TODAS"));
instructions
delimiters " "
end