campo-sirio/ve/vestatr.rep
luca b4c3ae4090 Patch level :2.2 010
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :aggiunte maschere e report di stampa per attrezzature e risorse


git-svn-id: svn://10.65.10.50/trunk@13152 c028cbd2-c16b-5b4b-a496-9718f37d4682
2005-05-25 12:08:51 +00:00

109 lines
4.2 KiB
Plaintext
Executable File

<report name="vestatr" lpi="6">
<description>tabella attrezzature</description>
<font face="Courier New" size="10" />
<section type="Head">
<field type="Stringa" width="50" pattern="1">
<font italic="1" face="Courier New" bold="1" size="10" />
<source>#SYSTEM.RAGSOC</source>
</field>
<field y="1" type="Testo" valign="center" align="center" width="80" height="2" pattern="1" text="Tabella Attrezzature">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" x="1" y="3.5" type="Linea" width="78" height="0" />
<field x="2" y="4" type="Testo" width="6" pattern="1" text="Codice">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="20" y="4" type="Testo" width="12" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="74" y="4" type="Testo" width="3" pattern="1" text="IVA">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="2" y="5" type="Testo" width="9" pattern="1" text="Quantita'">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="16" y="5" type="Testo" width="2" pattern="1" text="UM">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="21" y="5" type="Testo" width="7" pattern="1" text="Tp.riga">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="30" y="5" type="Testo" width="11" pattern="1" text="Prest.fatt.">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="44" y="5" type="Testo" width="11" pattern="1" text="Dismissione">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="58" y="5" type="Testo" width="6" pattern="1" text="Valuta">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="72" y="5" type="Testo" width="6" pattern="1" text="Prezzo">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="2" y="6" type="Testo" width="14" pattern="1" text="Conto acquisti">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" x="1" y="7.5" type="Linea" width="78" height="0" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="2" type="Stringa" link="ATR.CODTAB[1,16]" width="16" pattern="1">
<source>CODTAB[1,16]</source>
</field>
<field x="20" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
<field x="74" type="Stringa" width="4" pattern="1">
<source>S3[1,4]</source>
</field>
<field y="1" type="Numero" align="right" width="13" pattern="1">
<source>R1[1,13]</source>
</field>
<field x="16" y="1" type="Stringa" width="2" pattern="1">
<source>S7[1,2]</source>
</field>
<field x="21" y="1" type="Stringa" width="4" pattern="1">
<source>S8[1,4]</source>
</field>
<field x="30" y="1" type="Stringa" width="8" pattern="1">
<source>S5[1,8]</source>
</field>
<field x="44" y="1" type="Data" width="10" pattern="1">
<source>D0</source>
</field>
<field x="58" y="1" type="Stringa" width="4" pattern="1">
<source>S4[1,4]</source>
</field>
<field x="63" y="1" type="Numero" align="right" width="15" pattern="1">
<source>R0[1,15]</source>
</field>
<field x="2" y="2" type="Numero" align="right" width="3" pattern="1">
<source>I3[1,3]</source>
</field>
<field x="6" y="2" type="Numero" align="right" width="3" pattern="1">
<source>I4[1,3]</source>
</field>
<field x="10" y="2" type="Numero" align="right" width="6" pattern="1">
<source>I5[1,6]</source>
</field>
<field x="17" y="2" type="Stringa" width="50" pattern="1">
<source>300@.DESCR</source>
</field>
<field border="1" x="1" y="3.5" type="Linea" width="78" height="0" />
</section>
<section type="Foot" height="3">
<field border="2" x="1" y="0.5" type="Linea" width="93" height="0" />
<field x="2" y="1" type="Data" width="10">
<source>#SYSTEM.DATE</source>
</field>
<field x="90" y="1" type="Numero" align="right" width="3">
<source>#PAGE</source>
</field>
<field border="2" x="1" y="2.5" type="Linea" width="93" height="0" />
</section>
<section type="Foot" level="1" />
<sql>USE ATR
JOIN PCON ALIAS 300 INTO GRUPPO==I3 CONTO==I4 SOTTOCONTO==I5</sql>
</report>