Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
|
||||
{
|
||||
----------------------------------------------------------------------------
|
||||
FORMULARIO : CPFMWD005
|
||||
OBJETIVO : Pantalla para despeglar los balances de los prepagos
|
||||
PROGRAMAS UTILIZAN : cpprmt001
|
||||
PROGRAMADOR : Tadeo Ferreras
|
||||
FECHA REALIZACION : Julio 17, 1993
|
||||
----------------------------------------------------------------------------
|
||||
}
|
||||
database marmotech
|
||||
screen
|
||||
{
|
||||
\g----------------------------------\g
|
||||
Documento Tipo Valor
|
||||
\g----------------------------------\g
|
||||
[nd ][tp][va ]
|
||||
[nd ][tp][va ]
|
||||
[nd ][tp][va ]
|
||||
[nd ][tp][va ]
|
||||
[nd ][tp][va ]
|
||||
[nd ][tp][va ]
|
||||
}
|
||||
end
|
||||
tables
|
||||
cptb00001
|
||||
attributes
|
||||
nd = cptb00001.num_doc;
|
||||
tp = cptb00001.tipo_doc,noentry;
|
||||
va = cptb00001.valor,noentry;
|
||||
instructions
|
||||
screen record prepago_wd1[6](num_doc,tipo_doc,valor)
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user