Patch level :4.0 / 10.0
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunta ulteriore stampa conai git-svn-id: svn://10.65.10.50/trunk@16290 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
09cc4ae152
commit
650423f4e5
91
tp/tp0900el.rep
Executable file
91
tp/tp0900el.rep
Executable file
@ -0,0 +1,91 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<report name="tp0900el" lpi="6">
|
||||
<description>Lista clienti con esenzioni CONAI</description>
|
||||
<font face="Courier New" size="10" />
|
||||
<section type="Head">
|
||||
<field border="1" x="1" y="0.5" type="Linea" width="90" height="0" pattern="1" />
|
||||
<field x="2" y="1" type="Testo" width="7" pattern="1" text="Codice">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
</field>
|
||||
<field x="10" y="1" type="Testo" width="16" pattern="1" text="Ragione sociale">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
</field>
|
||||
<field x="61" y="1" type="Testo" width="7" pattern="1" text="% esen.">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
</field>
|
||||
<field x="70" y="1" type="Testo" width="10" pattern="1" text="Fine esen.">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
</field>
|
||||
<field border="2" x="1" y="2.5" type="Linea" width="90" height="0" pattern="1" />
|
||||
</section>
|
||||
<section type="Head" level="1">
|
||||
<field border="2" radius="100" x="6.5" type="Rettangolo" width="80" height="3" pattern="1" />
|
||||
<field x="9.5" y="0.5" type="Testo" align="center" width="55" height="2" pattern="1" text="LISTA CLIENTI CON ESENZIONI CONAI">
|
||||
<font face="Arial" bold="1" size="16" />
|
||||
</field>
|
||||
<field x="65.5" y="0.5" type="Array" width="16" height="2" pattern="1">
|
||||
<font face="Arial" bold="1" size="16" />
|
||||
<source>MID(#SPECIECONAI,3,3)</source>
|
||||
<list>
|
||||
<li Value="ACCIAIO" Code="ACC" />
|
||||
<li Value="ALLUMINIO" Code="ALL" />
|
||||
<li Value="CARTA" Code="CAR" />
|
||||
<li Value="PLASTICA" Code="PLA" />
|
||||
<li Value="LEGNO" Code="LEG" />
|
||||
<li Value="VETRO" Code="VET" />
|
||||
</list>
|
||||
</field>
|
||||
<field x="34" y="4" type="Testo" width="12" pattern="1" text="Data stampa:">
|
||||
<font face="Arial" bold="1" size="10" />
|
||||
</field>
|
||||
<field x="46.5" y="4" type="Data" width="10" pattern="1">
|
||||
<font face="Arial" bold="1" size="10" />
|
||||
<source>#SYSTEM.DATE</source>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Body" />
|
||||
<section type="Body" level="1" hidden="1">
|
||||
<field x="0.5" type="Numero" align="right" width="7" pattern="1">
|
||||
<source>CODCF</source>
|
||||
</field>
|
||||
<field x="10" type="Stringa" width="50" pattern="1">
|
||||
<source>RAGSOC</source>
|
||||
</field>
|
||||
<field x="70" type="Data" width="10" pattern="1">
|
||||
<source>17.DATAECONAI</source>
|
||||
</field>
|
||||
<field x="81" type="Stringa" hidden="1" width="10" id="103" pattern="1">
|
||||
<source>#SPECIECONAI</source>
|
||||
</field>
|
||||
<field x="61" type="Numero" align="right" width="7" id="104" pattern="1" text="##@,@@">
|
||||
<prescript description="B1.104 PRESCRIPT">"CFVEN."
|
||||
#103 @
|
||||
+
|
||||
@
|
||||
DUP
|
||||
#THIS !
|
||||
0 E; IF
|
||||
"B1" SHOW
|
||||
ELSE
|
||||
"B1" HIDE
|
||||
THEN
|
||||
</prescript>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Foot" height="2">
|
||||
<field border="2" x="1" y="0.5" type="Linea" width="90" height="0" pattern="1" />
|
||||
<field x="77" y="0.75" type="Testo" width="5" pattern="1" text="Pag.">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
</field>
|
||||
<field x="82" y="0.75" type="Numero" align="right" width="3" pattern="1">
|
||||
<font face="Courier New" bold="1" size="10" />
|
||||
<source>#REPORT.PAGE</source>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Foot" level="1" />
|
||||
<sql>USE CLIFO
|
||||
SELECT (CFVEN.ADDCONAI="X")(#SPECIECONAI!="")
|
||||
JOIN CFVEN INTO TIPOCF=TIPOCF CODCF=CODCF
|
||||
FROM TIPOCF='C'
|
||||
TO TIPOCF='C'</sql>
|
||||
</report>
|
55
tp/tp0900el.uml
Executable file
55
tp/tp0900el.uml
Executable file
@ -0,0 +1,55 @@
|
||||
TOOLBAR "" 0 -3 0 3
|
||||
|
||||
BUTTON DLG_PRINT 10 2
|
||||
BEGIN
|
||||
PROMPT -12 -11 "~Stampa"
|
||||
PICTURE BMP_PRINT
|
||||
MESSAGE EXIT,K_ENTER
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 10 2
|
||||
BEGIN
|
||||
PROMPT -22 -11 "Fine"
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Lista clienti in esenzione CONAI" -1 -1 48 12
|
||||
|
||||
GROUPBOX DLG_NULL 78 3
|
||||
BEGIN
|
||||
PROMPT 1 0 "@bDitta"
|
||||
END
|
||||
|
||||
NUMBER 101 5
|
||||
BEGIN
|
||||
PROMPT 2 1 ""
|
||||
USE LF_NDITTE
|
||||
INPUT CODDITTA 101
|
||||
OUTPUT 102 RAGSOC
|
||||
FLAGS "DFG"
|
||||
CHECKTYPE FORCED
|
||||
END
|
||||
|
||||
STRING 102 60
|
||||
BEGIN
|
||||
PROMPT 17 1 ""
|
||||
FLAGS "D"
|
||||
END
|
||||
|
||||
LIST 103 12
|
||||
BEGIN
|
||||
PROMPT 2 3 "Specie CONAI da considerare"
|
||||
ITEM "ESCAR|Carta "
|
||||
ITEM "ESPLA|Plastica "
|
||||
ITEM "ESACC|Acciaio "
|
||||
ITEM "ESALL|Alluminio "
|
||||
ITEM "ESLEG|Legno "
|
||||
ITEM "ESVET|Vetro "
|
||||
HELP "Codice spesa per contributo CONAI"
|
||||
FIELD #SPECIECONAI
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
ENDMASK
|
@ -217,7 +217,7 @@
|
||||
</section>
|
||||
<section y="26" type="Foot">
|
||||
<font face="Courier New" size="8" />
|
||||
<field x="26.5" y="20" type="Data" width="14" pattern="1">
|
||||
<field x="26.5" y="19" type="Data" width="14" pattern="1">
|
||||
<font face="Courier New" size="10" />
|
||||
<source>#SYSTEM.DATE</source>
|
||||
</field>
|
||||
@ -251,19 +251,19 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="5.75" type="Numero" align="right" width="10" id="160" pattern="1">
|
||||
<field x="29.25" y="5.25" type="Numero" align="right" width="10" height="1.5" id="160" pattern="1">
|
||||
<prescript description="F0.160 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="7.5" type="Numero" align="right" width="10" id="170" pattern="1">
|
||||
<field x="29.25" y="6.75" type="Numero" align="right" width="10" height="1.75" id="170" pattern="1">
|
||||
<prescript description="F0.170 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="9.25" type="Numero" align="right" width="10" id="199" pattern="1">
|
||||
<field x="29.25" y="8.5" type="Numero" align="right" width="10" id="199" pattern="1">
|
||||
<prescript description="F0.199 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
@ -299,19 +299,19 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="5.75" type="Numero" align="right" width="10" id="260" pattern="1">
|
||||
<field x="39.75" y="5.25" type="Numero" align="right" width="10" height="1.5" id="260" pattern="1">
|
||||
<prescript description="F0.260 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="7.5" type="Numero" align="right" width="10" id="270" pattern="1">
|
||||
<field x="39.75" y="6.75" type="Numero" align="right" width="10" height="1.75" id="270" pattern="1">
|
||||
<prescript description="F0.270 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="9.25" type="Numero" align="right" width="10" id="299" pattern="1">
|
||||
<field x="39.75" y="8.5" type="Numero" align="right" width="10" id="299" pattern="1">
|
||||
<prescript description="F0.299 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
@ -322,9 +322,9 @@
|
||||
<field x="60.5" y="2.25" type="Valuta" align="right" width="10" id="330" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="3.25" type="Valuta" align="right" width="10" id="340" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="4.25" type="Valuta" align="right" width="10" id="350" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="5.75" type="Valuta" align="right" width="10" id="360" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="7.5" type="Valuta" align="right" width="10" id="370" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="9.25" type="Valuta" align="right" width="10" id="399" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="5.25" type="Valuta" align="right" width="10" height="1.5" id="360" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="6.75" type="Valuta" align="right" width="10" height="1.75" id="370" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="8.5" type="Valuta" align="right" width="10" id="399" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="53" y="0.25" type="Valuta" align="right" width="5" id="410" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.410 PRESCRIPT">#310 @
|
||||
#210 @
|
||||
@ -355,19 +355,19 @@
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="5.75" type="Valuta" align="right" width="5" id="460" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="5.25" type="Valuta" align="right" width="5" height="1.5" id="460" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.460 PRESCRIPT">#360 @
|
||||
#260 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="7.5" type="Valuta" align="right" width="5" id="470" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="6.75" type="Valuta" align="right" width="5" height="1.75" id="470" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.470 PRESCRIPT">#370 @
|
||||
#270 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="9.25" type="Valuta" align="right" width="5" id="499" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="8.5" type="Valuta" align="right" width="5" id="499" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.499 PRESCRIPT">#399 @
|
||||
#299 @
|
||||
F;
|
||||
@ -403,56 +403,56 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="5.75" type="Numero" align="right" width="10" id="560" pattern="1">
|
||||
<field x="70.75" y="5.25" type="Numero" align="right" width="10" height="1.5" id="560" pattern="1">
|
||||
<prescript description="F0.560 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="7.5" type="Numero" align="right" width="10" id="570" pattern="1">
|
||||
<field x="70.75" y="6.75" type="Numero" align="right" width="10" height="1.75" id="570" pattern="1">
|
||||
<prescript description="F0.570 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="9.25" type="Numero" align="right" width="10" id="599" pattern="1">
|
||||
<field x="70.75" y="8.5" type="Numero" align="right" width="10" id="599" pattern="1">
|
||||
<prescript description="F0.599 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="10.25" type="Numero" align="right" width="10" id="1000" pattern="1">
|
||||
<field x="29.25" y="9.5" type="Numero" align="right" width="10" id="1000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.1000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="10.25" type="Numero" align="right" width="10" id="2000" pattern="1">
|
||||
<field x="39.75" y="9.5" type="Numero" align="right" width="10" id="2000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.2000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="60.5" y="10.25" type="Valuta" align="right" width="10" id="3000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="60.5" y="9.5" type="Valuta" align="right" width="10" id="3000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
</field>
|
||||
<field x="53" y="10.25" type="Valuta" align="right" width="5" id="4000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="9.5" type="Valuta" align="right" width="5" id="4000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.4000 PRESCRIPT">#340 @
|
||||
#240 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="10.25" type="Numero" align="right" width="10" id="5000" pattern="1">
|
||||
<field x="70.75" y="9.5" type="Numero" align="right" width="10" id="5000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.5000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="25" y="12.25" type="Numero" align="right" width="55" id="6000" pattern="1" text="LETTERE">
|
||||
<field x="25" y="11.5" type="Numero" align="right" width="55" id="6000" pattern="1" text="LETTERE">
|
||||
<prescript description="F0.6000 PRESCRIPT">#3000 @
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
|
222
tp/tp0900pl.rep
222
tp/tp0900pl.rep
@ -11,14 +11,14 @@
|
||||
<li Value="MESE" Code="3">MESSAGE HIDE,2@|SHOW,3@</li>
|
||||
</list>
|
||||
</field>
|
||||
<field x="19.5" y="9.25" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<field x="19.75" y="9.5" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<font face="Courier New" bold="1" size="12" />
|
||||
<source>IF(#PERIODO="1","X","")</source>
|
||||
</field>
|
||||
<field x="60.5" y="9.75" type="Numero" align="right" width="5" pattern="1">
|
||||
<source>#ANNO</source>
|
||||
</field>
|
||||
<field x="19.5" y="10.25" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<field x="19.75" y="10.5" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<font face="Courier New" bold="1" size="12" />
|
||||
<source>IF(#PERIODO="2","X","")</source>
|
||||
</field>
|
||||
@ -42,7 +42,7 @@
|
||||
<groups>2</groups>
|
||||
<source>IF(#TRIMESTRE="12","X","")</source>
|
||||
</field>
|
||||
<field x="19.5" y="11.25" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<field x="19.75" y="11.25" type="Stringa" valign="center" align="center" width="1" pattern="1">
|
||||
<font face="Courier New" bold="1" size="12" />
|
||||
<source>IF(#PERIODO="3","X","")</source>
|
||||
</field>
|
||||
@ -109,11 +109,11 @@
|
||||
<field x="20.5" y="13.75" type="Stringa" width="30" pattern="1">
|
||||
<source>#SOCIO</source>
|
||||
</field>
|
||||
<field x="64.25" y="13.75" type="Stringa" width="1" pattern="1">
|
||||
<field x="64.25" y="14" type="Stringa" width="1" pattern="1">
|
||||
<font face="Courier New" bold="1" size="12" />
|
||||
<source>IF(#PRODUT="1","X","")</source>
|
||||
</field>
|
||||
<field x="73.75" y="13.75" type="Stringa" width="1" pattern="1">
|
||||
<field x="73.75" y="14" type="Stringa" width="1" pattern="1">
|
||||
<font face="Courier New" bold="1" size="12" />
|
||||
<source>IF(#PRODUT="2","X","")</source>
|
||||
</field>
|
||||
@ -217,11 +217,11 @@
|
||||
</section>
|
||||
<section y="26" type="Foot">
|
||||
<font face="Courier New" size="8" />
|
||||
<field x="26.5" y="26" type="Data" width="14" pattern="1">
|
||||
<field x="26.5" y="25.5" type="Data" width="14" pattern="1">
|
||||
<font face="Courier New" size="10" />
|
||||
<source>#SYSTEM.DATE</source>
|
||||
</field>
|
||||
<field x="29.25" y="0.25" type="Numero" align="right" width="10" id="110" pattern="1">
|
||||
<field x="29.25" y="7.25" type="Numero" align="right" width="10" id="110" pattern="1">
|
||||
<prescript description="F0.110 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
@ -251,61 +251,61 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="5.25" type="Numero" align="right" width="10" id="116" pattern="1">
|
||||
<field x="29.25" y="6.25" type="Numero" align="right" width="10" id="116" pattern="1">
|
||||
<prescript description="F0.116 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="6.25" type="Numero" align="right" width="10" id="117" pattern="1">
|
||||
<field x="29.25" y="9.75" type="Numero" align="right" width="10" id="117" pattern="1">
|
||||
<prescript description="F0.117 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="7.25" type="Numero" align="right" width="10" id="120" pattern="1">
|
||||
<field x="29.25" y="0.25" type="Numero" align="right" width="10" id="120" pattern="1">
|
||||
<prescript description="F0.120 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="8.75" type="Numero" align="right" width="10" id="122" pattern="1">
|
||||
<field x="29.25" y="11.75" type="Numero" valign="center" align="right" width="10" height="1.75" id="122" pattern="1">
|
||||
<prescript description="F0.122 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="10.25" type="Numero" align="right" width="10" id="123" pattern="1">
|
||||
<field x="29.25" y="13.5" type="Numero" align="right" width="10" id="123" pattern="1">
|
||||
<prescript description="F0.123 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="11.25" type="Numero" align="right" width="10" id="130" pattern="1">
|
||||
<field x="29.25" y="5.25" type="Numero" align="right" width="10" id="130" pattern="1">
|
||||
<prescript description="F0.130 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="12.75" type="Numero" align="right" width="10" id="140" pattern="1">
|
||||
<field x="29.25" y="10.75" type="Numero" align="right" width="10" id="140" pattern="1">
|
||||
<prescript description="F0.140 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="14.25" type="Numero" align="right" width="10" id="150" pattern="1">
|
||||
<field x="29.25" y="8.25" type="Numero" valign="center" align="right" width="10" height="1.5" id="150" pattern="1">
|
||||
<prescript description="F0.150 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="15.25" type="Numero" align="right" width="10" id="199" pattern="1">
|
||||
<field x="29.25" y="14.5" type="Numero" align="right" width="10" id="199" pattern="1">
|
||||
<prescript description="F0.199 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="0.25" type="Numero" align="right" width="10" id="210" pattern="1">
|
||||
<field x="39.75" y="7.25" type="Numero" align="right" width="10" id="210" pattern="1">
|
||||
<prescript description="F0.210 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
@ -335,159 +335,159 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="5.25" type="Numero" align="right" width="10" id="216" pattern="1">
|
||||
<field x="39.75" y="6.25" type="Numero" align="right" width="10" id="216" pattern="1">
|
||||
<prescript description="F0.216 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="6.25" type="Numero" align="right" width="10" id="217" pattern="1">
|
||||
<field x="39.75" y="9.75" type="Numero" align="right" width="10" id="217" pattern="1">
|
||||
<prescript description="F0.217 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="7.25" type="Numero" align="right" width="10" id="220" pattern="1">
|
||||
<field x="39.75" y="0.25" type="Numero" align="right" width="10" id="220" pattern="1">
|
||||
<prescript description="F0.220 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="8.75" type="Numero" align="right" width="10" id="222" pattern="1">
|
||||
<field x="39.75" y="11.75" type="Numero" valign="center" align="right" width="10" height="1.75" id="222" pattern="1">
|
||||
<prescript description="F0.222 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="10.25" type="Numero" align="right" width="10" id="223" pattern="1">
|
||||
<field x="39.75" y="13.5" type="Numero" align="right" width="10" id="223" pattern="1">
|
||||
<prescript description="F0.223 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="11.25" type="Numero" align="right" width="10" id="230" pattern="1">
|
||||
<field x="39.75" y="5.25" type="Numero" align="right" width="10" id="230" pattern="1">
|
||||
<prescript description="F0.230 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="12.75" type="Numero" align="right" width="10" id="240" pattern="1">
|
||||
<field x="39.75" y="10.75" type="Numero" align="right" width="10" id="240" pattern="1">
|
||||
<prescript description="F0.240 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="14.25" type="Numero" align="right" width="10" id="250" pattern="1">
|
||||
<field x="39.75" y="8.25" type="Numero" valign="center" align="right" width="10" height="1.5" id="250" pattern="1">
|
||||
<prescript description="F0.250 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="15.25" type="Numero" align="right" width="10" id="299" pattern="1">
|
||||
<field x="39.75" y="14.5" type="Numero" align="right" width="10" id="299" pattern="1">
|
||||
<prescript description="F0.299 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="60.5" y="0.25" type="Valuta" align="right" width="10" id="310" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="7.25" type="Valuta" align="right" width="10" id="310" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="1.25" type="Valuta" align="right" width="10" id="312" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="2.25" type="Valuta" align="right" width="10" id="313" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="3.25" type="Valuta" align="right" width="10" id="314" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="4.25" type="Valuta" align="right" width="10" id="315" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="5.25" type="Valuta" align="right" width="10" id="316" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="6.25" type="Valuta" align="right" width="10" id="317" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="7.25" type="Valuta" align="right" width="10" id="320" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="8.75" type="Valuta" align="right" width="10" id="322" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="10.25" type="Valuta" align="right" width="10" id="323" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="11.25" type="Valuta" align="right" width="10" id="330" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="12.75" type="Valuta" align="right" width="10" id="340" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="14.25" type="Valuta" align="right" width="10" id="350" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="15.25" type="Valuta" align="right" width="10" id="399" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="53" y="0.25" type="Valuta" align="right" width="5" id="410" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="60.5" y="6.25" type="Valuta" align="right" width="10" id="316" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="9.75" type="Valuta" align="right" width="10" id="317" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="0.25" type="Valuta" align="right" width="10" id="320" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="11.75" type="Valuta" valign="center" align="right" width="10" height="1.75" id="322" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="13.5" type="Valuta" align="right" width="10" id="323" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="5.25" type="Valuta" align="right" width="10" id="330" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="10.75" type="Valuta" align="right" width="10" id="340" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="8.25" type="Valuta" valign="center" align="right" width="10" height="1.5" id="350" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="60.5" y="14.5" type="Valuta" align="right" width="10" id="399" pattern="1" hide_zero="1" text="#########,@@" />
|
||||
<field x="53" y="7.25" type="Valuta" align="right" width="5" id="410" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.410 PRESCRIPT">#310 @
|
||||
#210 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="1.25" type="Valuta" align="right" width="5" id="412" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.412 PRESCRIPT">#320 @
|
||||
#220 @
|
||||
<prescript description="F0.412 PRESCRIPT">#312 @
|
||||
#212 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="2.25" type="Valuta" align="right" width="5" id="413" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.413 PRESCRIPT">#330 @
|
||||
#230 @
|
||||
<prescript description="F0.413 PRESCRIPT">#313 @
|
||||
#213 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="3.25" type="Valuta" align="right" width="5" id="414" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.414 PRESCRIPT">#340 @
|
||||
#240 @
|
||||
<prescript description="F0.414 PRESCRIPT">#314 @
|
||||
#214 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="4.25" type="Valuta" align="right" width="5" id="415" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.415 PRESCRIPT">#350 @
|
||||
<prescript description="F0.415 PRESCRIPT">#315 @
|
||||
#215 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="6.25" type="Valuta" align="right" width="5" id="416" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.416 PRESCRIPT">#316 @
|
||||
#216 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="9.75" type="Valuta" align="right" width="5" id="417" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.417 PRESCRIPT">#317 @
|
||||
#217 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="0.25" type="Valuta" align="right" width="5" id="420" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.420 PRESCRIPT">#320 @
|
||||
#220 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="11.75" type="Valuta" valign="center" align="right" width="5" height="1.75" id="422" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.422 PRESCRIPT">#322 @
|
||||
#222 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="13.5" type="Valuta" align="right" width="5" id="423" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.423 PRESCRIPT">#323 @
|
||||
#223 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="5.25" type="Valuta" align="right" width="5" id="430" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.430 PRESCRIPT">#330 @
|
||||
#230 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="10.75" type="Valuta" align="right" width="5" id="440" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.440 PRESCRIPT">#340 @
|
||||
#240 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="8.25" type="Valuta" valign="center" align="right" width="5" height="1.5" id="450" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.450 PRESCRIPT">#350 @
|
||||
#250 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="5.25" type="Valuta" align="right" width="5" id="416" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.416 PRESCRIPT">#360 @
|
||||
#260 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="6.25" type="Valuta" align="right" width="5" id="417" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.417 PRESCRIPT">#370 @
|
||||
#270 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="7.25" type="Valuta" align="right" width="5" id="420" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.420 PRESCRIPT">#380 @
|
||||
#280 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="8.75" type="Valuta" align="right" width="5" id="422" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.422 PRESCRIPT">#380 @
|
||||
#280 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="10.25" type="Valuta" align="right" width="5" id="423" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.423 PRESCRIPT">#380 @
|
||||
#280 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="11.25" type="Valuta" align="right" width="5" id="430" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.430 PRESCRIPT">#390 @
|
||||
#290 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="12.75" type="Valuta" align="right" width="5" id="440" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.440 PRESCRIPT">#370 @
|
||||
#270 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="14.25" type="Valuta" align="right" width="5" id="450" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.450 PRESCRIPT">#380 @
|
||||
#280 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="53" y="15.25" type="Valuta" align="right" width="5" id="499" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="14.5" type="Valuta" align="right" width="5" id="499" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<prescript description="F0.499 PRESCRIPT">#399 @
|
||||
#299 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="0.25" type="Numero" align="right" width="10" id="510" pattern="1">
|
||||
<field x="70.75" y="7.25" type="Numero" align="right" width="10" id="510" pattern="1">
|
||||
<prescript description="F0.510 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
@ -517,92 +517,92 @@
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="5.25" type="Numero" align="right" width="10" id="516" pattern="1">
|
||||
<field x="70.75" y="6.25" type="Numero" align="right" width="10" id="516" pattern="1">
|
||||
<prescript description="F0.516 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="6.25" type="Numero" align="right" width="10" id="517" pattern="1">
|
||||
<field x="70.75" y="9.75" type="Numero" align="right" width="10" id="517" pattern="1">
|
||||
<prescript description="F0.517 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="7.25" type="Numero" align="right" width="10" id="520" pattern="1">
|
||||
<field x="70.75" y="0.25" type="Numero" align="right" width="10" id="520" pattern="1">
|
||||
<prescript description="F0.520 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="8.75" type="Numero" align="right" width="10" id="522" pattern="1">
|
||||
<field x="70.75" y="11.75" type="Numero" valign="center" align="right" width="10" height="1.75" id="522" pattern="1">
|
||||
<prescript description="F0.522 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="10.25" type="Numero" align="right" width="10" id="523" pattern="1">
|
||||
<field x="70.75" y="13.5" type="Numero" align="right" width="10" id="523" pattern="1">
|
||||
<prescript description="F0.523 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="11.25" type="Numero" align="right" width="10" id="530" pattern="1">
|
||||
<field x="70.75" y="5.25" type="Numero" align="right" width="10" id="530" pattern="1">
|
||||
<prescript description="F0.530 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="12.75" type="Numero" align="right" width="10" id="540" pattern="1">
|
||||
<field x="70.75" y="10.75" type="Numero" align="right" width="10" id="540" pattern="1">
|
||||
<prescript description="F0.540 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="14.25" type="Numero" align="right" width="10" id="550" pattern="1">
|
||||
<field x="70.75" y="8.25" type="Numero" valign="center" align="right" width="10" height="1.5" id="550" pattern="1">
|
||||
<prescript description="F0.550 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="15.25" type="Numero" align="right" width="10" id="599" pattern="1">
|
||||
<field x="70.75" y="14.5" type="Numero" align="right" width="10" id="599" pattern="1">
|
||||
<prescript description="F0.599 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="29.25" y="16.25" type="Numero" align="right" width="10" id="1000" pattern="1">
|
||||
<field x="29.25" y="15.5" type="Numero" align="right" width="10" id="1000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.1000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="39.75" y="16.25" type="Numero" align="right" width="10" id="2000" pattern="1">
|
||||
<field x="39.75" y="15.5" type="Numero" align="right" width="10" id="2000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.2000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="60.5" y="16.25" type="Valuta" align="right" width="10" id="3000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="60.5" y="15.5" type="Valuta" align="right" width="10" id="3000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
</field>
|
||||
<field x="53" y="16.25" type="Valuta" align="right" width="5" id="4000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<field x="53" y="15.5" type="Valuta" align="right" width="5" id="4000" pattern="1" hide_zero="1" text="#########,@@">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.4000 PRESCRIPT">#340 @
|
||||
#240 @
|
||||
<prescript description="F0.4000 PRESCRIPT">#3000 @
|
||||
#2000 @
|
||||
F;
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="70.75" y="16.25" type="Numero" align="right" width="10" id="5000" pattern="1">
|
||||
<field x="70.75" y="15.5" type="Numero" align="right" width="10" id="5000" pattern="1">
|
||||
<font face="Courier New" bold="1" size="8" />
|
||||
<prescript description="F0.5000 PRESCRIPT">#THIS @
|
||||
1000 F;
|
||||
3 ROUND
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
<field x="25" y="18.25" type="Numero" align="right" width="55" id="6000" pattern="1" text="LETTERE">
|
||||
<field x="25" y="17.5" type="Numero" align="right" width="55" id="6000" pattern="1" text="LETTERE">
|
||||
<prescript description="F0.6000 PRESCRIPT">#3000 @
|
||||
#THIS !</prescript>
|
||||
</field>
|
||||
|
@ -6,6 +6,7 @@ Flags = "F"
|
||||
Item_01 = "Trasferimento Pack", "tp0 -0", ""
|
||||
Item_02 = "Tabelle di conversione", [TPMENU_002]
|
||||
Item_03 = "Dichiarazione CONAI", "tp0 -8", ""
|
||||
Item_04 = "Lista esenzioni CONAI", "ba8 -4 tp0900el", ""
|
||||
|
||||
[TPMENU_002]
|
||||
Caption = "Tabelle di conversione"
|
||||
|
Loading…
x
Reference in New Issue
Block a user