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
+56
View File
@@ -0,0 +1,56 @@
----------------------------------------------------------------------------------
-- File created from C:\Users\egarcia\OneDrive - MARMOTECH, S. A\Equipo Tecnologia\Fuentes\MARMOTECH\PROYECTOS\ipdir\ipfmmt006.4fd by Genero Studio
-- WARNING! All changes made in this file will be lost!
----------------------------------------------------------------------------------
SCHEMA formonly
LAYOUT (text=%"Form")
GRID grid1
{
[label1 ][descripcion ]
[label2] [label]
<T left > <T right >
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
[desc_sec|desc_tra|unidades|cantidad] [righ] [desc_se1|desc_tr1|unidade1|cantida1]
[desc_sec|desc_tra|unidades|cantidad] [ ] [desc_se1|desc_tr1|unidade1|cantida1]
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
[desc_sec|desc_tra|unidades|cantidad] [desc_se1|desc_tr1|unidade1|cantida1]
< > < >
}
END -- grid1
END -- form
ATTRIBUTES
LABEL label1:label1, text=%"PRODUCTO";
EDIT descripcion=formonly.descripcion, scroll;
LABEL label2:label2, text=%"DESDE";
LABEL label:label3, text=%"HASTA";
TABLE left:left, doubleClick=right1;
PHANTOM formonly.id_seccion;
EDIT desc_sec=formonly.desc_seccion, title=%"SECCION", scroll;
PHANTOM formonly.id_tramo;
EDIT desc_tra=formonly.desc_tramo, title=%"TRAMO", scroll;
EDIT unidades=formonly.unidades, title=%"UNIDADES", scroll;
EDIT cantidad=formonly.cantidad, title=%"CANTIDAD", scroll;
TABLE right:right;
PHANTOM formonly.id_seccion1;
COMBOBOX desc_se1=formonly.desc_seccion1, title=%"SECCION", scroll;
PHANTOM formonly.id_tramo1;
COMBOBOX desc_tr1=formonly.desc_tramo1, title=%"TRAMO", scroll;
EDIT unidade1=formonly.unidades1, title=%"UNIDADES", scroll;
EDIT cantida1=formonly.cantidad1, title=%"CANTIDAD", scroll;
BUTTON righ:right1, text=%"=>";
END -- ATTRIBUTES
INSTRUCTIONS
SCREEN RECORD descripcion(formonly.descripcion)
SCREEN RECORD record_left(formonly.id_seccion,formonly.desc_seccion,formonly.id_tramo,formonly.desc_tramo,formonly.unidades,formonly.cantidad)
SCREEN RECORD record_right(formonly.id_seccion1,formonly.desc_seccion1,formonly.id_tramo1,formonly.desc_tramo1,formonly.unidades1,formonly.cantidad1)
END -- INSTRUCTIONS