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