Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
===========================================================================
|
||||
SISTEMA : Cuentas Por Cobrar
|
||||
FORMULARIO : CCFMRP024
|
||||
OBJETIVO : Reporatar devoluciones Por Mes En Un Ano Especifico,
|
||||
es usado por CCPRRP024
|
||||
AUTOR : Tadeo A Ferreras
|
||||
FECHA : Diciembre 1, 1993
|
||||
===========================================================================
|
||||
}
|
||||
database marmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
|
||||
Ano a Procesar [f1 ]
|
||||
Mes a Procesar [f2]
|
||||
Producto Terminado [b]-[c]-[d ]-[e ]
|
||||
|
||||
}
|
||||
end
|
||||
tables
|
||||
iptb00006
|
||||
attributes
|
||||
f1 = formonly.ano type smallint,autonext,comments="Digite el ano a Procesar";
|
||||
f2 = formonly.mes type smallint,autonext,comments="Digite el mes a procesar.";
|
||||
b = iptb00006.cod_n;
|
||||
c = iptb00006.cod_grupo;
|
||||
d = iptb00006.cod_tipo;
|
||||
e = iptb00006.cod_sec;
|
||||
|
||||
instructions
|
||||
delimiters " "
|
||||
end
|
||||
Reference in New Issue
Block a user