campo-sirio/co/co2300b.rep

79 lines
3.2 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<report name="co2300b" lpi="6">
<description>Stampa controllo scadenze licenza</description>
<font face="Courier New" size="10" />
<section type="Head">
<field type="Stringa" width="60" pattern="1">
<source>#SYSTEM.RAGSOC</source>
</field>
<field x="46.5" type="Testo" valign="bottom" width="6" pattern="1" text="Data" />
<field x="52" type="Data" valign="bottom" align="right" width="12" pattern="1">
<source>#SYSTEM.DATE</source>
</field>
<field x="64.5" type="Testo" valign="bottom" width="5" pattern="1" text="Pag." />
<field x="69" 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="1" y="1.5" type="Testo" valign="center" width="70" height="2" pattern="1" text="STAMPA CONTROLLO SCADENZE DATA LICENZA">
<font face="Courier New" bold="1" size="14" />
</field>
<field x="25" y="3.5" type="Testo" valign="center" width="20" height="2" pattern="1" text="MESE">
<font face="Courier New" bold="1" size="14" />
</field>
<field x="35" y="4" type="Array" width="20" height="2" pattern="1">
<font face="Courier New" bold="1" size="14" />
<source>#MESE</source>
<list>
<li Value="Gennaio" Code="01" />
<li Value="Febbraio" Code="02" />
<li Value="Marzo" Code="03" />
<li Value="Aprile" Code="04" />
<li Value="Maggio" Code="05" />
<li Value="Giugno" Code="06" />
<li Value="Luglio" Code="07" />
<li Value="Agosto" Code="08" />
<li Value="Settembre" Code="09" />
<li Value="Ottobre" Code="10" />
<li Value="Novembre" Code="11" />
<li Value="Dicembre" Code="12" />
</list>
</field>
<field border="2" y="6" type="Linea" width="90" height="0" pattern="1" />
<field y="7" type="Testo" width="6" pattern="1" text="Codice" />
<field x="10" y="7" type="Testo" width="5" pattern="1" text="Socio" />
<field x="43" y="7" type="Testo" width="10" pattern="1" text="Licenza" />
<field x="60" y="7" type="Testo" width="10" pattern="1" text="Data" />
<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="10" type="Stringa" width="30" height="2" pattern="1">
<source>CLIFO.RAGSOC</source>
</field>
<field x="43" type="Stringa" width="15" pattern="1">
<source>LICENZA</source>
</field>
<field x="60" type="Data" width="10" pattern="1">
<source>DATASCALIC</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>