Merge branch 'main' of http://192.168.40.251:3000/jsoto/MBS
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<ManagedForm databaseName="smarmotech" fileVersion="40100" gstVersion="60003" name="ManagedForm" uid="{9ab131cc-e3f5-494e-91de-5c09b774e85d}">
|
||||
<AGSettings>
|
||||
<DynamicProperties version="4"/>
|
||||
</AGSettings>
|
||||
<Record name="record1" uid="{443dc023-d478-4ecd-b508-5a36ada894a4}">
|
||||
<RecordField colName="area_num" fieldIdRef="0" fieldType="TABLE_COLUMN" name="prtb00016.area_num" sqlTabName="prtb00016" uid="{b8203607-0471-4c7e-8ab9-ac7bdafd7886}"/>
|
||||
<RecordField colName="nombre_area" fieldIdRef="1" fieldType="TABLE_COLUMN" name="prtb00016.nombre_area" sqlTabName="prtb00016" uid="{2b1fdb6d-375f-4d84-aa7d-ae809175a607}"/>
|
||||
<RecordField colName="status_t" fieldIdRef="2" fieldType="TABLE_COLUMN" name="prtb00016.status_t" sqlTabName="prtb00016" uid="{b8200b51-c72d-4706-a20a-b0385227b951}"/>
|
||||
<RecordField colName="us_crea" fieldIdRef="3" fieldType="TABLE_COLUMN" name="prtb00016.us_crea" sqlTabName="prtb00016" uid="{f55a0f80-bb96-418d-a961-e4e8ec620b54}"/>
|
||||
<RecordField colName="us_mod" fieldIdRef="4" fieldType="TABLE_COLUMN" name="prtb00016.us_mod" sqlTabName="prtb00016" uid="{26703a61-e09e-4233-a55b-114ae9719153}"/>
|
||||
<RecordField colName="fech_crea" fieldIdRef="5" fieldType="TABLE_COLUMN" name="prtb00016.fech_crea" sqlTabName="prtb00016" uid="{5a2a88ed-161c-40bd-89e5-6f8ccd84b675}"/>
|
||||
<RecordField colName="fech_mod" fieldIdRef="6" fieldType="TABLE_COLUMN" name="prtb00016.fech_mod" sqlTabName="prtb00016" uid="{6cd4a9f5-97ad-4424-9a3d-5b5c283c03a4}"/>
|
||||
</Record>
|
||||
<Form gridHeight="24" gridWidth="80" name="prfmmt010" text="ADMINISTRACION AREAS">
|
||||
<Grid gridHeight="24" gridWidth="80" name="grid1" posX="0" posY="0">
|
||||
<Label gridHeight="1" gridWidth="4" name="label1" posX="3" posY="0" text="Area"/>
|
||||
<Edit colName="area_num" comment="Digite el Numero del Area" fieldId="0" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="5" name="prtb00016.area_num" posX="22" posY="0" sqlTabName="prtb00016" tabIndex="1" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="16" name="label2" posX="3" posY="1" text="Descripcion Area"/>
|
||||
<Edit case="upper" colName="nombre_area" comment="Digite la descripcion del Area" fieldId="1" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="29" name="prtb00016.nombre_area" posX="22" posY="1" required="true" sqlTabName="prtb00016" tabIndex="2" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="6" name="label3" posX="3" posY="2" text="Status"/>
|
||||
<Edit colName="status_t" fieldId="2" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="1" name="prtb00016.status_t" noEntry="true" posX="22" posY="2" sqlTabName="prtb00016" tabIndex="3" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="16" name="label4" posX="3" posY="4" text="Usuario Creador"/>
|
||||
<Edit colName="us_crea" fieldId="3" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="8" name="prtb00016.us_crea" noEntry="true" posX="20" posY="4" sqlTabName="prtb00016" tabIndex="4" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="20" name="label5" posX="41" posY="4" text="Usuario Modificador"/>
|
||||
<Edit colName="us_mod" fieldId="4" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="8" name="prtb00016.us_mod" noEntry="true" posX="62" posY="4" sqlTabName="prtb00016" tabIndex="5" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="14" name="label6" posX="3" posY="5" text="Fecha Creacion"/>
|
||||
<Edit colName="fech_crea" fieldId="5" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="16" name="prtb00016.fech_crea" noEntry="true" posX="20" posY="5" sqlTabName="prtb00016" tabIndex="6" widget="Edit"/>
|
||||
<Label gridHeight="1" gridWidth="20" name="label7" posX="41" posY="5" text="Usuario Modificador"/>
|
||||
<Edit colName="fech_mod" fieldId="6" fieldType="TABLE_COLUMN" gridHeight="1" gridWidth="16" name="prtb00016.fech_mod" noEntry="true" posX="62" posY="5" sqlTabName="prtb00016" tabIndex="7" widget="Edit"/>
|
||||
</Grid>
|
||||
</Form>
|
||||
</ManagedForm>
|
||||
@@ -57,15 +57,6 @@ GLOBALS
|
||||
nombre LIKE vetb00004.nombre
|
||||
END RECORD
|
||||
|
||||
DEFINE arrprtb08 DYNAMIC ARRAY OF RECORD
|
||||
cod_n_c LIKE prtb00008.cod_n,
|
||||
cod_grupo_c LIKE prtb00008.cod_grupo,
|
||||
cod_tipo_c LIKE prtb00008.cod_tipo,
|
||||
cod_sec_c LIKE prtb00008.cod_sec,
|
||||
cantidad_c LIKE prtb00008.cantidad ,
|
||||
descrip_esp_c LIKE intb00001.descrip_esp,
|
||||
unidad_c LIKE intb00001.unidad_med
|
||||
END RECORD
|
||||
|
||||
DEFINE nombre_dia DYNAMIC ARRAY OF char(10)
|
||||
|
||||
|
||||
@@ -2,9 +2,9 @@ database smarmotech
|
||||
screen size 24 by 80
|
||||
{
|
||||
|
||||
Fecha de Corte [c ] Total 1-30 [t1 ]
|
||||
Fecha de Corte [c ] Total 1-30 [t1 ]
|
||||
Codigo Suplidor [cd] Total 31-60 [t2 ]
|
||||
Total 61-90 [t3 ]
|
||||
Salida [sa ] Total 61-90 [t3 ]
|
||||
Total 91 a 120 [t4 ]
|
||||
Total Mas 120 [t6 ]
|
||||
Total Saldo [t5 ]
|
||||
@@ -14,9 +14,11 @@ end
|
||||
tables
|
||||
cptb00001
|
||||
attributes
|
||||
c = formonly.fecha_corte type date, autonext, format = "dd/mm/yy",
|
||||
comments = "Digite la fecha de Corte del Reporte";
|
||||
c = formonly.fecha_corte type date, autonext, format = "dd/mm/yy",
|
||||
comments = "Digite la fecha de Corte del Reporte";
|
||||
cd = formonly.cod_sp1 type smallint;
|
||||
sa = formonly.r_output type char, upshift,
|
||||
comments = "MA = Impresion clasica";
|
||||
t1 = formonly.total1 type decimal(10,2),noentry;
|
||||
t2 = formonly.total2 type decimal(10,2),noentry;
|
||||
t3 = formonly.total3 type decimal(10,2),noentry;
|
||||
|
||||
@@ -8,9 +8,10 @@ FECHA REALIZACION : Junio 16, 1993
|
||||
}
|
||||
GLOBALS "cpprgb000.4gl"
|
||||
|
||||
DEFINE fecha_corte DATE
|
||||
DEFINE fecha_corte DATE
|
||||
DEFINE cod_sp1 SMALLINT
|
||||
DEFINE idx_1, idx_2 SMALLINT
|
||||
DEFINE idx_1, idx_2 SMALLINT
|
||||
DEFINE p_reportfile STRING
|
||||
DEFINE doccli9 RECORD
|
||||
cod_sp SMALLINT,
|
||||
cod_sp_sec SMALLINT,
|
||||
@@ -124,7 +125,11 @@ DEFINE valor1,valor2,valor3 DECIMAL(12,2)
|
||||
|
||||
START REPORT reporte31 TO archivo
|
||||
ELSE
|
||||
CALL configureoutput(r_output) RETURNING handler
|
||||
-- La API de configuracion de reportes (fgl_report_*) no esta
|
||||
-- disponible en este FGL; se escribe el XML directo a un archivo
|
||||
-- en FGLSPOOL en lugar de la vista previa/exportacion nativa.
|
||||
LET p_reportfile = FGL_GETENV("FGLSPOOL"), "/cpprrp002_saldos.xml"
|
||||
LET handler = om.XmlWriter.createFileWriter(p_reportfile)
|
||||
START REPORT reporte31 TO XML HANDLER handler
|
||||
END IF
|
||||
END IF
|
||||
|
||||
@@ -13,8 +13,9 @@ GLOBALS "cpprgb000.4gl"
|
||||
DEFINE idx_1, idx_2, idx_3 SMALLINT
|
||||
DEFINE fecha_inicial, fecha_final DATE
|
||||
DEFINE salir, salir1, salir3, tipo_venta CHAR(1)
|
||||
DEFINE selec5, selec6 CHAR(1500)
|
||||
DEFINE selec5, selec6 CHAR(1500)
|
||||
DEFINE cod_sp SMALLINT
|
||||
DEFINE p_reportfile STRING
|
||||
|
||||
DEFINE tot_gen1 RECORD
|
||||
totald DECIMAL(10,2),
|
||||
@@ -145,9 +146,14 @@ FUNCTION cpprrp003()
|
||||
# doble_on,doble_off,comp_on,comp_off,
|
||||
# doce,normal,archivo,copia
|
||||
|
||||
|
||||
#START REPORT reporte61 TO archivo
|
||||
CALL configureoutput("SVG") RETURNING handler
|
||||
|
||||
-- La API de configuracion de reportes (fgl_report_*) no esta
|
||||
-- disponible en este FGL; se escribe el XML directo a un archivo
|
||||
-- en FGLSPOOL en lugar de la vista previa SVG.
|
||||
-- (usa STRING, no "archivo" CHAR(80): la ruta del proyecto supera
|
||||
-- los 80 caracteres y se truncaba)
|
||||
LET p_reportfile = FGL_GETENV("FGLSPOOL"), "/cpprrp003_mayor.xml"
|
||||
LET handler = om.XmlWriter.createFileWriter(p_reportfile)
|
||||
START REPORT reporte61 TO XML HANDLER handler
|
||||
|
||||
LET selec5 =
|
||||
|
||||
@@ -14,8 +14,9 @@ GLOBALS "cpprgb000.4gl"
|
||||
DEFINE idx_1, idx_2, idx_3 SMALLINT
|
||||
DEFINE fecha_inicial, fecha_final DATE
|
||||
DEFINE salir, salir2, salir1, salir3, tipo_venta CHAR(1)
|
||||
DEFINE selec5, selec6 CHAR(1500)
|
||||
DEFINE selec5, selec6 CHAR(1500)
|
||||
DEFINE valor2,valor3 DECIMAL(18,2)
|
||||
DEFINE p_reportfile STRING
|
||||
|
||||
DEFINE tot_gen1 RECORD
|
||||
totald DECIMAL(10,2),
|
||||
@@ -173,7 +174,11 @@ FUNCTION cpprrp004()
|
||||
doble_on,doble_off,comp_on,comp_off,
|
||||
doce,normal,archivo,copia
|
||||
|
||||
CALL configureoutput("SVG") RETURNING handler
|
||||
-- La API de configuracion de reportes (fgl_report_*) no esta
|
||||
-- disponible en este FGL; se escribe el XML directo a un archivo
|
||||
-- en FGLSPOOL en lugar de la vista previa SVG.
|
||||
LET p_reportfile = FGL_GETENV("FGLSPOOL"), "/cpprrp004_estcta.xml"
|
||||
LET handler = om.XmlWriter.createFileWriter(p_reportfile)
|
||||
START REPORT report141 TO XML HANDLER handler
|
||||
|
||||
LET selec5 =
|
||||
|
||||
+6811
-936
File diff suppressed because it is too large
Load Diff
+64
-17
@@ -143,6 +143,7 @@
|
||||
<File filePath="otrodir/msgrp000.4gl"/>
|
||||
<File filePath="otrodir/seleccionarsalida.4gl"/>
|
||||
<File filePath="vedir/veprrp049_1.4gl"/>
|
||||
<File filePath="otrodir/Configuration.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="STYLES" id="-902110420" label="STYLES">
|
||||
<File filePath="bin/mainmenu.4st"/>
|
||||
@@ -183,13 +184,13 @@
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-807037310" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="ctprrp004" dependencies="-1026233879,-764824792" id="-287232557" label="ctprrp004">
|
||||
<Application binaryName="ctprrp004" dependencies="-1026233879,-764824792" externalDependencies="libgre.42x" id="-287232557" label="ctprrp004">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-346941264" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprrp004.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="ctdir/ctprrp004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="ctprrp014" dependencies="304775992,-1026233879,-764824792" id="402402488" label="ctprrp014">
|
||||
<Application binaryName="ctprrp014" dependencies="304775992,-1026233879,-764824792" externalDependencies="libgre.42x" id="402402488" label="ctprrp014">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="687539983" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprrp014.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="ctdir/ctprrp014.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CT" dependencies="-1026233879" id="642213193" label="FORMULARIOS_CT">
|
||||
<File filePath="ctdir/ctfmmt001.4fd"/>
|
||||
@@ -209,13 +210,40 @@
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="2059119033" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprmt002" id="-1772765857" label="cpprmt002">
|
||||
<Configuration id="106388225" label="Configuration"/>
|
||||
<Application binaryName="cpprmt002" dependencies="-594793224,-1026233879,-764824792,1811699727" id="-1772765857" label="cpprmt002">
|
||||
<Configuration commandLineArguments="alopez Lopez2023" id="106388225" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt002.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprcs001" dependencies="-594793224,-1026233879,-764824792,1811699727" id="-700000001" label="cpprcs001">
|
||||
<Configuration commandLineArguments="alopez Lopez2023" id="-700000002" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprcs001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprrp001" dependencies="-594793224,-1026233879,-764824792,1811699727,-1423229125" environment="dir:FGLSPOOL=$(ProjectDir)/spool" id="-700000003" label="cpprrp001">
|
||||
<Configuration commandLineArguments="alopez Lopez2023 70" id="-700000004" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprrp001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprrp002" dependencies="-594793224,-1026233879,-764824792,1811699727,-1423229125" environment="dir:FGLSPOOL=$(ProjectDir)/spool" id="-700000005" label="cpprrp002">
|
||||
<Configuration commandLineArguments="alopez Lopez2023 70" id="-700000006" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprrp002.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprrp003" dependencies="-594793224,-1026233879,-764824792,1811699727,-1423229125" environment="dir:FGLSPOOL=$(ProjectDir)/spool" id="-700000007" label="cpprrp003">
|
||||
<Configuration commandLineArguments="alopez Lopez2023 70" id="-700000008" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprrp003.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprrp004" dependencies="-594793224,-1026233879,-764824792,1811699727,-1423229125" environment="dir:FGLSPOOL=$(ProjectDir)/spool" id="-700000009" label="cpprrp004">
|
||||
<Configuration commandLineArguments="alopez Lopez2023 70" id="-700000010" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprrp004.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CP" id="1811699727" label="FORMULARIOS_CP">
|
||||
<File filePath="cpdir/cpfmmt001.4fd"/>
|
||||
<File filePath="cpdir/cpfmmt002.4fd"/>
|
||||
<File filePath="cpdir/cpfmwd001.per"/>
|
||||
<File filePath="cpdir/cpfmwd002.per"/>
|
||||
<File filePath="cpdir/cpfmcs001.per"/>
|
||||
<File filePath="cpdir/cpfmrp001.per"/>
|
||||
<File filePath="cpdir/cpfmrp002.per"/>
|
||||
<File filePath="cpdir/cpfmrp003.per"/>
|
||||
<File filePath="cpdir/cpfmrp004.per"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CP" dependencies="-1026233879" id="-594793224" label="FUNCIONES_CP">
|
||||
<File filePath="cpdir/cpprgb000.4gl"/>
|
||||
@@ -227,17 +255,17 @@
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="332652234" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprmt002" dependencies="2132467565,-1026233879,-764824792" id="395059441" label="lqprmt002">
|
||||
<Application binaryName="lqprmt002" dependencies="2132467565,-1026233879,-764824792" externalDependencies="libgre.42x" id="395059441" label="lqprmt002">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-554965098" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprmt002.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="lqdir/lqprmt002.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprrp004" dependencies="2132467565,-1026233879,-764824792" externalDependencies="libgre.42x" id="-432861602" label="lqprrp004">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="530364294" label="Configuration"/>
|
||||
<File compilerOptions="--build-rdd" filePath="lqdir/lqprrp004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprrp009" dependencies="2132467565,-1026233879,-764824792" id="659835851" label="lqprrp009">
|
||||
<Application binaryName="lqprrp009" dependencies="2132467565,-1026233879,-764824792" externalDependencies="libgre.42x" id="659835851" label="lqprrp009">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="189897394" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprrp009.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="lqdir/lqprrp009.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_LQ" dependencies="-1026233879" id="2065741744" label="FORMULARIOS_LQ">
|
||||
<File filePath="lqdir/lqfmmt001.4fd"/>
|
||||
@@ -283,17 +311,17 @@
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-211320415" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt010.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt011" dependencies="-837156229,-1026233879,-764824792" id="-284744691" label="prprmt011">
|
||||
<Application binaryName="prprmt011" dependencies="-837156229,-1026233879,-764824792" externalDependencies="libgre.42x" id="-284744691" label="prprmt011">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-569394285" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt011.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="PRDIR/prprmt011.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt022" dependencies="-837156229,-1026233879,-764824792" id="-989295927" label="prprmt022">
|
||||
<Application binaryName="prprmt022" dependencies="-837156229,-1026233879,-764824792" externalDependencies="libgre.42x" id="-989295927" label="prprmt022">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="688332893" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt022.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="PRDIR/prprmt022.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt021" dependencies="-837156229,-1026233879,-764824792" id="-546545914" label="prprmt021">
|
||||
<Application binaryName="prprmt021" dependencies="-837156229,-1026233879,-764824792" externalDependencies="libgre.42x" id="-546545914" label="prprmt021">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-974560942" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt021.4gl"/>
|
||||
<File compilerOptions="--build-rdd" filePath="PRDIR/prprmt021.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt020" dependencies="-837156229,-1026233879,-764824792" id="-358374666" label="prprmt020">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="240197034" label="Configuration"/>
|
||||
@@ -307,13 +335,18 @@
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-351083701" label="Configuration"/>
|
||||
<File filePath="otrodir/impordenes.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprrp116" dependencies="-837156229,-1026233879,-764824792" externalDependencies="libgre.42x" id="633698418" label="prprrp116">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="113143591" label="Configuration"/>
|
||||
<File compilerOptions="--build-rdd" filePath="PRDIR/prprrp116.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_PR" dependencies="-1026233879" id="-956683955" label="FORMULARIOS_PR">
|
||||
<File filePath="PRDIR/prfmrp116.per"/>
|
||||
<File filePath="PRDIR/prfmmt008.4fd"/>
|
||||
<File filePath="vedir/vefmwd002.4fd"/>
|
||||
<File filePath="ctdir/prfmmt003.per"/>
|
||||
<File filePath="PRDIR/prfmmt006.4fd"/>
|
||||
<File filePath="vedir/vefmwd003.per"/>
|
||||
<File filePath="PRDIR/prfmmt010.per"/>
|
||||
<File filePath="PRDIR/prfmmt010.4fd"/>
|
||||
<File filePath="PRDIR/prfmmt011.4fd"/>
|
||||
<File filePath="vedir/prfmwd014.per"/>
|
||||
<File filePath="PRDIR/prfmmt022.4fd"/>
|
||||
@@ -326,6 +359,20 @@
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_PR" dependencies="-1026233879" id="-837156229" label="FUNCIONES_PR">
|
||||
<File filePath="PRDIR/prprgb000.4gl"/>
|
||||
<File filePath="PRDIR/transaccionesInventario.4gl"/>
|
||||
<File filePath="otrodir/mercancia_transito.4gl"/>
|
||||
<File filePath="PRDIR/prBuscaRequisicion.4gl"/>
|
||||
<File filePath="otrodir/existenciaalmacenes.4gl"/>
|
||||
<File filePath="PRDIR/prprmt011c.4gl"/>
|
||||
<File filePath="PRDIR/busca_dibujos.4gl"/>
|
||||
<File filePath="PRDIR/prprmt011b.4gl"/>
|
||||
<File filePath="PRDIR/ver_log.4gl"/>
|
||||
<File filePath="otrodir/remplazachar.4gl"/>
|
||||
<File filePath="PRDIR/primpresion.4gl"/>
|
||||
<File filePath="PRDIR/prentregas.4gl"/>
|
||||
<File filePath="PRDIR/pretiquetas.4gl"/>
|
||||
<File filePath="PRDIR/prempacar.4gl"/>
|
||||
<File filePath="otrodir/bcode128.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="46006545" label="RECURSOS HUMANOS">
|
||||
|
||||
@@ -1,277 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Project defaultApplication="2059119033" gstVersion="60003" version="3.7">
|
||||
<Settings>
|
||||
<DynamicProperties version="4">
|
||||
<DynamicProperty editorInfo="alwaysUpdate:true" initialValue="false" isDefaultInherited="false" isHidden="false" label="Firebase-analytics" name="firebase" readOnly="false" type="BOOLEAN"/>
|
||||
<DynamicProperty description="Accent color (Android 5.0 and later)" initialValue="#9575CD" isDefaultInherited="false" isHidden="false" label="Accent color" name="gma-accent-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Action bar text color (Android 5.0 and later)" initialValue="#EBEBEB" isDefaultInherited="false" isHidden="false" label="Action bar text color" name="gma-actionbar-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty initialValue="" isDefaultInherited="false" isHidden="false" label="Background explanation" name="gma-background-explanation" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Cordova plugins" editorInfo="isDynamic:true;title:Cordova;description:Cordova plugins;icon:checkbox_checked" initialValue="" isDefaultInherited="false" isHidden="false" label="Cordova Plugins" name="gma-cordova" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty editorInfo="title:Foreground Service Types;description:Android Foreground Service Types" initialValue="" isDefaultInherited="false" isHidden="false" label="Foreground Service Types" name="gma-foreground-services" readOnly="false" type="STRINGLIST"/>
|
||||
<DynamicProperty description="Navigation bar background color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Navigation bar background color" name="gma-navigationBarBackground-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Primary color" name="gma-primary-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary dark color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Primary dark color" name="gma-primary-dark-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary text color (Android 5.0 and later)" initialValue="#000000" isDefaultInherited="false" isHidden="false" label="Primary text color" name="gma-primaryText-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Window backround color (Android 5.0 and later)" initialValue="#ffffff" isDefaultInherited="false" isHidden="false" label="Window background color" name="gma-windowBackground-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Cordova plugins" editorInfo="isDynamic:true;title:Cordova;description:Cordova plugins;icon:checkbox_checked" initialValue="" isDefaultInherited="false" isHidden="false" label="Cordova Plugins" name="gmi-cordova" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="High-DPI Icon (72x72 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-hdpi (72x72 px)" name="icon-hdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Low-DPI Icon (36x36 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-ldpi (36x36 px)" name="icon-ldpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Medium-DPI Icon (48x48 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-mdpi (48x48 px)" name="icon-mdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra High-DPI Icon (96x96 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-xhdpi (96x96 px)" name="icon-xhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra Extra High-DPI Icon (144x144 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-xxhdpi (144x144 px)" name="icon-xxhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="1024x1024 pixel icon (used for App Store)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (1024x1024 px)" name="icon1024x1024" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="120x120 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (120x120 px)" name="icon120x120" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="152x152 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (152x152 px)" name="icon152x152" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="167x167 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (167x167 px)" name="icon167x167" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="180x180 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (180x180 px)" name="icon180x180" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="29x29 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (29x29 px)" name="icon29x29" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="40x40 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (40x40 px)" name="icon40x40" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="58x58 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (58x58 px)" name="icon58x58" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="60x60 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (60x60 px)" name="icon60x60" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="76x76 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (76x76 px)" name="icon76x76" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="80x80 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (80x80 px)" name="icon80x80" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="87x87 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (87x87 px)" name="icon87x87" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 5/5S/SE (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (640x1136 px)" name="launchScreen" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (landcape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1024x768 px)" name="launchScreen1024x768" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone X (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1125x2436 px)" name="launchScreen1125x2436" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 5/5S/SE (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1136x640 px)" name="launchScreen1136x640" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6+/6s+/7+/8+ (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1242x2208 px)" name="launchScreen1242x2208" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6/6s/7/8 (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1334x750 px)" name="launchScreen1334x750" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1536x2048 px)" name="launchScreen1536x2048" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 10.5" iPad Pro (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1668x2224 px)" name="launchScreen1668x2224" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2048x1536 px)" name="launchScreen2048x1536" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 12.9" iPad Pro (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2048x2732 px)" name="launchScreen2048x2732" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6+/6s+/7+/8+ (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2208x1242 px)" name="launchScreen2208x1242" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 10.5" iPad Pro (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2224x1668 px)" name="launchScreen2224x1668" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone X (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2436x1125 px)" name="launchScreen2436x1125" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 12.9" iPad Pro (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2732x2048 px)" name="launchScreen2732x2048" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6/6s/7/8 (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (750x1334 px)" name="launchScreen750x1334" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (768x1024 px)" name="launchScreen768x1024" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen Storyboard file (Created from Xcode)" editorInfo="filters:*.storyboard *.xib;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (Storyboard file)" name="launchScreenXib" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Main module" initialValue="" isDefaultInherited="false" isHidden="false" label="Main module" name="mainModule" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Package identifier" initialValue="" isDefaultInherited="false" isHidden="false" label="ID" name="packageId" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Label of the package" initialValue="" isDefaultInherited="false" isHidden="false" label="Label" name="packageLabel" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Version of the package" initialValue="1" isDefaultInherited="false" isHidden="false" label="Version" name="packageVersion" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Version of the package displayed to the user" initialValue="1" isDefaultInherited="false" isHidden="false" label="VersionName" name="packageVersionName" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty editorInfo="isDynamic:true;title:Permissions;description:Android Permissions;icon:checkbox_checked" initialValue="" initializer="gma-permissions:default-permissions" isDefaultInherited="false" isHidden="false" label="Permissions" name="permissions" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="Requirements" editorInfo="title:Requirements;description:iOS Requirements;icon:checkbox_checked;contains:accelerometer|auto-focus-camera|armv6|armv7|bluetooth-le|camera-flash|front-facing-camera|gamekit|gps|gyroscope|healthkit|magnetometer|metal|microphone|location-services|opengles-1|opengles-2|opengles-3|peer-peer|sms|still-camera|telephony|video-camera|wifi" initialValue="wifi" isDefaultInherited="false" isHidden="true" label="Requirements" name="required" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="Manifest resources" initialValue="" isDefaultInherited="false" isHidden="false" label="Resources" name="resources" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="High-DPI Status Icon (36x36 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-hdpi (36x36 px)" name="status-icon-hdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Medium-DPI Status Icon (24x24 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-mdpi (24x24 px)" name="status-icon-mdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra High-DPI Status Icon (48x48 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-xhdpi (48x48 px)" name="status-icon-xhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Android" label="Android" name="AndroidGroup" properties="packageVersionName;gma-primary-color;gma-primary-dark-color;gma-accent-color;gma-actionbar-color;gma-primaryText-color;gma-windowBackground-color;gma-navigationBarBackground-color;icon-ldpi;icon-mdpi;icon-hdpi;icon-xhdpi;icon-xxhdpi;status-icon-mdpi;status-icon-hdpi;status-icon-xhdpi;permissions;gma-foreground-services;gma-background-explanation;firebase;gma-cordova"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Genero Archive" label="GAR" name="GARGroup" properties="resources"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Package" label="Package" name="PackageGroup" properties="packageId;packageLabel;packageVersion;mainModule"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="iOS" label="iOS" name="iOSGroup" properties="launchScreen;launchScreen1136x640;launchScreen750x1334;launchScreen1334x750;launchScreen1242x2208;launchScreen2208x1242;launchScreen1125x2436;launchScreen2436x1125;launchScreen768x1024;launchScreen1024x768;launchScreen1536x2048;launchScreen2048x1536;launchScreen2224x1668;launchScreen1668x2224;launchScreen2048x2732;launchScreen2732x2048;launchScreenXib;icon29x29;icon40x40;icon58x58;icon60x60;icon76x76;icon80x80;icon87x87;icon120x120;icon152x152;icon167x167;icon180x180;icon1024x1024;required;gmi-cordova"/>
|
||||
</DynamicProperties>
|
||||
<NodeInfos version="1">
|
||||
<NodeInfo mimeType="pm/package" properties="packageId;packageLabel;packageVersion;mainModule;packageVersionName;resources;launchScreen;launchScreen1136x640;launchScreen750x1334;launchScreen1334x750;launchScreen1242x2208;launchScreen2208x1242;launchScreen1125x2436;launchScreen2436x1125;launchScreen768x1024;launchScreen1024x768;launchScreen1536x2048;launchScreen2048x1536;launchScreen2224x1668;launchScreen1668x2224;launchScreen2048x2732;launchScreen2732x2048;launchScreenXib;icon29x29;icon40x40;icon58x58;icon60x60;icon76x76;icon80x80;icon87x87;icon120x120;icon152x152;icon167x167;icon180x180;icon1024x1024;gma-primary-color;gma-primary-dark-color;gma-accent-color;gma-actionbar-color;gma-primaryText-color;gma-windowBackground-color;gma-navigationBarBackground-color;icon-ldpi;icon-mdpi;icon-hdpi;icon-xhdpi;icon-xxhdpi;status-icon-mdpi;status-icon-hdpi;status-icon-xhdpi;permissions;required;gma-foreground-services;gma-background-explanation;firebase;gma-cordova;gmi-cordova"/>
|
||||
</NodeInfos>
|
||||
</Settings>
|
||||
<LanguageList version="1.0"/>
|
||||
<PlatformList version="1.0"/>
|
||||
<Group id="-2057013643" label="COMUNES" language="Genero">
|
||||
<Library binaryName="Config" id="1765711908" label="Config">
|
||||
<File filePath="config/Application.xcf"/>
|
||||
</Library>
|
||||
<Library binaryName="Database" id="-1026233879" label="Database">
|
||||
<File filePath="../DATABASE/smarmotech.4db"/>
|
||||
</Library>
|
||||
<Library binaryName="FORMULARIOS" id="1914219400" label="FORMULARIOS">
|
||||
<File filePath="otrodir/cambia.4fd"/>
|
||||
<File filePath="otrodir/inicial.4fd"/>
|
||||
<File filePath="otrodir/mainmenuform.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES" dependencies="-1026233879" id="-764824792" label="FUNCIONES">
|
||||
<File filePath="otrodir/ambienteFacturacion.4gl"/>
|
||||
<File filePath="otrodir/api_test.4gl"/>
|
||||
<File filePath="otrodir/autentificacion.4gl"/>
|
||||
<File filePath="otrodir/autorizarequisicion.4gl"/>
|
||||
<File filePath="otrodir/bancos.4gl"/>
|
||||
<File filePath="otrodir/bodegas.4gl"/>
|
||||
<File filePath="otrodir/busca_balances.4gl"/>
|
||||
<File filePath="otrodir/busca_imagen.4gl"/>
|
||||
<File filePath="otrodir/buscaEpleados.4gl"/>
|
||||
<File filePath="otrodir/cetiquetas.4gl"/>
|
||||
<File filePath="otrodir/cinstalador.4gl"/>
|
||||
<File filePath="otrodir/codigosMovimientos.4gl"/>
|
||||
<File filePath="otrodir/comboano.4gl"/>
|
||||
<File filePath="otrodir/combodin.4gl"/>
|
||||
<File filePath="otrodir/combomes.4gl"/>
|
||||
<File filePath="otrodir/comprimeImagen.4gl"/>
|
||||
<File filePath="otrodir/controlNumericoED.4gl"/>
|
||||
<File filePath="otrodir/cuentasBco.4gl"/>
|
||||
<File filePath="otrodir/departamentos.4gl"/>
|
||||
<File filePath="otrodir/deptosupervisa.4gl"/>
|
||||
<File filePath="otrodir/detalleGastos.4gl"/>
|
||||
<File filePath="otrodir/disponibles.4gl"/>
|
||||
<File filePath="otrodir/entramensaje.4gl"/>
|
||||
<File filePath="otrodir/enviacorreo.4gl"/>
|
||||
<File filePath="otrodir/enviaencuesta.4gl"/>
|
||||
<File filePath="otrodir/equipos.4gl"/>
|
||||
<File filePath="otrodir/estado_requisicion.4gl"/>
|
||||
<File filePath="otrodir/evaluaclientes.4gl"/>
|
||||
<File filePath="otrodir/GeneraEntradaDiario.4gl"/>
|
||||
<File filePath="otrodir/generafilexml.4gl"/>
|
||||
<File filePath="otrodir/idinstalacion.4gl"/>
|
||||
<File filePath="otrodir/ircodigosMovimientos.4gl"/>
|
||||
<File filePath="otrodir/localidades.4gl"/>
|
||||
<File filePath="otrodir/lugarentrega.4gl"/>
|
||||
<File filePath="otrodir/mensajes.4gl"/>
|
||||
<File filePath="otrodir/msg.4gl"/>
|
||||
<File filePath="ccdir/numeroDepositos.4gl"/>
|
||||
<File filePath="otrodir/paises.4gl"/>
|
||||
<File filePath="otrodir/pendiente_ordenes.4gl"/>
|
||||
<File filePath="otrodir/plataformapago.4gl"/>
|
||||
<File filePath="otrodir/prd.4gl"/>
|
||||
<File filePath="otrodir/procesoEncf.4gl"/>
|
||||
<File filePath="otrodir/proveedores.4gl"/>
|
||||
<File filePath="otrodir/requisiciondespacho.4gl"/>
|
||||
<File filePath="otrodir/seg000.4gl"/>
|
||||
<File filePath="otrodir/sus_caracter.4gl"/>
|
||||
<File filePath="otrodir/termo.4gl"/>
|
||||
<File filePath="vedir/veconvierteorden.4gl"/>
|
||||
<File filePath="otrodir/vendedores.4gl"/>
|
||||
<File filePath="otrodir/visualiza_kit.4gl"/>
|
||||
<File filePath="otrodir/zonas.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONESEMAIL" id="493047263" label="FUNCIONESEMAIL">
|
||||
<File filePath="otrodir/apiclient.4gl"/>
|
||||
<File filePath="classes/enviaemail_4.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONESREPORT" id="-1423229125" label="FUNCIONESREPORT">
|
||||
<File filePath="otrodir/msgrp000.4gl"/>
|
||||
<File filePath="otrodir/seleccionarsalida.4gl"/>
|
||||
<File filePath="vedir/veprrp049_1.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="STYLES" id="-902110420" label="STYLES">
|
||||
<File filePath="bin/mainmenu.4st"/>
|
||||
<File filePath="bin/mainmenu_A.4st"/>
|
||||
<File filePath="bin/mainmenu_B.4st"/>
|
||||
<File filePath="bin/mainmenu_C.4st"/>
|
||||
<File filePath="bin/mainmenu_D.4st"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="231980478" label="DatabaseMaintenance" language="Genero" targetDirectory="$(ProjectDir)/dbbin">
|
||||
<Application binaryName="CreateDatabase" id="184075814" label="CreateDatabase">
|
||||
<Configuration binaryName="CreateDatabase" id="-341630738" label="CreateDatabase"/>
|
||||
</Application>
|
||||
</Group>
|
||||
<Group environment="value:CLASSPATH=$(ProjectDir)\\classes\\javax.mail.jar;$(CLASSPATH)" id="788649802" label="MODULOS" language="Genero">
|
||||
<Group id="446189093" label="ACTIVOS FIJOS">
|
||||
<Library binaryName="FORMULARIOS_AC" id="749078683" label="FORMULARIOS_AC"/>
|
||||
<Library binaryName="FUNCIONES_AC" id="1581383228" label="FUNCIONES_AC"/>
|
||||
</Group>
|
||||
<Group id="-1298100213" label="CONTABILIDAD GENERAL">
|
||||
<Application binaryName="cgprmt001" dependencies="2055924299,-1026233879" id="-1385997751" label="cgprmt001">
|
||||
<Configuration id="-340886821" label="Configuration"/>
|
||||
<File filePath="cgdir/cgprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cgprmt004" id="1978837824" label="cgprmt004">
|
||||
<Configuration id="459371067" label="Configuration"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CG" dependencies="-1026233879" id="-1298477600" label="FORMULARIOS_CG">
|
||||
<File filePath="cgdir/cgfmmt001.4fd"/>
|
||||
<File filePath="cgdir/cgfmmt004.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CG" id="2055924299" label="FUNCIONES_CG">
|
||||
<File filePath="cgdir/cgprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="-255352965" label="COSTOS"/>
|
||||
<Group id="414443953" label="CUENTAS POR COBRAR">
|
||||
<Library binaryName="FORMULARIOS_CC" id="579381494" label="FORMULARIOS_CC"/>
|
||||
<Library binaryName="FUNCIONES_CC" id="-1766170440" label="FUNCIONES_CC"/>
|
||||
</Group>
|
||||
<Group id="1669637206" label="CUENTAS POR PAGAR">
|
||||
<Application binaryName="cpprmt001" dependencies="-594793224,-1026233879,-764824792" id="-93012595" label="cpprmt001">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="2059119033" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprmt002" id="-1772765857" label="cpprmt002">
|
||||
<Configuration id="106388225" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt002.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CP" id="1811699727" label="FORMULARIOS_CP">
|
||||
<File filePath="cpdir/cpfmmt001.4fd"/>
|
||||
<File filePath="cpdir/cpfmmt002.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CP" dependencies="-1026233879" id="-594793224" label="FUNCIONES_CP">
|
||||
<File filePath="cpdir/cpprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="-1462008232" label="ENCUESTAS"/>
|
||||
<Group id="-396138196" label="LIQUIDACION">
|
||||
<Library binaryName="FORMULARIOS_LQ" id="2065741744" label="FORMULARIOS_LQ"/>
|
||||
<Library binaryName="FUNCIONES_LQ" id="2132467565" label="FUNCIONES_LQ"/>
|
||||
</Group>
|
||||
<Group id="202834315" label="MATERIA PRIMA">
|
||||
<Library binaryName="FORMULARIOS_IN" id="-863149381" label="FORMULARIOS_IN"/>
|
||||
<Library binaryName="FUNCIONES_IN" id="-801525068" label="FUNCIONES_IN"/>
|
||||
</Group>
|
||||
<Group id="1302820616" label="NOMINA">
|
||||
<Library binaryName="FORMULARIOS_NO" id="-335228674" label="FORMULARIOS_NO"/>
|
||||
<Library binaryName="FUNCIONES_NO" id="-306412216" label="FUNCIONES_NO"/>
|
||||
</Group>
|
||||
<Group id="1667448785" label="PRODUCTOS TERMINADOS">
|
||||
<Library binaryName="FORMULARIOS_IP" id="-1826025351" label="FORMULARIOS_IP"/>
|
||||
<Library binaryName="FUNCIONES_IP" id="1763548104" label="FUNCIONES_IP"/>
|
||||
</Group>
|
||||
<Group id="46006545" label="RECURSOS HUMANOS">
|
||||
<Library binaryName="FORMULARIOS_AD" id="1612573873" label="FORMULARIOS_AD"/>
|
||||
<Library binaryName="FUNCIONES_AD" id="114070979" label="FUNCIONES_AD"/>
|
||||
</Group>
|
||||
<Group id="-802694369" label="REPORTE ENTRADA">
|
||||
<Library binaryName="FORMULARIO_AL" id="267647114" label="FORMULARIO_AL"/>
|
||||
<Library binaryName="FUNCION_AL" id="-1012843001" label="FUNCION_AL"/>
|
||||
</Group>
|
||||
<Group id="-105943532" label="REPUESTOS">
|
||||
<Library binaryName="FORMULARIOS_IR" id="18908927" label="FORMULARIOS_IR"/>
|
||||
<Library binaryName="FUNCIONES_IR" id="-2079122474" label="FUNCIONES_IR"/>
|
||||
</Group>
|
||||
<Group id="2068304233" label="VENTAS">
|
||||
<Library binaryName="FORMULARIOS_VE" dependencies="-1026233879" id="-1377937444" label="FORMULARIOS_VE">
|
||||
<File filePath="vedir/vefmmt004.4fd"/>
|
||||
<File filePath="vedir/vefmmt101.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_VE" dependencies="-1026233879" id="-1093277845" label="FUNCIONES_VE">
|
||||
<File filePath="vedir/vefumt001.4gl"/>
|
||||
<File filePath="vedir/veprgb000.4gl"/>
|
||||
</Library>
|
||||
<Application binaryName="veprmt004" dependencies="-1093277845,-1026233879,-764824792" id="657833718" label="veprmt004">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="86284586" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt101" dependencies="-1093277845,-1026233879,-764824792,493047263" id="-519209967" label="veprmt101">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="955022326" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt101.4gl"/>
|
||||
</Application>
|
||||
</Group>
|
||||
</Group>
|
||||
<Group id="128554475" label="Packages" language="Genero">
|
||||
<Package binaryName="Application_GAR" dependencies="159917928,212784684,400358049" id="9486100" label="Application_GAR" platform="Genero Application Server">
|
||||
<DynamicProperty name="packageId" value="myapp"/>
|
||||
<DynamicProperty name="packageLabel" value="MyApp"/>
|
||||
<Directory excludedFiles="Test.42r,*.4pdb" includedFiles="*.42?" label="Binaries" sourceDirectory="$(ProjectDir)/bin"/>
|
||||
<Directory includedFiles="fglprofile,*.xcf,MANIFEST" label="Config" sourceDirectory="$(ProjectDir)/config"/>
|
||||
<Directory includedFiles="*.png,*.jpg,*.ttf,*.svg,image2font.txt" label="Images" sourceDirectory="$(ProjectDir)/images"/>
|
||||
<Directory includedFiles="*.42?" label="libgst" sourceDirectory="$(GSTLIBRARYDIR)/bin"/>
|
||||
<Directory includedFiles="*.4ad,*.4st,*.4tm,*.4tb,*.4sm,*.42s,*.iem,*.4rp" label="Resources" sourceDirectory="$(ProjectDir)/resources"/>
|
||||
<Directory destinationDirectory="$(RootDir)/webcomponents" label="Webcomponents" sourceDirectory="$(ProjectDir)/webcomponents"/>
|
||||
</Package>
|
||||
</Group>
|
||||
<Group environment="dirlist:DBPATH=$(ProjectDir)/database;$(DBPATH)" id="1114580" label="Project" language="Genero">
|
||||
<Library binaryName="Entities" id="212784684" label="Entities"/>
|
||||
<Application binaryName="MAINMENU" dependencies="159917928,212784684,-1026233879,-764824792" environment="dirlist:FGLIMAGEPATH=$(ProjectDir)/images;$(FGLDIR)/lib/image2font.txt;$(ProjectDir);$(FGLIMAGEPATH)" id="400358049" label="MAINMENU">
|
||||
<Configuration binaryName="MAINMENU" id="1399885202" label="mainmenu"/>
|
||||
<File filePath="otrodir/MainMenu.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="Resources" id="159917928" label="Resources">
|
||||
<File filePath="resources/myactions.4ad"/>
|
||||
<File filePath="resources/mystyles.4st"/>
|
||||
</Library>
|
||||
<Application binaryName="Test" dependencies="400358049" id="547110977" label="Test" targetDirectory="$(ProjectDir)/testbin">
|
||||
<GGCConfiguration ggcMode="tcp" id="1795918727" label="Test"/>
|
||||
</Application>
|
||||
</Group>
|
||||
</Project>
|
||||
@@ -1,568 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Project defaultApplication="2059119033" gstVersion="60003" version="3.7">
|
||||
<Settings>
|
||||
<DynamicProperties version="4">
|
||||
<DynamicProperty editorInfo="alwaysUpdate:true" initialValue="false" isDefaultInherited="false" isHidden="false" label="Firebase-analytics" name="firebase" readOnly="false" type="BOOLEAN"/>
|
||||
<DynamicProperty description="Accent color (Android 5.0 and later)" initialValue="#9575CD" isDefaultInherited="false" isHidden="false" label="Accent color" name="gma-accent-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Action bar text color (Android 5.0 and later)" initialValue="#EBEBEB" isDefaultInherited="false" isHidden="false" label="Action bar text color" name="gma-actionbar-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty initialValue="" isDefaultInherited="false" isHidden="false" label="Background explanation" name="gma-background-explanation" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Cordova plugins" editorInfo="isDynamic:true;title:Cordova;description:Cordova plugins;icon:checkbox_checked" initialValue="" isDefaultInherited="false" isHidden="false" label="Cordova Plugins" name="gma-cordova" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty editorInfo="title:Foreground Service Types;description:Android Foreground Service Types" initialValue="" isDefaultInherited="false" isHidden="false" label="Foreground Service Types" name="gma-foreground-services" readOnly="false" type="STRINGLIST"/>
|
||||
<DynamicProperty description="Navigation bar background color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Navigation bar background color" name="gma-navigationBarBackground-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Primary color" name="gma-primary-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary dark color (Android 5.0 and later)" initialValue="#5E35B1" isDefaultInherited="false" isHidden="false" label="Primary dark color" name="gma-primary-dark-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Primary text color (Android 5.0 and later)" initialValue="#000000" isDefaultInherited="false" isHidden="false" label="Primary text color" name="gma-primaryText-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Window backround color (Android 5.0 and later)" initialValue="#ffffff" isDefaultInherited="false" isHidden="false" label="Window background color" name="gma-windowBackground-color" readOnly="false" type="COLOR"/>
|
||||
<DynamicProperty description="Cordova plugins" editorInfo="isDynamic:true;title:Cordova;description:Cordova plugins;icon:checkbox_checked" initialValue="" isDefaultInherited="false" isHidden="false" label="Cordova Plugins" name="gmi-cordova" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="High-DPI Icon (72x72 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-hdpi (72x72 px)" name="icon-hdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Low-DPI Icon (36x36 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-ldpi (36x36 px)" name="icon-ldpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Medium-DPI Icon (48x48 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-mdpi (48x48 px)" name="icon-mdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra High-DPI Icon (96x96 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-xhdpi (96x96 px)" name="icon-xhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra Extra High-DPI Icon (144x144 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon-xxhdpi (144x144 px)" name="icon-xxhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="1024x1024 pixel icon (used for App Store)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (1024x1024 px)" name="icon1024x1024" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="120x120 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (120x120 px)" name="icon120x120" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="152x152 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (152x152 px)" name="icon152x152" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="167x167 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (167x167 px)" name="icon167x167" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="180x180 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (180x180 px)" name="icon180x180" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="29x29 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (29x29 px)" name="icon29x29" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="40x40 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (40x40 px)" name="icon40x40" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="58x58 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (58x58 px)" name="icon58x58" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="60x60 pixel icon (used for settings)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (60x60 px)" name="icon60x60" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="76x76 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (76x76 px)" name="icon76x76" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="80x80 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (80x80 px)" name="icon80x80" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="87x87 pixel icon (used for home screen)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Icon (87x87 px)" name="icon87x87" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 5/5S/SE (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (640x1136 px)" name="launchScreen" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (landcape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1024x768 px)" name="launchScreen1024x768" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone X (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1125x2436 px)" name="launchScreen1125x2436" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 5/5S/SE (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1136x640 px)" name="launchScreen1136x640" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6+/6s+/7+/8+ (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1242x2208 px)" name="launchScreen1242x2208" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6/6s/7/8 (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1334x750 px)" name="launchScreen1334x750" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1536x2048 px)" name="launchScreen1536x2048" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 10.5" iPad Pro (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (1668x2224 px)" name="launchScreen1668x2224" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2048x1536 px)" name="launchScreen2048x1536" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 12.9" iPad Pro (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2048x2732 px)" name="launchScreen2048x2732" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6+/6s+/7+/8+ (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2208x1242 px)" name="launchScreen2208x1242" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 10.5" iPad Pro (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2224x1668 px)" name="launchScreen2224x1668" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone X (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2436x1125 px)" name="launchScreen2436x1125" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for 12.9" iPad Pro (landscape)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (2732x2048 px)" name="launchScreen2732x2048" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPhone 6/6s/7/8 (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (750x1334 px)" name="launchScreen750x1334" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen for iPad (portrait)" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (768x1024 px)" name="launchScreen768x1024" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Launch screen Storyboard file (Created from Xcode)" editorInfo="filters:*.storyboard *.xib;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Launch Screen (Storyboard file)" name="launchScreenXib" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Main module" initialValue="" isDefaultInherited="false" isHidden="false" label="Main module" name="mainModule" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Package identifier" initialValue="" isDefaultInherited="false" isHidden="false" label="ID" name="packageId" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Label of the package" initialValue="" isDefaultInherited="false" isHidden="false" label="Label" name="packageLabel" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Version of the package" initialValue="1" isDefaultInherited="false" isHidden="false" label="Version" name="packageVersion" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="Version of the package displayed to the user" initialValue="1" isDefaultInherited="false" isHidden="false" label="VersionName" name="packageVersionName" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty editorInfo="isDynamic:true;title:Permissions;description:Android Permissions;icon:checkbox_checked" initialValue="" initializer="gma-permissions:default-permissions" isDefaultInherited="false" isHidden="false" label="Permissions" name="permissions" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="Requirements" editorInfo="title:Requirements;description:iOS Requirements;icon:checkbox_checked;contains:accelerometer|auto-focus-camera|armv6|armv7|bluetooth-le|camera-flash|front-facing-camera|gamekit|gps|gyroscope|healthkit|magnetometer|metal|microphone|location-services|opengles-1|opengles-2|opengles-3|peer-peer|sms|still-camera|telephony|video-camera|wifi" initialValue="wifi" isDefaultInherited="false" isHidden="true" label="Requirements" name="required" readOnly="false" type="MULTIPLEBOOLEAN"/>
|
||||
<DynamicProperty description="Manifest resources" initialValue="" isDefaultInherited="false" isHidden="false" label="Resources" name="resources" readOnly="false" type="TEXT"/>
|
||||
<DynamicProperty description="High-DPI Status Icon (36x36 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-hdpi (36x36 px)" name="status-icon-hdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Medium-DPI Status Icon (24x24 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-mdpi (24x24 px)" name="status-icon-mdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicProperty description="Extra High-DPI Status Icon (48x48 px) path" editorInfo="filters:*.png;openDirDialog:true;replaceDocPath:$(ProjectDir)" initialValue="" isDefaultInherited="false" isHidden="false" label="Status Icon-xhdpi (48x48 px)" name="status-icon-xhdpi" readOnly="false" type="FILE"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Android" label="Android" name="AndroidGroup" properties="packageVersionName;gma-primary-color;gma-primary-dark-color;gma-accent-color;gma-actionbar-color;gma-primaryText-color;gma-windowBackground-color;gma-navigationBarBackground-color;icon-ldpi;icon-mdpi;icon-hdpi;icon-xhdpi;icon-xxhdpi;status-icon-mdpi;status-icon-hdpi;status-icon-xhdpi;permissions;gma-foreground-services;gma-background-explanation;firebase;gma-cordova"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Genero Archive" label="GAR" name="GARGroup" properties="resources"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="Package" label="Package" name="PackageGroup" properties="packageId;packageLabel;packageVersion;mainModule"/>
|
||||
<DynamicPropertyGroup collapsed="false" description="iOS" label="iOS" name="iOSGroup" properties="launchScreen;launchScreen1136x640;launchScreen750x1334;launchScreen1334x750;launchScreen1242x2208;launchScreen2208x1242;launchScreen1125x2436;launchScreen2436x1125;launchScreen768x1024;launchScreen1024x768;launchScreen1536x2048;launchScreen2048x1536;launchScreen2224x1668;launchScreen1668x2224;launchScreen2048x2732;launchScreen2732x2048;launchScreenXib;icon29x29;icon40x40;icon58x58;icon60x60;icon76x76;icon80x80;icon87x87;icon120x120;icon152x152;icon167x167;icon180x180;icon1024x1024;required;gmi-cordova"/>
|
||||
</DynamicProperties>
|
||||
<NodeInfos version="1">
|
||||
<NodeInfo mimeType="pm/package" properties="packageId;packageLabel;packageVersion;mainModule;packageVersionName;resources;launchScreen;launchScreen1136x640;launchScreen750x1334;launchScreen1334x750;launchScreen1242x2208;launchScreen2208x1242;launchScreen1125x2436;launchScreen2436x1125;launchScreen768x1024;launchScreen1024x768;launchScreen1536x2048;launchScreen2048x1536;launchScreen2224x1668;launchScreen1668x2224;launchScreen2048x2732;launchScreen2732x2048;launchScreenXib;icon29x29;icon40x40;icon58x58;icon60x60;icon76x76;icon80x80;icon87x87;icon120x120;icon152x152;icon167x167;icon180x180;icon1024x1024;gma-primary-color;gma-primary-dark-color;gma-accent-color;gma-actionbar-color;gma-primaryText-color;gma-windowBackground-color;gma-navigationBarBackground-color;icon-ldpi;icon-mdpi;icon-hdpi;icon-xhdpi;icon-xxhdpi;status-icon-mdpi;status-icon-hdpi;status-icon-xhdpi;permissions;required;gma-foreground-services;gma-background-explanation;firebase;gma-cordova;gmi-cordova"/>
|
||||
</NodeInfos>
|
||||
</Settings>
|
||||
<LanguageList version="1.0"/>
|
||||
<PlatformList version="1.0"/>
|
||||
<Group id="-2057013643" label="COMUNES" language="Genero">
|
||||
<Library binaryName="Config" id="1765711908" label="Config">
|
||||
<File filePath="config/Application.xcf"/>
|
||||
</Library>
|
||||
<Library binaryName="Database" id="-1026233879" label="Database">
|
||||
<File filePath="../DATABASE/smarmotech.4db"/>
|
||||
</Library>
|
||||
<Library binaryName="FORMULARIOS" id="1914219400" label="FORMULARIOS">
|
||||
<File filePath="otrodir/cambia.4fd"/>
|
||||
<File filePath="otrodir/inicial.4fd"/>
|
||||
<File filePath="otrodir/mainmenuform.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES" dependencies="-1026233879" id="-764824792" label="FUNCIONES">
|
||||
<File filePath="otrodir/ambienteFacturacion.4gl"/>
|
||||
<File filePath="otrodir/api_test.4gl"/>
|
||||
<File filePath="otrodir/autentificacion.4gl"/>
|
||||
<File filePath="otrodir/autorizarequisicion.4gl"/>
|
||||
<File filePath="otrodir/bancos.4gl"/>
|
||||
<File filePath="otrodir/bodegas.4gl"/>
|
||||
<File filePath="otrodir/busca_balances.4gl"/>
|
||||
<File filePath="otrodir/busca_imagen.4gl"/>
|
||||
<File filePath="otrodir/buscaEpleados.4gl"/>
|
||||
<File filePath="otrodir/cetiquetas.4gl"/>
|
||||
<File filePath="otrodir/cinstalador.4gl"/>
|
||||
<File filePath="otrodir/codigosMovimientos.4gl"/>
|
||||
<File filePath="otrodir/comboano.4gl"/>
|
||||
<File filePath="otrodir/combodin.4gl"/>
|
||||
<File filePath="otrodir/combomes.4gl"/>
|
||||
<File filePath="otrodir/comprimeImagen.4gl"/>
|
||||
<File filePath="otrodir/controlNumericoED.4gl"/>
|
||||
<File filePath="otrodir/cuentasBco.4gl"/>
|
||||
<File filePath="otrodir/departamentos.4gl"/>
|
||||
<File filePath="otrodir/deptosupervisa.4gl"/>
|
||||
<File filePath="otrodir/detalleGastos.4gl"/>
|
||||
<File filePath="otrodir/disponibles.4gl"/>
|
||||
<File filePath="otrodir/entramensaje.4gl"/>
|
||||
<File filePath="otrodir/enviacorreo.4gl"/>
|
||||
<File filePath="otrodir/enviaencuesta.4gl"/>
|
||||
<File filePath="otrodir/equipos.4gl"/>
|
||||
<File filePath="otrodir/estado_requisicion.4gl"/>
|
||||
<File filePath="otrodir/evaluaclientes.4gl"/>
|
||||
<File filePath="otrodir/GeneraEntradaDiario.4gl"/>
|
||||
<File filePath="otrodir/generafilexml.4gl"/>
|
||||
<File filePath="otrodir/idinstalacion.4gl"/>
|
||||
<File filePath="otrodir/ircodigosMovimientos.4gl"/>
|
||||
<File filePath="otrodir/localidades.4gl"/>
|
||||
<File filePath="otrodir/lugarentrega.4gl"/>
|
||||
<File filePath="otrodir/mensajes.4gl"/>
|
||||
<File filePath="otrodir/msg.4gl"/>
|
||||
<File filePath="ccdir/numeroDepositos.4gl"/>
|
||||
<File filePath="otrodir/paises.4gl"/>
|
||||
<File filePath="otrodir/pendiente_ordenes.4gl"/>
|
||||
<File filePath="otrodir/plataformapago.4gl"/>
|
||||
<File filePath="otrodir/prd.4gl"/>
|
||||
<File filePath="otrodir/procesoEncf.4gl"/>
|
||||
<File filePath="otrodir/proveedores.4gl"/>
|
||||
<File filePath="otrodir/requisiciondespacho.4gl"/>
|
||||
<File filePath="otrodir/seg000.4gl"/>
|
||||
<File filePath="otrodir/sus_caracter.4gl"/>
|
||||
<File filePath="otrodir/termo.4gl"/>
|
||||
<File filePath="vedir/veconvierteorden.4gl"/>
|
||||
<File filePath="otrodir/vendedores.4gl"/>
|
||||
<File filePath="otrodir/visualiza_kit.4gl"/>
|
||||
<File filePath="otrodir/zonas.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONESEMAIL" id="493047263" label="FUNCIONESEMAIL">
|
||||
<File filePath="otrodir/apiclient.4gl"/>
|
||||
<File filePath="classes/enviaemail_4.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONESREPORT" id="-1423229125" label="FUNCIONESREPORT">
|
||||
<File filePath="otrodir/msgrp000.4gl"/>
|
||||
<File filePath="otrodir/seleccionarsalida.4gl"/>
|
||||
<File filePath="vedir/veprrp049_1.4gl"/>
|
||||
</Library>
|
||||
<Library binaryName="STYLES" id="-902110420" label="STYLES">
|
||||
<File filePath="bin/mainmenu.4st"/>
|
||||
<File filePath="bin/mainmenu_A.4st"/>
|
||||
<File filePath="bin/mainmenu_B.4st"/>
|
||||
<File filePath="bin/mainmenu_C.4st"/>
|
||||
<File filePath="bin/mainmenu_D.4st"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="231980478" label="DatabaseMaintenance" language="Genero" targetDirectory="$(ProjectDir)/dbbin">
|
||||
<Application binaryName="CreateDatabase" id="184075814" label="CreateDatabase">
|
||||
<Configuration binaryName="CreateDatabase" id="-341630738" label="CreateDatabase"/>
|
||||
</Application>
|
||||
</Group>
|
||||
<Group environment="value:CLASSPATH=$(ProjectDir)\\classes\\javax.mail.jar;$(CLASSPATH)" id="788649802" label="MODULOS" language="Genero">
|
||||
<Group id="446189093" label="ACTIVOS FIJOS">
|
||||
<Library binaryName="FORMULARIOS_AC" id="749078683" label="FORMULARIOS_AC"/>
|
||||
<Library binaryName="FUNCIONES_AC" id="1581383228" label="FUNCIONES_AC"/>
|
||||
</Group>
|
||||
<Group id="-1298100213" label="CONTABILIDAD GENERAL">
|
||||
<Application binaryName="cgprmt001" dependencies="2055924299,-1026233879" id="-1385997751" label="cgprmt001">
|
||||
<Configuration id="-340886821" label="Configuration"/>
|
||||
<File filePath="cgdir/cgprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cgprmt004" id="1978837824" label="cgprmt004">
|
||||
<Configuration id="459371067" label="Configuration"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CG" dependencies="-1026233879" id="-1298477600" label="FORMULARIOS_CG">
|
||||
<File filePath="cgdir/cgfmmt001.4fd"/>
|
||||
<File filePath="cgdir/cgfmmt004.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CG" id="2055924299" label="FUNCIONES_CG">
|
||||
<File filePath="cgdir/cgprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="-255352965" label="COSTOS">
|
||||
<Application binaryName="ctprmt001" dependencies="304775992,-1026233879,-764824792,642213193" id="545998554" label="ctprmt001">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-807037310" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="ctprrp004" dependencies="-1026233879,-764824792" id="-287232557" label="ctprrp004">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-346941264" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprrp004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="ctprrp014" dependencies="304775992,-1026233879,-764824792" id="402402488" label="ctprrp014">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="687539983" label="Configuration"/>
|
||||
<File filePath="ctdir/ctprrp014.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CT" dependencies="-1026233879" id="642213193" label="FORMULARIOS_CT">
|
||||
<File filePath="ctdir/ctfmmt001.4fd"/>
|
||||
<File filePath="ctdir/ctfmrp004.4fd"/>
|
||||
<File filePath="ctdir/ctfmrp014.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CT" dependencies="-1026233879" id="304775992" label="FUNCIONES_CT">
|
||||
<File filePath="ctdir/ctprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="414443953" label="CUENTAS POR COBRAR">
|
||||
<Library binaryName="FORMULARIOS_CC" id="579381494" label="FORMULARIOS_CC"/>
|
||||
<Library binaryName="FUNCIONES_CC" id="-1766170440" label="FUNCIONES_CC"/>
|
||||
</Group>
|
||||
<Group id="1669637206" label="CUENTAS POR PAGAR">
|
||||
<Application binaryName="cpprmt001" dependencies="-594793224,-1026233879,-764824792" id="-93012595" label="cpprmt001">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="2059119033" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="cpprmt002" id="-1772765857" label="cpprmt002">
|
||||
<Configuration id="106388225" label="Configuration"/>
|
||||
<File filePath="cpdir/cpprmt002.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_CP" id="1811699727" label="FORMULARIOS_CP">
|
||||
<File filePath="cpdir/cpfmmt001.4fd"/>
|
||||
<File filePath="cpdir/cpfmmt002.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_CP" dependencies="-1026233879" id="-594793224" label="FUNCIONES_CP">
|
||||
<File filePath="cpdir/cpprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="-1462008232" label="ENCUESTAS"/>
|
||||
<Group id="-396138196" label="LIQUIDACION">
|
||||
<Application binaryName="lqprmt001" dependencies="2132467565,-1026233879,-764824792" id="-579303895" label="lqprmt001">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="332652234" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprmt002" dependencies="2132467565,-1026233879,-764824792" id="395059441" label="lqprmt002">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-554965098" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprmt002.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprrp004" dependencies="2132467565,-1026233879,-764824792" id="-432861602" label="lqprrp004">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="530364294" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprrp004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="lqprrp009" dependencies="2132467565,-1026233879,-764824792" id="659835851" label="lqprrp009">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="189897394" label="Configuration"/>
|
||||
<File filePath="lqdir/lqprrp009.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_LQ" dependencies="-1026233879" id="2065741744" label="FORMULARIOS_LQ">
|
||||
<File filePath="lqdir/lqfmmt001.4fd"/>
|
||||
<File filePath="lqdir/lqfmmt002.4fd"/>
|
||||
<File filePath="lqdir/lqfmwd001.4fd"/>
|
||||
<File filePath="lqdir/lqfmwd002.4fd"/>
|
||||
<File filePath="lqdir/lqfmrp004.4fd"/>
|
||||
<File filePath="lqdir/edfmrp027.4fd"/>
|
||||
<File filePath="lqdir/lqfmrp009.4fd"/>
|
||||
<File filePath="lqdir/lqfmfu002.per"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_LQ" dependencies="-1026233879" id="2132467565" label="FUNCIONES_LQ">
|
||||
<File filePath="lqdir/lqprgb000.4gl"/>
|
||||
<File filePath="lqdir/busca_liquidacion.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="202834315" label="MATERIA PRIMA">
|
||||
<Library binaryName="FORMULARIOS_IN" id="-863149381" label="FORMULARIOS_IN"/>
|
||||
<Library binaryName="FUNCIONES_IN" id="-801525068" label="FUNCIONES_IN"/>
|
||||
</Group>
|
||||
<Group id="1302820616" label="NOMINA">
|
||||
<Library binaryName="FORMULARIOS_NO" id="-335228674" label="FORMULARIOS_NO"/>
|
||||
<Library binaryName="FUNCIONES_NO" id="-306412216" label="FUNCIONES_NO"/>
|
||||
</Group>
|
||||
<Group id="1667448785" label="PRODUCTOS TERMINADOS">
|
||||
<Library binaryName="FORMULARIOS_IP" id="-1826025351" label="FORMULARIOS_IP"/>
|
||||
<Library binaryName="FUNCIONES_IP" id="1763548104" label="FUNCIONES_IP"/>
|
||||
</Group>
|
||||
<Group id="615555875" label="PRODUCCION">
|
||||
<Application binaryName="prprmt008" dependencies="-837156229,-1026233879,-764824792" id="990112248" label="prprmt008">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="888443941" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt008.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt003" dependencies="-837156229,-1026233879,-764824792" id="-655344430" label="prprmt003">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-171737906" label="Configuration"/>
|
||||
<File filePath="ctdir/prprmt003.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt006" dependencies="-837156229,-1026233879,-764824792" id="-346853918" label="prprmt006">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="576151984" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt006.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt010" dependencies="-837156229,-1026233879,-764824792" id="-631331727" label="prprmt010">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-211320415" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt010.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt011" dependencies="-837156229,-1026233879,-764824792" id="-284744691" label="prprmt011">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-569394285" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt011.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt022" dependencies="-837156229,-1026233879,-764824792" id="-989295927" label="prprmt022">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="688332893" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt022.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt021" dependencies="-837156229,-1026233879,-764824792" id="-546545914" label="prprmt021">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-974560942" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt021.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprmt020" dependencies="-837156229,-1026233879,-764824792" id="-358374666" label="prprmt020">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="240197034" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprmt020.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="prprcs001" dependencies="-837156229,-1026233879,-764824792" id="651953760" label="prprcs001">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="218987562" label="Configuration"/>
|
||||
<File filePath="PRDIR/prprcs001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="impordenes" dependencies="-837156229,-1026233879,-764824792" id="-140559353" label="impordenes">
|
||||
<Configuration commandLineArguments="jpeguero Peguero2023" id="-351083701" label="Configuration"/>
|
||||
<File filePath="otrodir/impordenes.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="FORMULARIOS_PR" dependencies="-1026233879" id="-956683955" label="FORMULARIOS_PR">
|
||||
<File filePath="PRDIR/prfmmt008.4fd"/>
|
||||
<File filePath="vedir/vefmwd002.4fd"/>
|
||||
<File filePath="ctdir/prfmmt003.per"/>
|
||||
<File filePath="PRDIR/prfmmt006.4fd"/>
|
||||
<File filePath="vedir/vefmwd003.per"/>
|
||||
<File filePath="PRDIR/prfmmt010.per"/>
|
||||
<File filePath="PRDIR/prfmmt011.4fd"/>
|
||||
<File filePath="vedir/prfmwd014.per"/>
|
||||
<File filePath="PRDIR/prfmmt022.4fd"/>
|
||||
<File filePath="PRDIR/prfmmt021.4fd"/>
|
||||
<File filePath="PRDIR/prfmmt021a.4fd"/>
|
||||
<File filePath="ccdir/prfmmt012.per"/>
|
||||
<File filePath="PRDIR/prtest.4fd"/>
|
||||
<File filePath="PRDIR/prfmcs001.per"/>
|
||||
<File filePath="otrodir/impimportar.per"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_PR" dependencies="-1026233879" id="-837156229" label="FUNCIONES_PR">
|
||||
<File filePath="PRDIR/prprgb000.4gl"/>
|
||||
</Library>
|
||||
</Group>
|
||||
<Group id="46006545" label="RECURSOS HUMANOS">
|
||||
<Library binaryName="FORMULARIOS_AD" id="1612573873" label="FORMULARIOS_AD"/>
|
||||
<Library binaryName="FUNCIONES_AD" id="114070979" label="FUNCIONES_AD"/>
|
||||
</Group>
|
||||
<Group id="-802694369" label="REPORTE ENTRADA">
|
||||
<Library binaryName="FORMULARIO_AL" id="267647114" label="FORMULARIO_AL"/>
|
||||
<Library binaryName="FUNCION_AL" id="-1012843001" label="FUNCION_AL"/>
|
||||
</Group>
|
||||
<Group id="-105943532" label="REPUESTOS">
|
||||
<Library binaryName="FORMULARIOS_IR" id="18908927" label="FORMULARIOS_IR"/>
|
||||
<Library binaryName="FUNCIONES_IR" id="-2079122474" label="FUNCIONES_IR"/>
|
||||
</Group>
|
||||
<Group id="2068304233" label="VENTAS">
|
||||
<Library binaryName="FORMULARIOS_VE" dependencies="-1026233879" id="-1377937444" label="FORMULARIOS_VE">
|
||||
<File filePath="vedir/vefmmt004.4fd"/>
|
||||
<File filePath="vedir/vefmmt101.4fd"/>
|
||||
<File filePath="vedir/vefmmt102.4fd"/>
|
||||
<File filePath="vedir/vefmwd022.4fd"/>
|
||||
<File filePath="vedir/vefmmt001.4fd"/>
|
||||
<File filePath="vedir/vefmwd006.4fd"/>
|
||||
<File filePath="vedir/vefmwd007.per"/>
|
||||
<File filePath="vedir/vefmwd013.4fd"/>
|
||||
<File filePath="vedir/vefmwd014.per"/>
|
||||
<File filePath="vedir/vefmwd017.per"/>
|
||||
<File filePath="vedir/vefmwd075.per"/>
|
||||
<File filePath="vedir/vefmmt024.4fd"/>
|
||||
<File filePath="vedir/vefmmt031.4fd"/>
|
||||
<File filePath="vedir/vefmwd001.per"/>
|
||||
<File filePath="vedir/vefmwd002.4fd"/>
|
||||
<File filePath="vedir/vefmmt049.4fd"/>
|
||||
<File filePath="vedir/vefmmt149.per"/>
|
||||
<File filePath="vedir/vefmwd018.per"/>
|
||||
<File filePath="vedir/vefmwd019.per"/>
|
||||
<File filePath="vedir/vefmwd100a.4fd"/>
|
||||
<File filePath="vedir/vefmwd102.per"/>
|
||||
<File filePath="vedir/vefmmt040.4fd"/>
|
||||
<File filePath="vedir/vefmmt032.4fd"/>
|
||||
<File filePath="vedir/vefmmt038.per"/>
|
||||
<File filePath="vedir/vefmmt023.4fd"/>
|
||||
<File filePath="vedir/vefmmt013.4fd"/>
|
||||
<File filePath="vedir/vefmmt009.per"/>
|
||||
<File filePath="vedir/vefmmt002.per"/>
|
||||
<File filePath="vedir/vefmmt007.4fd"/>
|
||||
<File filePath="vedir/vefmmt005.4fd"/>
|
||||
<File filePath="vedir/vefmwd073.per"/>
|
||||
<File filePath="vedir/vefmmt020.4fd"/>
|
||||
<File filePath="vedir/vefmmtact.per"/>
|
||||
<File filePath="vedir/vefmwd049.4fd"/>
|
||||
<File filePath="vedir/vefmrp001.4fd"/>
|
||||
<File filePath="vedir/vefmrp015.4fd"/>
|
||||
<File filePath="vedir/vefmrp050.4fd"/>
|
||||
<File filePath="vedir/vefmrp048.4fd"/>
|
||||
<File filePath="vedir/vefmrp011.4fd"/>
|
||||
<File filePath="vedir/vefmrp061.4fd"/>
|
||||
<File filePath="vedir/vefmrp062.per"/>
|
||||
<File filePath="vedir/vefmcs001.4fd"/>
|
||||
</Library>
|
||||
<Library binaryName="FUNCIONES_VE" dependencies="-1026233879" id="-1093277845" label="FUNCIONES_VE">
|
||||
<File filePath="vedir/vefumt001.4gl"/>
|
||||
<File filePath="vedir/veprgb000.4gl"/>
|
||||
</Library>
|
||||
<Application binaryName="veprmt004" dependencies="-1093277845,-1026233879,-764824792" id="657833718" label="veprmt004">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="86284586" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt004.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt101" dependencies="-1093277845,-1026233879,-764824792,493047263" id="-519209967" label="veprmt101">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="955022326" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt101.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt102" dependencies="-1093277845,-1026233879,-764824792" id="1032432257" label="veprmt102">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1676531577" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt102.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt025" dependencies="-1093277845,-1026233879,-764824792" id="343431354" label="veprmt025">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="684926648" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt025.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt001" dependencies="-1093277845,-1026233879,-764824792" id="200550882" label="veprmt001">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1427917002" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt024" dependencies="-1093277845,-1026233879,-764824792" id="773751002" label="veprmt024">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1651668050" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt024.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt113" dependencies="-1093277845,-1026233879,-764824792" id="826750739" label="veprmt113">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="937663516" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt113.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt031" dependencies="-1093277845,-1026233879,-764824792" id="974547322" label="veprmt031">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="799605520" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt031.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt049" dependencies="-1093277845,-1026233879,-764824792" id="320289604" label="veprmt049">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1240586355" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt049.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt040" dependencies="-1093277845,-1026233879,-764824792" id="1253460167" label="veprmt040">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="169175954" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt040.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt032" dependencies="-1093277845,-1026233879,-764824792" id="333553480" label="veprmt032">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="781472232" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt032.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt038" dependencies="-1093277845,-1026233879,-764824792" id="1114536044" label="veprmt038">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="711965241" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt038.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt023" dependencies="-1093277845,-1026233879,-764824792" id="250302650" label="veprmt023">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="637983218" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt023.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt013" dependencies="-1093277845,-1026233879,-764824792" id="1929893875" label="veprmt013">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1258625593" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt013.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt009" dependencies="-1093277845,-1026233879,-764824792" id="158580342" label="veprmt009">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="616580711" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt009.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt002" dependencies="-1093277845,-1026233879,-764824792" id="1020255763" label="veprmt002">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1553667325" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt002.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt007" dependencies="-1093277845,-1026233879,-764824792" id="1377728990" label="veprmt007">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="988043155" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt007.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt005" dependencies="-1093277845,-1026233879,-764824792" id="1527528867" label="veprmt005">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1080963272" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt005.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmt020" dependencies="-1093277845,-1026233879,-764824792" id="1588222966" label="veprmt020">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="490938342" label="Configuration"/>
|
||||
<File filePath="vedir/veprmt020.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprmtact" dependencies="-1093277845,-1026233879,-764824792" id="1945961956" label="veprmtact">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="372375523" label="Configuration"/>
|
||||
<File filePath="vedir/veprmtact.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp049" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1231029190" label="veprrp049">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1002401974" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp049.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp001" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="788445849" label="veprrp001">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="579166574" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp001.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp015" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="771111293" label="veprrp015">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1186448062" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp015.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp015_1" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="921881305" label="veprrp015_1">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1498121477" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp015_1.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp058" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="740848017" label="veprrp058">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1813875361" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp058.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp057" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1199779221" label="veprrp057">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="923273555" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp057.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp059" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1425550662" label="veprrp059">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="906673138" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp059.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp060" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1698205712" label="veprrp060">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="836349756" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp060.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp050" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="965130327" label="veprrp050">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="221952065" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp050.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp053" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1461378326" label="veprrp053">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1387157236" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp053.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp054" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1783906192" label="veprrp054">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="449667496" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp054.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp055" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1292794946" label="veprrp055">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1560813650" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp055.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp048" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="1264363809" label="veprrp048">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1596145290" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp048.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp011" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="514325617" label="veprrp011">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1564727545" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp011.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp061" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="847073737" label="veprrp061">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="414852076" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp061.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprrp062" dependencies="-1093277845,-1026233879,-764824792,-1423229125" id="508780726" label="veprrp062">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="1318548109" label="Configuration"/>
|
||||
<File filePath="vedir/veprrp062.4gl"/>
|
||||
</Application>
|
||||
<Application binaryName="veprcs001" dependencies="-1093277845,-1026233879,-764824792" id="608540973" label="veprcs001">
|
||||
<Configuration commandLineArguments="jsoto lmmjvsd2014" id="383033232" label="Configuration"/>
|
||||
<File filePath="vedir/veprcs001.4gl"/>
|
||||
</Application>
|
||||
</Group>
|
||||
</Group>
|
||||
<Group id="128554475" label="Packages" language="Genero">
|
||||
<Package binaryName="Application_GAR" dependencies="159917928,212784684,400358049" id="9486100" label="Application_GAR" platform="Genero Application Server">
|
||||
<DynamicProperty name="packageId" value="myapp"/>
|
||||
<DynamicProperty name="packageLabel" value="MyApp"/>
|
||||
<Directory excludedFiles="Test.42r,*.4pdb" includedFiles="*.42?" label="Binaries" sourceDirectory="$(ProjectDir)/bin"/>
|
||||
<Directory includedFiles="fglprofile,*.xcf,MANIFEST" label="Config" sourceDirectory="$(ProjectDir)/config"/>
|
||||
<Directory includedFiles="*.png,*.jpg,*.ttf,*.svg,image2font.txt" label="Images" sourceDirectory="$(ProjectDir)/images"/>
|
||||
<Directory includedFiles="*.42?" label="libgst" sourceDirectory="$(GSTLIBRARYDIR)/bin"/>
|
||||
<Directory includedFiles="*.4ad,*.4st,*.4tm,*.4tb,*.4sm,*.42s,*.iem,*.4rp" label="Resources" sourceDirectory="$(ProjectDir)/resources"/>
|
||||
<Directory destinationDirectory="$(RootDir)/webcomponents" label="Webcomponents" sourceDirectory="$(ProjectDir)/webcomponents"/>
|
||||
</Package>
|
||||
</Group>
|
||||
<Group environment="dirlist:DBPATH=$(ProjectDir)/database;$(DBPATH)" id="1114580" label="Project" language="Genero">
|
||||
<Library binaryName="Entities" id="212784684" label="Entities"/>
|
||||
<Application binaryName="MAINMENU" dependencies="159917928,212784684,-1026233879,-764824792" environment="dirlist:FGLIMAGEPATH=$(ProjectDir)/images;$(FGLDIR)/lib/image2font.txt;$(ProjectDir);$(FGLIMAGEPATH)" id="400358049" label="MAINMENU">
|
||||
<Configuration binaryName="MAINMENU" id="1399885202" label="mainmenu"/>
|
||||
<File filePath="otrodir/MainMenu.4gl"/>
|
||||
</Application>
|
||||
<Library binaryName="Resources" id="159917928" label="Resources">
|
||||
<File filePath="resources/myactions.4ad"/>
|
||||
<File filePath="resources/mystyles.4st"/>
|
||||
</Library>
|
||||
<Application binaryName="Test" dependencies="400358049" id="547110977" label="Test" targetDirectory="$(ProjectDir)/testbin">
|
||||
<GGCConfiguration ggcMode="tcp" id="1795918727" label="Test"/>
|
||||
</Application>
|
||||
</Group>
|
||||
</Project>
|
||||
@@ -315,11 +315,11 @@ END FUNCTION
|
||||
|
||||
FUNCTION apply_lookfeel()
|
||||
CASE menu_layout
|
||||
WHEN "A" CALL ui.Interface.LoadStyles("mainmenu_A")
|
||||
WHEN "B" CALL ui.Interface.LoadStyles("mainmenu_B")
|
||||
WHEN "C" CALL ui.Interface.LoadStyles("mainmenu_C")
|
||||
WHEN "D" CALL ui.Interface.LoadStyles("mainmenu_D")
|
||||
OTHERWISE CALL ui.Interface.LoadStyles("mainmenu")
|
||||
WHEN "A" CALL ui.Interface.loadStyles("mainmenu_A")
|
||||
WHEN "B" CALL ui.Interface.loadStyles("mainmenu_B")
|
||||
WHEN "C" CALL ui.Interface.loadStyles("mainmenu_C")
|
||||
WHEN "D" CALL ui.Interface.loadStyles("mainmenu_D")
|
||||
OTHERWISE CALL ui.Interface.loadStyles("mainmenu")
|
||||
END CASE
|
||||
END FUNCTION
|
||||
|
||||
|
||||
@@ -274,30 +274,19 @@ END FUNCTION
|
||||
|
||||
FUNCTION configureOutput(tipo_file)
|
||||
DEFINE tipo_file CHAR(3)
|
||||
IF NOT fgl_report_loadCurrentSettings(NULL) THEN
|
||||
RETURN NULL
|
||||
END IF
|
||||
# CALL fgl_report_selectLogicalPageMapping("multipage")
|
||||
# CALL fgl_report_configureMultipageOutput(2, 4, TRUE)
|
||||
CALL fgl_report_setPageMargins("0.5cm","0.5cm","0.5cm","0.5cm")
|
||||
--CALL fgl_report_selectDevice("XLS")
|
||||
# CALL fgl_report_selectDevice(getPreviewDevice())
|
||||
# CALL fgl_report_configureCompatibilityOutput(1,'Franklin Gothic Heavy',false,'existencia',NULL,NULL)
|
||||
CALL fgl_report_selectDevice(tipo_file)
|
||||
CALL fgl_report_configurexlsxdevice(null,null,null,false,false,null,1)
|
||||
CALL fgl_report_selectPreview(TRUE)
|
||||
RETURN fgl_report_commitCurrentSettings()
|
||||
|
||||
RETURN NULL
|
||||
-- La API fgl_report_* (Report Writer 2.0) no esta disponible en este
|
||||
-- FGL 6.00.01. Esta salida (XML/XLS/PDF por handler) no esta soportada
|
||||
-- en este entorno; usar r_output = 'MA' (impresion clasica) en su lugar.
|
||||
RETURN NULL
|
||||
END FUNCTION
|
||||
|
||||
FUNCTION getPreviewDevice()
|
||||
DEFINE fename String
|
||||
CALL ui.interface.frontcall("standard", "feinfo", ["fename"],[fename])
|
||||
CALL ui.Interface.frontCall("standard", "feinfo", ["fename"],[fename])
|
||||
IF fename == "Genero Desktop Client" THEN
|
||||
RETURN "SVG"
|
||||
ELSE
|
||||
RETURN "PDF"
|
||||
END IF
|
||||
END IF
|
||||
END FUNCTION
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user