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 : PRFMWD004
OBJETIVO : DESPIECE PRODUCTOS
PROGRAMA Q. LO USA : PRPRMT008
AUTOR : JUAN F. SOTO
FECHA : JUNIO 16, 2008
=============================================================================
}
DATABASE smarmotech
LAYOUT (TEXT="DESPIECE")
GRID
{
DESCRIPCION:[des ][und ]
<G "Despiece" >
<t >
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
[et ][a1 ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
============
[t1 ]
}
end
end
tables
vetb00004
attributes
COMBOBOX et = formonly.etiqueta,upshift,scroll,TITLE="ETIQUETA";
t1 = formonly.total_medida;
des = formonly.descrip_esp;
und = formonly.unidad_med;
a1 = formonly.area,TITLE="AREA";
a = formonly.cod_n,noentry,TITLE="CODIGO";
b = formonly.cod_grupo,noentry;
c = formonly.cod_tipo,noentry;
d = formonly.cod_sec,noentry;
l1 = formonly.lado_1,TITLE="LADO1";
l2 = formonly.lado_2,TITLE="LADO2";
l3 = formonly.lado_3,TITLE="LADO3";
c1 = formonly.cantidad,TITLE="CANTIDAD";
m = formonly.medida,TITLE="MEDIDA";
instructions delimiters " "
screen record sdespiece[8](etiqueta,area,cod_n,cod_grupo,cod_tipo,cod_sec,lado_1,lado_2,lado_3,cantidad,medida)
end