Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Aggiunti sotto CVS stampa tabelle lavanderie


git-svn-id: svn://10.65.10.50/trunk@17231 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
sperego 2008-09-12 10:53:49 +00:00
parent 0030f9a232
commit 3e1537ca94
3 changed files with 65 additions and 5 deletions

View File

@ -22,9 +22,7 @@
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>SELECT COD,CODTAB,S0
FROM TABMOD
WHERE (COD='LAV')
AND CODTAB &#3E;= #FROM
AND CODTAB &#3C;= #TO</sql>
<sql>USE &#26;LAV
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
</report>

27
lv/lvstlnd.rep Executable file
View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstlnd" lpi="6">
<description>Stampa tabella linea di destinazione</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="3" y="0.5" type="Testo" width="45" height="1.5" pattern="1" text="STAMPA TABELLA LINEA DI DESTINAZIONE" />
<field border="2" x="1" y="2" type="Linea" width="50" height="0" pattern="1" />
<field x="3" y="2.5" type="Testo" width="11" pattern="1" text="Codice" />
<field x="20" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field border="2" x="1" y="4" type="Linea" width="50" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="3" y="1" type="Stringa" width="10" pattern="1">
<source>CODTAB</source>
</field>
<field x="20" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;LND
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
</report>

35
lv/lvsttsp.rep Executable file
View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvsttsp" lpi="6">
<description>stampa tipi di sospensione</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="1" y="1" type="Testo" align="center" width="50" pattern="1" text="STAMPA TABELLA TIPI DI SOSPENSIONE" />
<field border="2" x="1" y="2" type="Linea" width="100" height="0" pattern="1" />
<field x="1" y="2.5" type="Testo" width="6" pattern="1" text="Codice " />
<field x="10" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field x="60" y="2.5" type="Testo" width="20" pattern="1" text="Cont. Sospensioni" />
<field x="80" y="2.5" type="Testo" width="25" pattern="1" text="Modalit&#E0; di Passaggio" />
<field border="2" x="1" y="4" type="Linea" width="100" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" y="1" type="Stringa" width="3" pattern="1">
<source>CODTAB</source>
</field>
<field x="10" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
<field x="70" y="1" type="Stringa" width="1" pattern="1">
<source>B0</source>
</field>
<field x="80" y="1" type="Stringa" width="25" pattern="1">
<source>S2</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;TSP
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
</report>