campo-sirio/co/co2100a.rep

69 lines
3.0 KiB
Plaintext
Raw Normal View History

<?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>