campo-sirio/co/co2100a.rep
alex d71be5b0cf Patch level : 10.0 patch 767
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
2010-06-21 13:46:42 +00:00

69 lines
3.0 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<report name="co2100a" lpi="6">
<description>Stampa anagrafica soci per data ass&#2F;rec</description>
<font face="Courier New" size="10" />
<section type="Head">
<field type="Testo" width="10" pattern="1" text="Ditta" />
<field x="6" type="Stringa" width="60" pattern="1">
<source>#SYSTEM.RAGSOC</source>
</field>
<field x="52.5" type="Testo" valign="bottom" width="6" pattern="1" text="Data" />
<field x="58" type="Data" valign="bottom" align="right" width="12" pattern="1">
<source>#SYSTEM.DATE</source>
</field>
<field x="70.5" type="Testo" valign="bottom" width="5" pattern="1" text="Pag." />
<field x="76" type="Numero" valign="bottom" align="right" width="4" pattern="1">
<source>#REPORT.PAGE</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" y="1.5" type="Testo" valign="center" align="center" width="80" height="2" pattern="1" text="STAMPA ANAGRAFICA SOCI ">
<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" y="4" type="Data" valign="bottom" align="right" width="12" pattern="1">
<source>#DADATA</source>
</field>
<field x="26" y="4" type="Testo" valign="bottom" align="center" width="10" pattern="1" text="alla data" />
<field x="38" y="4" type="Data" valign="bottom" align="right" width="12" pattern="1">
<source>#ADATA</source>
</field>
<field border="2" y="6" type="Linea" width="90" height="0" pattern="1" />
<field y="6.5" type="Testo" width="6" pattern="1" text="Codice" />
<field x="6.5" y="6.5" type="Testo" width="6" pattern="1" text="Socio" />
<field x="59.5" y="6.5" type="Testo" width="10" height="2" pattern="1" text="Data
Assunzione" />
<field x="72" y="6.5" type="Testo" width="10" height="2" pattern="1" text="Data
Recessione" />
<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="Numero" align="right" width="6" pattern="1">
<source>CLIFO.CODCF</source>
</field>
<field x="6.5" type="Stringa" width="50" pattern="1">
<source>TRIM(CLIFO.RAGSOC[1,30])+" "+TRIM(CLIFO.RAGSOC[31,50])</source>
</field>
<field x="59" type="Data" width="10" pattern="1">
<source>DATAASS</source>
</field>
<field x="72" type="Data" width="10" pattern="1">
<source>DATAREC</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE SOCICOOP
JOIN CLIFO INTO TIPOCF=="F" CODCF=CODCF
FROM CODCF=#DASOCIO
TO CODCF=#ASOCIO
</sql>
</report>