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 : CGFMWD004
OBJETIVO : Consulta de las cuentas contables (CGPRMT004,CGPRMT005)
DISENO : Ing. Betania Guerrero Perez
FECHA REALIZADO : Octubre 18, 1993
--------------------------------------------------------------------------
}
SCHEMA sistemas
LAYOUT
GRID
{
<G >
Busca Cuentas Contables
Cuenta Descripcion origen
[de ] [n ] [a]
[de ] [n ] [a]
[de ] [n ] [a]
[de ] [n ] [a]
[de ] [n ] [a]
}
end
tables
cgtb00001
attributes
de = cgtb00001.cuenta_no;
n = cgtb00001.descripcion,upshift,
comments = "<Esc> Busca todas las cuentas";
a = cgtb00001.origen;
instructions
screen record s_cuentas[5](cuenta_no,descripcion,origen)
delimiters " "
end