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
+26
View File
@@ -0,0 +1,26 @@
{
-------------------------------------------------------------------------------
FORMULARIO : CGFMRP016
OBJETIVO : Pantalla para el programa que lista la relacion de
cheques (CGPRRP016)
PROGRAMADOR : Tadeo A. Ferreras
FECHA REALIZACION : Septiembre 03, 1993
-------------------------------------------------------------------------------
}
database marmotech
screen size 24 by 80
{
Fecha Inicial [f0 ]
Fecha Final [f1 ]
Cuenta No [f2 ]
}
end
tables
cgtb00005
attributes
f0 = formonly.fecha1 type date,format="dd/mm/yy",comments=
"Digite Fecha Inicial de la Relacion con el Formato DDMMYY";
f1 = formonly.fecha2 type date,format="dd/mm/yy",comments=
"Digite Fecha Final de la Relacion con el Formato DDMMYY";
f2 = cgtb00005.cuenta_no,comments = "Digite la cuenta ";
end