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
+32
View File
@@ -0,0 +1,32 @@
{
============================================================================
FORMULARIO : IRFMRP019
OBJETIVO : CAPTURA EL MES INICIAL Y EL MES FINAL, ANO
DISENO : JUAN F. SOTO
FECHA : FEBRERO 17, 1995
============================================================================
}
database smarmotech
screen size 24 by 80
{
Ano [p1 ] \gp---------------------------------q\g
Mes Inicial [m1] \g|\g \g|\g
Mes Final [m2] \gb---------------------------------d\g
Codigo [a][b][c ][d ]
}
tables
irtb00006
attributes
p1 = formonly.p_ano,required;
m1 = formonly.mes_ini,required;
m2 = formonly.mes_fin,required;
a = irtb00006.cod_n;
b = irtb00006.cod_grupo;
c = irtb00006.cod_tipo;
d = irtb00006.cod_sec;
end