71 lines
3.2 KiB
Plaintext
71 lines
3.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||
|
<report name="cg7100i" lpi="6">
|
||
|
<description>Lista movimenti 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="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 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>MOV.DATACOMP</source>
|
||
|
</field>
|
||
|
<field x="37" type="Numero" align="right" width="6" pattern="1">
|
||
|
<source>SOTTOCONTO</source>
|
||
|
</field>
|
||
|
<field x="44" type="Data" width="10" pattern="1">
|
||
|
<source>MOV.DATADOC</source>
|
||
|
</field>
|
||
|
<field x="54.5" type="Numero" align="right" width="7" pattern="1">
|
||
|
<source>MOV.NUMDOC</source>
|
||
|
</field>
|
||
|
<field x="62" type="Stringa" width="2" pattern="1">
|
||
|
<source>MOV.TIPODOC</source>
|
||
|
</field>
|
||
|
<field x="67" type="Stringa" width="3" pattern="1">
|
||
|
<source>MOV.CODCAUS</source>
|
||
|
</field>
|
||
|
<field x="71" type="Stringa" width="30" pattern="1">
|
||
|
<font face="Arial Narrow" size="8" />
|
||
|
<source>DESCR</source>
|
||
|
<altsource>MOV.DESCR</altsource>
|
||
|
</field>
|
||
|
<field x="102" type="Valuta" align="right" width="12" pattern="1" text="#########,@@">
|
||
|
<source>IMPORTO</source>
|
||
|
</field>
|
||
|
</section>
|
||
|
<section type="Foot" pattern="1" />
|
||
|
<section type="Foot" level="1" pattern="1" />
|
||
|
<sql>USE RMOV KEY 2
|
||
|
SELECT (BETWEEN(DATAREG,#DATAINI,#DATAFIN))(STR(BETWEEN(IMPORTO,#DAIMPORTO,#AIMPORTO)))
|
||
|
JOIN MOV INTO NUMREG==NUMREG
|
||
|
FROM GRUPPO=#GRUPPO CONTO=#CONTO SOTTOCONTO=#SOTTOCONTO
|
||
|
TO GRUPPO=#GRUPPO CONTO=#CONTO SOTTOCONTO=#SOTTOCONTO
|
||
|
</sql>
|
||
|
</report>
|