Files correlati : co0.exe co1.exe Ricompilazione Demo : [ ] Commento : aggiunta stampa progressivi conferimenti Varie stampe dei vongolari. stampa per data licenza Modificato il tracciato dell'importazione conferimenti Non genera piu' documenti se il totale documento campione e' 0 Prima prova di filtro per stampa soci INAIL Creazione report , stampa soci inail Acconto 8% sui progressivi piu' modifiche alle stampe 8% e stampa progressivi Filtro sulla stampa co2200a per data licenza Totale sulla stampa progressivi Progressivi modificabili con shift f12 aggiunta stampa registro carico scarico Dalla versione 3.2 git-svn-id: svn://10.65.10.50/trunk@20584 c028cbd2-c16b-5b4b-a496-9718f37d4682
68 lines
3.1 KiB
XML
Executable File
68 lines
3.1 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<report name="co2200a" lpi="6">
|
|
<description>Stampa soci per data licenza</description>
|
|
<font face="Courier New" size="10" />
|
|
<section type="Head">
|
|
<field type="Testo" width="10" pattern="1" text="Ditta" />
|
|
<field x="6.25" type="Stringa" width="60" pattern="1">
|
|
<source>#SYSTEM.RAGSOC</source>
|
|
</field>
|
|
<field x="52.75" type="Testo" valign="bottom" width="6" pattern="1" text="Data" />
|
|
<field x="58.25" type="Data" valign="bottom" align="right" width="12" pattern="1">
|
|
<source>#SYSTEM.DATE</source>
|
|
</field>
|
|
<field x="133.08" type="Testo" valign="bottom" width="6" pattern="1" text="Data" />
|
|
<field x="139.08" type="Data" valign="bottom" align="right" width="12" pattern="1">
|
|
<source>#SYSTEM.DATE</source>
|
|
</field>
|
|
<field x="157.08" type="Testo" valign="bottom" width="5" pattern="1" text="Pag." />
|
|
<field x="165.08" type="Numero" valign="bottom" align="right" width="4" pattern="1">
|
|
<source>#REPORT.PAGE</source>
|
|
</field>
|
|
<field x="10.25" y="1.5" type="Testo" valign="center" align="center" width="80" height="2" pattern="1" text="STAMPA SOCI PER DATA LICENZA">
|
|
<font face="Courier New" bold="1" size="14" />
|
|
</field>
|
|
<field y="4" type="Testo" valign="bottom" width="12" pattern="1" text="Dalla data" />
|
|
<field x="12.25" y="4" type="Data" valign="bottom" align="right" width="12" pattern="1">
|
|
<source>#DADATA</source>
|
|
</field>
|
|
<field x="26.25" y="4" type="Testo" valign="bottom" align="center" width="10" pattern="1" text="alla data" />
|
|
<field x="38.25" y="4" type="Data" valign="bottom" align="right" width="12" pattern="1">
|
|
<source>#ADATA</source>
|
|
</field>
|
|
<field x="80.75" y="5" type="Testo" valign="bottom" width="5" pattern="1" text="Pag." />
|
|
<field x="86.25" y="5" type="Numero" valign="bottom" align="right" width="4" pattern="1">
|
|
<source>#REPORT.PAGE</source>
|
|
</field>
|
|
<field border="2" x="-8" y="6" type="Linea" width="90" height="0" pattern="1" />
|
|
<field y="6.88" type="Testo" width="20" pattern="1" text="Data licenza" />
|
|
<field x="14" y="7" type="Testo" width="12" pattern="1" text="N.ro licenza" />
|
|
<field x="27" y="7" type="Testo" width="6" pattern="1" text="Codice" />
|
|
<field x="34" y="7" type="Testo" width="6" pattern="1" text="Socio" />
|
|
<field border="2" y="9" type="Linea" width="90" height="0" pattern="1" />
|
|
</section>
|
|
<section type="Head" level="1" />
|
|
<section type="Body" />
|
|
<section type="Body" level="1">
|
|
<field type="Data" width="10" pattern="1">
|
|
<source>SOCICOOP.DATASCALIC</source>
|
|
</field>
|
|
<field x="14" type="Stringa" width="10" pattern="1">
|
|
<source>SOCICOOP.LICENZA</source>
|
|
</field>
|
|
<field x="27" type="Numero" align="right" width="6" pattern="1">
|
|
<source>CLIFO.CODCF</source>
|
|
</field>
|
|
<field x="34" type="Stringa" width="50" pattern="1">
|
|
<source>TRIM(CLIFO.RAGSOC[1,30])+" "+TRIM(CLIFO.RAGSOC[31,50])</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" />
|
|
<section type="Foot" level="1" />
|
|
<sql>USE SOCICOOP
|
|
SELECT (DATASCALIC[4,5]==#MESE)(BETWEEN(DATASCALIC,#DADATA,#ADATA))
|
|
JOIN CLIFO INTO TIPOCF=="F" CODCF=CODCF
|
|
FROM CODCF=#DASOCIO
|
|
TO CODCF=#ASOCIO
|
|
</sql>
|
|
</report> |