Files correlati : Ricompilazione Demo : [ ] Commento : Report realplast git-svn-id: svn://10.65.10.50/trunk@19886 c028cbd2-c16b-5b4b-a496-9718f37d4682
89 lines
3.6 KiB
Plaintext
Executable File
89 lines
3.6 KiB
Plaintext
Executable File
|
|
<report class="ps08721" name="StampaArtTot" lpi="6">
|
|
<description>Stampa Listini Completa</description>
|
|
<font face="Courier New" size="10" />
|
|
<section type="Head" height="12">
|
|
<field type="Immagine" width="16" height="8" pattern="1">
|
|
<source>"reallogo.jpg"</source>
|
|
</field>
|
|
<field x="17" type="Testo" width="50" pattern="1" text="Azienda : RealPlast di Zaccarelli Roberto  C. Snc" />
|
|
<field x="95" type="Data" width="20" pattern="1" text="Data : ">
|
|
<source>#SYSTEM.DATE</source>
|
|
</field>
|
|
<field x="119" type="Numero" align="right" width="13" pattern="1" text="Pagina #.###">
|
|
<source>#REPORT.PAGE</source>
|
|
</field>
|
|
<field x="49" y="3" type="Testo" width="20" pattern="1" text="Stampa Listini">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="26" y="4.5" type="Stringa" width="70" pattern="1">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
<source>"Dall'Articolo : " + #DA + " All'Articolo : " + #A</source>
|
|
</field>
|
|
<field x="1" y="10" type="Testo" width="20" pattern="1" text="Articolo">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="22" y="10" type="Testo" width="50" pattern="1" text="Descrizione">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="72" y="10" type="Testo" width="20" pattern="1" text="Materiale">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="92" y="10" type="Testo" width="10" pattern="1" text="Stampo">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="101" y="10" type="Testo" width="10" pattern="1" text="Ubicazione">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="112" y="10" type="Testo" width="6" pattern="1" text="Classe">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="117.8" y="10" type="Testo" width="2" pattern="1" text="UM">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field x="121" y="10" type="Testo" align="right" width="11" pattern="1" text="Prezzo">
|
|
<font face="Courier New" bold="1" size="10" />
|
|
</field>
|
|
<field border="2" y="11.5" type="Linea" width="132" height="0" pattern="1" />
|
|
</section>
|
|
<section type="Head" level="1" />
|
|
<section type="Body" />
|
|
<section type="Body" level="1">
|
|
<field border="1" x="1" type="Stringa" width="20" height="0.95" pattern="1">
|
|
<source>ANAMAG.CODART</source>
|
|
</field>
|
|
<field border="1" x="22" type="Stringa" width="50" height="0.95" pattern="1">
|
|
<source>ANAMAG.DESCR</source>
|
|
</field>
|
|
<field border="1" x="72.5" type="Stringa" width="20" height="0.95" pattern="1">
|
|
<source>ANAMAG.USER1</source>
|
|
</field>
|
|
<field border="1" x="93" type="Stringa" width="8" height="0.95" pattern="1">
|
|
<source>ANAMAG.USER2</source>
|
|
</field>
|
|
<field border="1" x="102" type="Stringa" width="10" height="0.95" pattern="1">
|
|
<source>ANAMAG.USER3</source>
|
|
</field>
|
|
<field border="1" x="112.5" type="Stringa" width="5" height="0.95" pattern="1">
|
|
<source>ANAMAG.USER4</source>
|
|
</field>
|
|
<field border="1" x="117.8" type="Stringa" width="3" height="0.95" pattern="1">
|
|
<source>UMART.UM</source>
|
|
</field>
|
|
<field border="1" x="121" type="Prezzo" align="right" width="11" height="0.95" pattern="1" hide_zero="1" text="###.###.###,@@">
|
|
<source>UMART.PREZZO</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" height="4">
|
|
<field border="2" y="0.5" type="Linea" width="132" height="0" pattern="1" />
|
|
<field y="1" type="Testo" width="10" pattern="1" text="M014_0">
|
|
<font face="Courier New" size="9" />
|
|
</field>
|
|
</section>
|
|
<section type="Foot" level="1" />
|
|
<sql>USE ANAMAG SELECT ARTPROD=="X"
|
|
JOIN UMART INTO CODART=CODART NRIGA="1"
|
|
FROM CODART=#DA
|
|
TO CODART=#A
|
|
</sql>
|
|
</report> |