campo-sirio/co/co2100b.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

78 lines
3.4 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<report name="co2100b" lpi="6">
<description>Stampa anagrafica soci ai fini I.NA.I.L.</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 AI FINI I.NA.I.L.">
<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 x="58" y="6.5" type="Testo" width="12" height="2" pattern="1" text="Tipo Propulsione" />
<field x="70" y="6.5" type="Testo" width="15" height="2" pattern="1" text="Commissione di appartenenza" />
<field y="7" type="Testo" width="6" pattern="1" text="Codice" />
<field x="7" 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">
<prescript description="H1 PRESCRIPT">MESSAGE RESET,B1.101</prescript>
</section>
<section type="Body" />
<section type="Body" level="1">
<field x="7" type="Stringa" width="50" height="2" pattern="1">
<source>TRIM(CLIFO.RAGSOC[1,30])+" "+TRIM(CLIFO.RAGSOC[31,50])</source>
</field>
<field x="58" type="Array" width="10" pattern="1">
<source>SOCICOOP.TIPOPROP</source>
<list>
<li Value="Motore" Code="0" />
<li Value="Vela" Code="1" />
</list>
</field>
<field x="70" type="Array" width="20" pattern="1">
<source>SOCICOOP.TIPOCOMAPP</source>
<list>
<li Value="Acque interne" Code="0" />
<li Value="Acque marittime" Code="1" />
</list>
</field>
<field type="Numero" align="right" width="6" id="101" pattern="1">
<prescript description="B1.101 PRESCRIPT">MESSAGE INCR,#101</prescript>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE SOCICOOP
JOIN CLIFO INTO TIPOCF=="F" CODCF=CODCF
JOIN IMBARCAZIONI INTO CODCF=CODCF
FROM CODCF=#DASOCIO
TO CODCF=#ASOCIO
</sql>
</report>