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