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
+36
View File
@@ -0,0 +1,36 @@
{
-----------------------------------------------------------------------------
FORMULARIO : PRFMMT019
OBJETIVO : ORDENES DE PRODUCCION PENDIENTES
PROGRAMA UTILI. : PRPRRP019
REALIZADO POR : Victor Gomez C.
FECHA : Saturday, April 07, 2001
-----------------------------------------------------------------------------
}
database smarmotech
screen size 24 by 80
{
Fecha Inicial [f2 ]
Fecha Final [f3 ]
Codigo [a ][b ][c ][d ]
Orden [k1 ]
Documento [k ]
}
end
tables
prtb00007
ATTRIBUTES
DATEEDIT f2 = formonly.fecha_inicial;
DATEEDIT f3 = formonly.fecha_final;
a = formonly.cod_n;
b = formonly.cod_grupo;
c = formonly.cod_tipo;
d = formonly.cod_sec;
k = formonly.num_doc;
k1 = formonly.num_oc;
instructions
delimiters " "
end