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
+34
View File
@@ -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