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
+54
View File
@@ -0,0 +1,54 @@
{
=============================================================================
FORMULARIO : IPFMWD009
OBJETIVO : Desplegar los codigos y nombres de la maestra de
clientes
PROGRAMA Q. LO USA : IPPRMT044
AUTOR : JUAN F. SOTO
FECHA : FEBRERO 6, 1999
=============================================================================
}
SCHEMA smarmotech
SCREEN
{
DESCRIPCION:[des ][und ]
\g------------------------------------------------------------------------------\g
Etiqueta Codigo Lado 1 Lado 2 Lado 3 Cantidad Medidas
\g------------------------------------------------------------------------------\g
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
======== ===========
[t2 ][t1 ]
}
end
tables
vetb00004
attributes
COMBOBOX et = formonly.etiqueta;
t1 = formonly.total_medida;
t2 = formonly.total_cantidad;
des = formonly.descrip_esp;
und = formonly.unidad_med;
a = formonly.cod_n,noentry;
b = formonly.cod_grupo,noentry;
c = formonly.cod_tipo,noentry;
d = formonly.cod_sec,noentry;
l1 = formonly.lado_1;
l2 = formonly.lado_2;
l3 = formonly.lado_3;
c1 = formonly.cantidad;
m = formonly.medida;
instructions delimiters " "
screen record sdespiece[8](etiqueta,cod_n,cod_grupo,cod_tipo,cod_sec,lado_1,lado_2,lado_3,cantidad,medida)
end