campo-sirio/cg/cg7100r.rep
guy 70cd5fce96 Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/branches/R_10_00@22479 c028cbd2-c16b-5b4b-a496-9718f37d4682
2011-11-08 15:56:32 +00:00

93 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<report name="cg7100r" orientation="2" 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="18" y="0.75" type="Testo" width="12" pattern="1" text="Registrazione" />
<field x="44" 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." />
<field x="15" y="1.5" type="Testo" width="4" pattern="1" text="Data" />
<field x="25.5" y="1.5" type="Testo" align="center" width="10" pattern="1" text="Competenza" />
<field x="37" y="1.5" type="Testo" align="center" width="10" pattern="1" text="Data" />
<field x="48.5" y="1.5" type="Testo" align="right" width="7" pattern="1" text="Numero" />
<field x="56" y="1.5" type="Testo" width="4" pattern="1" text="Tipo" />
<field x="60" y="1.5" type="Testo" width="5" pattern="1" text="Caus." />
<field x="65" y="1.5" type="Testo" width="10" pattern="1" text="Descrizione" />
<field x="97" y="1.5" type="Testo" align="right" width="10" pattern="1" text="Importo" />
<field x="110" y="1.5" type="Testo" align="right" width="3" pattern="1" text="Gr.
" />
<field x="113" y="1.5" type="Testo" align="right" width="5" pattern="1" text="Conto" />
<field x="118" y="1.5" type="Testo" align="right" width="6" pattern="1" text="Sottoc." />
<field x="125" y="1.5" type="Testo" width="10" pattern="1" text="Descrizione" />
<field border="1" x="1" y="2.5" type="Linea" width="160" height="0" pattern="1" />
</section>
<section type="Head" level="1" pattern="1">
<field border="1" radius="50" x="50" y="0.25" type="Testo" valign="center" align="center" shade_offset="50" width="60" height="2.25" 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="Data" width="10" pattern="1">
<source>MOV.DATADOC</source>
</field>
<field x="47.5" type="Stringa" align="right" width="7" pattern="1">
<source>MOV.NUMDOC</source>
</field>
<field x="55" type="Stringa" width="2" pattern="1">
<source>MOV.TIPODOC</source>
</field>
<field x="60" type="Stringa" width="3" pattern="1">
<source>MOV.CODCAUS</source>
</field>
<field x="64" type="Stringa" width="30" pattern="1">
<font face="Arial Narrow" size="8" />
<source>DESCR</source>
<alt_source>MOV.DESCR</alt_source>
</field>
<field x="95" type="Valuta" align="right" width="12" pattern="1" text="#########,@@">
<source>IMPORTO</source>
</field>
<field x="108" type="Stringa" width="1.5" pattern="1">
<source>SEZIONE</source>
</field>
<field x="110" type="Numero" align="right" width="3" pattern="1">
<source>GRUPPO</source>
</field>
<field x="114" type="Numero" align="right" width="3" pattern="1">
<source>CONTO</source>
</field>
<field x="118" type="Numero" align="right" width="6" pattern="1">
<source>SOTTOCONTO</source>
</field>
<field x="125" type="Stringa" width="36" pattern="1">
<font face="Arial Narrow" size="8" />
<source>PCON.DESCR</source>
<alt_source>CLIFO.RAGSOC</alt_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))&#26;&#26;(STR(BETWEEN(IMPORTO,#DAIMPORTO,#AIMPORTO)))
JOIN MOV INTO NUMREG==NUMREG
JOIN PCON INTO GRUPPO==GRUPPO CONTO==CONTO SOTTOCONTO==SOTTOCONTO
JOIN CLIFO INTO TIPOCF==TIPOC CODCF==SOTTOCONTO
FROM GRUPPO=#GRUPPO CONTO=#CONTO SOTTOCONTO=#SOTTOCONTO
TO GRUPPO=#GRUPPO CONTO=#CONTO SOTTOCONTO=#SOTTOCONTO
</sql>
</report>