Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunta lista movimenti per importo git-svn-id: svn://10.65.10.50/branches/R_10_00@22478 c028cbd2-c16b-5b4b-a496-9718f37d4682
80 lines
3.4 KiB
XML
Executable File
80 lines
3.4 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<report name="cg7100i" lpi="6">
|
|
<description>Lista documenti per importo</description>
|
|
<font face="Arial" size="8" />
|
|
<section type="Head" pattern="1">
|
|
<font italic="1" face="Arial" size="8" />
|
|
<field x="50" y="0.75" type="Testo" width="9" pattern="1" text="Documento" />
|
|
<field x="2" y="1.5" type="Testo" width="4" pattern="1" text="Anno" />
|
|
<field x="7" y="1.5" type="Testo" align="right" width="7" pattern="1" text="N. Reg." />
|
|
<field x="14.5" y="1.5" type="Testo" align="center" width="10" pattern="1" text="Data Reg." />
|
|
<field x="25.5" y="1.5" type="Testo" align="center" width="10" pattern="1" text="Data Comp." />
|
|
<field x="36" y="1.5" type="Array" align="right" width="7" pattern="1">
|
|
<source>#TIPOCF</source>
|
|
<list>
|
|
<li Value="Cliente" Code="C" />
|
|
<li Value="Fornitore" Code="F" />
|
|
</list>
|
|
</field>
|
|
<field x="43" y="1.5" type="Testo" align="center" width="10" pattern="1" text="Data" />
|
|
<field x="54.5" y="1.5" type="Testo" align="right" width="7" pattern="1" text="Numero" />
|
|
<field x="62" y="1.5" type="Testo" width="3" pattern="1" text="Tipo" />
|
|
<field x="67" y="1.5" type="Testo" width="3" pattern="1" text="Cau." />
|
|
<field x="71" y="1.5" type="Testo" width="10" pattern="1" text="Descrizione" />
|
|
<field x="103" y="1.5" type="Testo" align="right" width="10" pattern="1" text="Importo" />
|
|
<field x="114" y="1.5" type="Stringa" width="4" pattern="1">
|
|
<source>#VALUTA</source>
|
|
</field>
|
|
<field border="1" x="1" y="2.5" type="Linea" width="116" height="0" pattern="1" />
|
|
</section>
|
|
<section type="Head" level="1" pattern="1">
|
|
<field border="1" radius="50" x="25" y="0.5" type="Testo" valign="center" align="center" shade_offset="50" width="60" height="2" pattern="2" text="Lista movimenti per Importo">
|
|
<font face="Arial" bold="1" size="14" />
|
|
</field>
|
|
</section>
|
|
<section type="Body" pattern="1" />
|
|
<section type="Body" level="1" pattern="1">
|
|
<field x="2" type="Numero" align="right" width="4" pattern="1">
|
|
<source>ANNOES</source>
|
|
</field>
|
|
<field x="7" type="Numero" align="right" link="23.NUMREG" width="7" pattern="1">
|
|
<source>NUMREG</source>
|
|
</field>
|
|
<field x="15" type="Data" width="10" pattern="1">
|
|
<source>DATAREG</source>
|
|
</field>
|
|
<field x="26" type="Data" width="10" pattern="1">
|
|
<source>DATACOMP</source>
|
|
</field>
|
|
<field x="37" type="Numero" align="right" width="6" pattern="1">
|
|
<source>CODCF</source>
|
|
</field>
|
|
<field x="44" type="Data" width="10" pattern="1">
|
|
<source>DATADOC</source>
|
|
</field>
|
|
<field x="54.5" type="Numero" align="right" width="7" pattern="1">
|
|
<source>NUMDOC</source>
|
|
</field>
|
|
<field x="62" type="Stringa" width="2" pattern="1">
|
|
<source>TIPODOC</source>
|
|
</field>
|
|
<field x="67" type="Stringa" width="3" pattern="1">
|
|
<source>CODCAUS</source>
|
|
</field>
|
|
<field x="71" type="Stringa" width="30" pattern="1">
|
|
<font face="Arial Narrow" size="8" />
|
|
<source>DESCR</source>
|
|
</field>
|
|
<field x="102" type="Valuta" align="right" width="12" pattern="1" text="#########,@@">
|
|
<source>TOTDOC</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" pattern="1" />
|
|
<section type="Foot" level="1" pattern="1" />
|
|
<sql>USE MOV KEY 3
|
|
SELECT (BETWEEN(DATAREG,#DATAINI,#DATAFIN))(STR(BETWEEN(TOTDOC,#DAIMPORTO,#AIMPORTO)))(CODVAL=#VALUTA)
|
|
BY NUMREG
|
|
FROM TIPO=#TIPOCF CODCF=#CODCF
|
|
TO TIPO=#TIPOCF CODCF=#CODCF
|
|
</sql>
|
|
</report> |