Patch level : 01.00 0336

Files correlati     : ca3.exe ca3A00.msk ca3A00a.rep ca3A00b.rep ca3A00c.rep ca0500a.msk camenu.men dir146.xml trc146.xml

Commento                :
Stampa prospetto enti di ricerca
This commit is contained in:
Alessandro Bonazzi 2025-12-23 00:26:02 +01:00
parent 11663c7b71
commit debb69fcbc
6 changed files with 227 additions and 209 deletions

View File

@ -100,8 +100,8 @@ const TString& TPrint_prosp_ricerca_ca_mask::get_report_class() const
switch (tipostampa)
{
case 2: classe = "ca3A00c"; break;
case 1: classe = "ca3A00a"; break;
case 0:
case 0: classe = "ca3A00a"; break;
case 1:
default: classe = "ca3A00b"; break;
}
return classe;
@ -381,7 +381,9 @@ protected:
public:
virtual bool set_recordset(const TString& sql = "USE PROSP.DBF") override;
virtual const char * get_excel_disabled_field() override { return "H0.201|H0.202|H0.203|H0.204|H0.205|H0.206|H0.207"; }
virtual int max_excel_height() { return 1; }
virtual const char * get_excel_header_section() { return "H0"; }
virtual const char * get_excel_disabled_field() override { return "H0.201|H0.202|H0.203|H0.204|H0.205"; }
TLog_report& log() { return *_log; }
TPrint_prosp_ricerca_ca_rep(TPrint_prosp_ricerca_ca_mask * _mask);
~TPrint_prosp_ricerca_ca_rep();
@ -392,17 +394,13 @@ bool TPrint_prosp_ricerca_ca_rep::get_usr_val(const TString& name, TVariant& var
return TAnal_report::get_usr_val(name, var);
}
void TPrint_prosp_ricerca_ca_rep::set_dbase_fixed_fields(bool on)
{
/* field("B1.201")->show(on);
field("B1.202")->show(on);
field("B1.203")->show(on);
field("B1.204")->show(on);
field("B1.100")->show(!on);
field("B1.102")->show(!on); // perchè non va '
field("B1.104")->show(!on);*/
field("B1.201")->show(on);
}
bool TPrint_prosp_ricerca_ca_rep::set_recordset(const TString& sql)
{
TPrint_prosp_ricerca_ca_recordset* rs = new TPrint_prosp_ricerca_ca_recordset(_mask, _log, sql);
@ -436,7 +434,7 @@ protected:
virtual TTrec * get_dbase_recdesc(TReport & rep, const TAutomask & mask);
virtual TAutomask & get_mask();
virtual void execute_print(TReport_book & book, TAutomask & mask, TReport & rep, export_type & type);
virtual const char * output_name(const TAutomask & mask, const TReport & rep) const { return "rend"; }
virtual const char * output_name(const TAutomask & mask, const TReport & rep) const { return "prosp"; }
// @cmember Distruzione dei dati dell'utente
virtual bool user_destroy();
@ -464,27 +462,34 @@ TAutomask & TPrint_prosp_ricerca_ca::get_mask()
TTrec * TPrint_prosp_ricerca_ca::get_dbase_recdesc(TReport & rep, const TAutomask & mask)
{
TTrec * desc = new TTrec;
TToken_string def;
const int tipostampa = mask.get_int(F_TIPOSTAMPA);
desc->add_fielddef(PROSP_LETTERA, _alfafld, 1);
desc->add_fielddef(PROSP_NUM, _intfld, 2);
desc->add_fielddef(PROSP_SUB, _intfld, 6);
desc->add_fielddef(PROSP_DESCR, _alfafld, 70);
desc->add_fielddef(PROSP_NONECON, _realfld, 18, 2);
desc->add_fielddef(PROSP_ATTREZZ, _realfld, 18, 2);
desc->add_fielddef(PROSP_SERVIZI, _realfld, 18, 2);
desc->add_fielddef(PROSP_CONTR, _realfld, 18, 2);
desc->add_fielddef(PROSP_TRACON, _realfld, 18, 2);
desc->add_fielddef(PROSP_ALTRE, _realfld, 18, 2);
desc->add_fielddef(PROSP_SERVCOM, _realfld, 18, 2);
desc->add_fielddef(PROSP_NONATTR, _realfld, 18, 2);
desc->add_fielddef(PROSP_TOTALE, _realfld, 18, 2);
desc->add_fielddef(PROSP_MOVIM, _boolfld, 1);
if (tipostampa == 2)
{
desc->add_fielddef(PROSP_TOTALE, _realfld, 18, 2);
desc->add_fielddef(PROSP_NONECON, _realfld, 18, 2);
desc->add_fielddef("ECONOMICHE", _realfld, 18, 2);
desc->add_fielddef(PROSP_NONATTR, _realfld, 18, 2);
}
else
{
desc->add_fielddef(PROSP_TOTALE, _realfld, 18, 2);
desc->add_fielddef(PROSP_NONECON, _realfld, 18, 2);
desc->add_fielddef(PROSP_ATTREZZ, _realfld, 18, 2);
desc->add_fielddef(PROSP_SERVIZI, _realfld, 18, 2);
desc->add_fielddef(PROSP_CONTR, _realfld, 18, 2);
desc->add_fielddef(PROSP_TRACON, _realfld, 18, 2);
desc->add_fielddef(PROSP_ALTRE, _realfld, 18, 2);
if (tipostampa == 0)
desc->add_fielddef(PROSP_SERVCOM, _realfld, 18, 2);
desc->add_fielddef(PROSP_NONATTR, _realfld, 18, 2);
}
TToken_string keydef(PROSP_LETTERA, '+');
keydef.add(PROSP_NUM);
keydef.add(PROSP_SUB);
desc->add_keydef(keydef, true);
return desc;
}
@ -501,7 +506,7 @@ void TPrint_prosp_ricerca_ca::execute_print(TReport_book & book, TAutomask & mas
const int anno = mask.get_int(F_ANNO);
rep.set_export_sections(type);
book.add(rep); //aggiunge il report relativo alla cdc/cms corrente al book
book.add(rep, type); //aggiunge il report relativo alla cdc/cms corrente al book
rep.reset_export_sections();
//anteprima report degli errori rilevati
if (ca_rep.log().recordset()->items() > 0)

View File

@ -71,7 +71,7 @@ BEGIN
PROMPT 1 9 "Tipo di stampa "
ITEM " |Stampa per attività senza allocazione"
ITEM "1|Stampa per attività con allocazione"
ITEM "2|Stampa riepologativa"
ITEM "2|Stampa riepilogativa"
END
BOOLEAN F_SKIPNULL

View File

@ -1,61 +1,61 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="ca3A00a" class="ca3A00a" command="" lpi="6" libraries="" use_printer_font="" save_printer="" orientation="2" page_split="" page_merge="">
<description>Prospetto enti di ricerca con allocazione</description>
<report libraries="" page_merge="" save_printer="" name="ca3A00a" use_printer_font="" orientation="2" page_split="" lpi="6" command="" class="ca3A00a">
<description>Prospetto enti di ricerca senza allocazione</description>
<font face="Courier New" size="8" />
<section type="Head" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Testo" id="" y="2.5" width="170" height="3" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" border="1" radius="100" pattern="2" shade_offset="25" text="ALLEGATO A" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Testo" id="" x="2" y="3.5" width="166" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" valign="center" pattern="1" shade_offset="" text="CONTO ECONOMICO SEPARATO PER ATTIVITA&apos; CON ALLOCAZIONE DI SERVIZI E FUNZIONI COMUNI" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Linea" id="" y="6" width="170" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Linea" id="" y="8.75" width="170" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Testo" id="101" y="6.5" width="12" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Codice" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1">
<field border="2" x="1" y="5.5" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="170" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field border="2" x="1" y="9" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="170" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="1" y="6" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="6" codval="" id="101" pattern="1" hide_zero="" text="Codice">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="102" x="6" y="6.5" width="25" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Descrizione" codval="" link="">
<field x="6" y="6" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="25" codval="" id="102" pattern="1" hide_zero="" text="Descrizione">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="104" x="32" y="6.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Totale" codval="" link="">
<field x="32" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="Totale">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="105" x="47.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non economiche" codval="" link="">
<field x="47.75" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="105" pattern="1" hide_zero="" text="Non economiche">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="106" x="62.5" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Attrezzature" codval="" link="">
<field x="62.5" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="106" pattern="1" hide_zero="" text="Attrezzature">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="107" x="77.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Servizi" codval="" link="">
<field x="77.75" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="107" pattern="1" hide_zero="" text="Servizi">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="108" x="93" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Contratti" codval="" link="">
<field x="93" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="108" pattern="1" hide_zero="" text="Contratti">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="109" x="108.25" y="6.5" width="15" height="3" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Trasferimento delle conscenze" codval="" link="">
<field x="108.25" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="3" id="109" pattern="1" hide_zero="" text="Trasferimento delle conscenze">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="110" x="123.5" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Altre" codval="" link="">
<field x="123.5" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="110" pattern="1" hide_zero="" text="Altre">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="111" x="138.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Servizi comuni" codval="" link="">
<field x="138.75" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="111" pattern="1" hide_zero="" text="Servizi comuni">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="112" x="154" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non attribuiti" codval="" link="">
<field x="154" y="6" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="112" pattern="1" hide_zero="" text="Non attribuiti">
<font face="Courier New" size="7" />
</field>
<field type="Stringa" id="201" y="0.5" width="50" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" height="1.2" id="201" pattern="1" hide_zero="" text="">
<source>#SYSTEM.RAGSOC</source>
</field>
<field type="Testo" id="202" x="139.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Data stampa" codval="" link="">
<font face="Courier New" size="8" italic="1" />
<field x="139.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="202" pattern="1" hide_zero="" text="Data stampa">
<font italic="1" face="Courier New" size="8" />
</field>
<field type="Data" id="203" x="154.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="154.5" deactivated="" type="Data" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="203" pattern="1" hide_zero="" text="">
<source>#SYSTEM.DATE</source>
</field>
<field border="1" radius="100" x="0.5" y="2" deactivated="" type="Testo" hidden="" align="center" link="" dynamic_height="" shade_offset="25" width="170" codval="" height="3" id="204" pattern="2" hide_zero="" text="ALLEGATO A">
<font face="Courier New" bold="1" size="12" />
</field>
<field y="3" deactivated="" type="Testo" valign="center" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="170" codval="" height="2" id="205" pattern="1" hide_zero="" text="CONTO ECONOMICO SEPARATO PER ATTIVITA&#26;apos SENZA ALLOCAZIONE DI SERVIZI E FUNZIONI COMUNI">
<font face="Courier New" bold="1" size="12" />
</field>
</section>
<section type="Head" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Head" level="2" height="3" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="2" hidden="" height="3" page_break="" can_break="" pattern="1">
<groupby>LETTIVD</groupby>
<prescript description="H2 PRESCRIPT">MESSAGE RESET,F2.104
MESSAGE RESET,F2.105
@ -67,142 +67,146 @@ MESSAGE RESET,F2.110
MESSAGE RESET,F2.111
MESSAGE RESET,F2.112
</prescript>
<field type="Testo" id="" x="2" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text=")" codval="" link="" />
<field type="Linea" id="" y="1.25" width="170" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="101" x="1" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="2" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="" pattern="1" hide_zero="" text=")" />
<field border="2" y="1.25" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="170" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="101" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="H2.101 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
<field type="Stringa" id="102" x="4" width="2" dynamic_height="" hidden="1" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<prescript description="H2.102 PRESCRIPT">&quot;9&quot; #101 @
<field x="4" deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="2" codval="" id="102" pattern="1" hide_zero="" text="">
<prescript description="H2.102 PRESCRIPT">"9" #101 @
+
#THIS !</prescript>
</field>
<field type="Stringa" id="103" x="6" width="70" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="70" codval="" id="103" pattern="1" hide_zero="" text="">
<prescript description="H2.103 PRESCRIPT">MESSAGE _TABLEREAD,%IVD,#102,S0
</prescript>
<postscript description="H2.103 POSTSCRIPT">MESSAGE COPY,F2.103</postscript>
</field>
</section>
<section type="Body" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Body" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="1" keep_with_next="" repeat="">
<field type="Stringa" id="101" x="1" width="5" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="1" pattern="1">
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="101" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>NUMIVD</source>
<postscript description="B1.101 POSTSCRIPT">&quot;SUBIVD&quot; @
<postscript description="B1.101 POSTSCRIPT">"SUBIVD" @
0
&lt;&gt;
&#3C;&#3E;
IF
#THIS @
&quot; &quot; +
&quot;SUBIVD&quot; @
" " +
"SUBIVD" @
+
#THIS !
THEN</postscript>
</field>
<field type="Stringa" id="102" x="6" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6.25" deactivated="" type="Stringa" hidden="" link="" dynamic_height="1" shade_offset="" width="25" codval="" height="3" id="102" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>DESCR</source>
</field>
<field type="Valuta" id="104" x="32" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="32" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>TOTALE</source>
<prescript description="B1.104 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.104 POSTSCRIPT">MESSAGE ADD,F2.104</postscript>
</field>
<field type="Valuta" id="105" x="47.25" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.75" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONECON</source>
<prescript description="B1.105 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM</prescript>
<postscript description="B1.105 POSTSCRIPT">MESSAGE ADD,F2.105</postscript>
</field>
<field type="Valuta" id="106" x="62.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="62.5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>ATTREZZ</source>
<prescript description="B1.106 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.106 POSTSCRIPT">MESSAGE ADD,F2.106</postscript>
</field>
<field type="Valuta" id="107" x="77.75" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="77.75" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="107" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>SERVIZI</source>
<prescript description="B1.107 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.107 POSTSCRIPT">MESSAGE ADD,F2.107</postscript>
</field>
<field type="Valuta" id="108" x="93" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="93" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="108" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>CONTR</source>
<prescript description="B1.108 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.108 POSTSCRIPT">MESSAGE ADD,F2.108</postscript>
</field>
<field type="Valuta" id="109" x="108.25" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="108.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="109" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>TRACON</source>
<prescript description="B1.109 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM</prescript>
<postscript description="B1.109 POSTSCRIPT">MESSAGE ADD,F2.109</postscript>
</field>
<field type="Valuta" id="110" x="123.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="123.5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="110" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>ALTRE</source>
<prescript description="B1.110 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.110 POSTSCRIPT">MESSAGE ADD,F2.110</postscript>
</field>
<field type="Valuta" id="111" x="138.75" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="138.75" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="111" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>SERVCOM</source>
<prescript description="B1.111 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.111 POSTSCRIPT">MESSAGE ADD,F2.111</postscript>
</field>
<field type="Valuta" id="112" x="154" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="154" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONATTR</source>
<prescript description="B1.112 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.112 POSTSCRIPT">MESSAGE ADD,F2.112</postscript>
</field>
<field deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="1" codval="" id="201" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="B1.201 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
</section>
<section type="Foot" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Foot" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Valuta" id="111" x="144" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1">
<field x="144" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="111" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="160" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="160" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>
<section type="Foot" level="2" height="5" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Linea" id="" y="0.5" width="170" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="103" x="6" y="1" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Valuta" id="104" x="32" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="2" hidden="" height="5" page_break="" can_break="" pattern="1">
<field border="2" y="0.5" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="170" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="6" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="1" shade_offset="" width="25" codval="" height="3" id="103" pattern="1" hide_zero="" text="" />
<field x="32" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="105" x="47.25" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="106" x="62.5" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="62.5" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="107" x="77.75" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="77.75" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="107" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="108" x="93" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="93" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="108" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="109" x="108.25" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="108.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="109" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="110" x="123.5" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="123.5" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="110" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="111" x="138.75" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="138.75" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="111" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="154" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="154" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>

View File

@ -1,58 +1,58 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="ca3A00b" class="ca3A00b" command="" lpi="6" libraries="" use_printer_font="" save_printer="" orientation="2" page_split="" page_merge="">
<description>Prospetto enti di ricerca senza allocazione</description>
<report libraries="" page_merge="" save_printer="" name="ca3A00b" use_printer_font="" orientation="2" page_split="" lpi="6" command="" class="ca3A00b">
<description>Prospetto enti di ricerca con allocazione</description>
<font face="Courier New" size="8" />
<section type="Head" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Testo" id="" y="2.5" width="155" height="3" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" border="1" radius="100" pattern="2" shade_offset="25" text="ALLEGATO A" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Testo" id="" x="2" y="3.5" width="151" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" valign="center" pattern="1" shade_offset="" text="CONTO ECONOMICO SEPARATO PER ATTIVITA&apos; SENZA ALLOCAZIONE DI SERVIZI E FUNZIONI COMUNI" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Linea" id="" y="6" width="155" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Linea" id="" y="8.75" width="155" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Testo" id="101" y="6.5" width="12" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Codice" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1">
<field border="2" y="6" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="155" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field border="2" y="8.75" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="155" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field y="6.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="12" codval="" id="101" pattern="1" hide_zero="" text="Codice">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="102" x="6" y="6.5" width="25" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Descrizione" codval="" link="">
<field x="6" y="6.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="25" codval="" id="102" pattern="1" hide_zero="" text="Descrizione">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="104" x="32" y="6.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Totale" codval="" link="">
<field x="32" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="Totale">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="105" x="47.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non economiche" codval="" link="">
<field x="47.75" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="105" pattern="1" hide_zero="" text="Non economiche">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="106" x="62.5" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Attrezzature" codval="" link="">
<field x="63" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="106" pattern="1" hide_zero="" text="Attrezzature">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="107" x="77.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Servizi" codval="" link="">
<field x="78.25" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="107" pattern="1" hide_zero="" text="Servizi">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="108" x="93" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Contratti" codval="" link="">
<field x="93.5" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="108" pattern="1" hide_zero="" text="Contratti">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="109" x="108.25" y="6.5" width="15" height="3" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Trasferimento delle conscenze" codval="" link="">
<field x="108.75" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="3" id="109" pattern="1" hide_zero="" text="Trasferimento delle conscenze">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="110" x="123.5" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Altre" codval="" link="">
<field x="124" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="110" pattern="1" hide_zero="" text="Altre">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="112" x="138.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non attribuiti" codval="" link="">
<field x="139.25" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="112" pattern="1" hide_zero="" text="Non attribuiti">
<font face="Courier New" size="7" />
</field>
<field type="Stringa" id="201" y="0.5" width="50" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field y="0.5" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" height="1.2" id="201" pattern="1" hide_zero="" text="">
<source>#SYSTEM.RAGSOC</source>
</field>
<field type="Testo" id="202" x="120.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Data stampa" codval="" link="">
<font face="Courier New" size="8" italic="1" />
<field x="120.5" y="0.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="202" pattern="1" hide_zero="" text="Data stampa">
<font italic="1" face="Courier New" size="8" />
</field>
<field type="Data" id="203" x="139.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="139.5" y="0.5" deactivated="" type="Data" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="203" pattern="1" hide_zero="" text="">
<source>#SYSTEM.DATE</source>
</field>
<field border="1" radius="100" y="2.5" deactivated="" type="Testo" hidden="" align="center" link="" dynamic_height="" shade_offset="25" width="155" codval="" height="3" id="204" pattern="2" hide_zero="" text="ALLEGATO A">
<font face="Courier New" bold="1" size="12" />
</field>
<field x="2" y="3.5" deactivated="" type="Testo" valign="center" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="151" codval="" height="2" id="205" pattern="1" hide_zero="" text="CONTO ECONOMICO SEPARATO PER ATTIVITA&#26;apos CON ALLOCAZIONE DI SERVIZI E FUNZIONI COMUNI">
<font face="Courier New" bold="1" size="12" />
</field>
</section>
<section type="Head" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Head" level="2" height="3" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="2" hidden="" height="3" page_break="" can_break="" pattern="1">
<groupby>LETTIVD</groupby>
<prescript description="H2 PRESCRIPT">MESSAGE RESET,F2.104
MESSAGE RESET,F2.105
@ -64,132 +64,136 @@ MESSAGE RESET,F2.110
MESSAGE RESET,F2.111
MESSAGE RESET,F2.112
</prescript>
<field type="Testo" id="" x="2" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text=")" codval="" link="" />
<field type="Linea" id="" y="1.25" width="155" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="101" x="1" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="2" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="" pattern="1" hide_zero="" text=")" />
<field border="2" y="1.25" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="155" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="101" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="H2.101 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
<field type="Stringa" id="102" x="4" width="2" dynamic_height="" hidden="1" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<prescript description="H2.102 PRESCRIPT">&quot;9&quot; #101 @
<field x="4" deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="2" codval="" id="102" pattern="1" hide_zero="" text="">
<prescript description="H2.102 PRESCRIPT">"9" #101 @
+
#THIS !</prescript>
</field>
<field type="Stringa" id="103" x="6" width="70" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="70" codval="" id="103" pattern="1" hide_zero="" text="">
<prescript description="H2.103 PRESCRIPT">MESSAGE _TABLEREAD,%IVD,#102,S0
</prescript>
<postscript description="H2.103 POSTSCRIPT">MESSAGE COPY,F2.103</postscript>
</field>
</section>
<section type="Body" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Body" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="1" keep_with_next="" repeat="">
<field type="Stringa" id="101" x="1" width="5" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="1" pattern="1">
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="101" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>NUMIVD</source>
<postscript description="B1.101 POSTSCRIPT">&quot;SUBIVD&quot; @
<postscript description="B1.101 POSTSCRIPT">"SUBIVD" @
0
&lt;&gt;
&#3C;&#3E;
IF
#THIS @
&quot; &quot; +
&quot;SUBIVD&quot; @
" " +
"SUBIVD" @
+
#THIS !
THEN</postscript>
</field>
<field type="Stringa" id="102" x="6" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6" deactivated="" type="Stringa" hidden="" link="" dynamic_height="1" shade_offset="" width="25" codval="" height="3" id="102" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>DESCR</source>
</field>
<field type="Valuta" id="104" x="32" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="32" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>TOTALE</source>
<prescript description="B1.104 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.104 POSTSCRIPT">MESSAGE ADD,F2.104</postscript>
</field>
<field type="Valuta" id="105" x="47.25" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONECON</source>
<prescript description="B1.105 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM</prescript>
<postscript description="B1.105 POSTSCRIPT">MESSAGE ADD,F2.105</postscript>
</field>
<field type="Valuta" id="106" x="62.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="63" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>ATTREZZ</source>
<prescript description="B1.106 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.106 POSTSCRIPT">MESSAGE ADD,F2.106</postscript>
</field>
<field type="Valuta" id="107" x="77.75" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="78.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="107" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>SERVIZI</source>
<prescript description="B1.107 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.107 POSTSCRIPT">MESSAGE ADD,F2.107</postscript>
</field>
<field type="Valuta" id="108" x="93" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="93.5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="108" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>CONTR</source>
<prescript description="B1.108 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.108 POSTSCRIPT">MESSAGE ADD,F2.108</postscript>
</field>
<field type="Valuta" id="109" x="108.25" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="108.75" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="109" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>TRACON</source>
<prescript description="B1.109 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM</prescript>
<postscript description="B1.109 POSTSCRIPT">MESSAGE ADD,F2.109</postscript>
</field>
<field type="Valuta" id="110" x="123.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="124" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="110" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>ALTRE</source>
<prescript description="B1.110 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.110 POSTSCRIPT">MESSAGE ADD,F2.110</postscript>
</field>
<field type="Valuta" id="112" x="138.75" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="139.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONATTR</source>
<prescript description="B1.112 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.112 POSTSCRIPT">MESSAGE ADD,F2.112</postscript>
</field>
<field deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="1" codval="" id="201" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="B1.201 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
</section>
<section type="Foot" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Foot" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Valuta" id="111" x="144" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1">
<field x="144" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="111" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="160" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="160" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>
<section type="Foot" level="2" height="5" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Linea" id="" y="0.5" width="155" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="103" x="6" y="1" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Valuta" id="104" x="32" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="2" hidden="" height="5" page_break="" can_break="" pattern="1">
<field border="2" y="0.5" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="155" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="6" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="25" codval="" id="103" pattern="1" hide_zero="" text="" />
<field x="32" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="105" x="47.25" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="106" x="62.5" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="63" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="107" x="77.75" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="78.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="107" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="108" x="93" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="93.5" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="108" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="109" x="108.25" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="108.75" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="109" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="110" x="123.5" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="124" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="110" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="138.75" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="139.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>

View File

@ -1,46 +1,46 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="ca3A00c" class="ca3A00c" command="" lpi="6" libraries="" use_printer_font="" save_printer="" orientation="2" page_split="" page_merge="">
<report libraries="" page_merge="" save_printer="" name="ca3A00c" use_printer_font="" orientation="2" page_split="" lpi="6" command="" class="ca3A00c">
<description>Prospetto enti di ricerca sintetico</description>
<font face="Courier New" size="8" />
<section type="Head" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Testo" id="" y="2.5" width="95" height="3" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" border="1" radius="100" pattern="2" shade_offset="25" text="ALLEGATO A" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Testo" id="" x="2" y="3.5" width="91" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="center" valign="center" pattern="1" shade_offset="" text="CONTO ECONOMICO RIEPILOGATIVO" codval="" link="">
<font face="Courier New" size="14" bold="1" />
</field>
<field type="Linea" id="" y="6" width="95" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Linea" id="" y="8.75" width="95" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Testo" id="101" y="6.5" width="12" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Codice" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1">
<field border="2" y="6" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="95" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field border="2" y="8.75" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="95" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field y="6.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="12" codval="" id="101" pattern="1" hide_zero="" text="Codice">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="102" x="6" y="6.5" width="25" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Descrizione" codval="" link="">
<field x="6" y="6.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="25" codval="" id="102" pattern="1" hide_zero="" text="Descrizione">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="104" x="32" y="6.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Totale" codval="" link="">
<field x="32" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="Totale">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="105" x="47.75" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non economiche" codval="" link="">
<field x="47.75" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="105" pattern="1" hide_zero="" text="Non economiche">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="106" x="62.5" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Attivit&agrave; economiche" codval="" link="">
<field x="63" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="106" pattern="1" hide_zero="" text="Attivit&#E0; economiche">
<font face="Courier New" size="7" />
</field>
<field type="Testo" id="106" x="78" y="6.5" width="15" height="2" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="Non attribuiti" codval="" link="">
<field x="78.25" y="6.5" deactivated="" type="Testo" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" height="2" id="106" pattern="1" hide_zero="" text="Non attribuiti">
<font face="Courier New" size="7" />
</field>
<field type="Stringa" id="201" y="0.5" width="50" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field y="0.5" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" height="1.2" id="201" pattern="1" hide_zero="" text="">
<source>#SYSTEM.RAGSOC</source>
</field>
<field type="Testo" id="202" x="64.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="Data stampa" codval="" link="">
<font face="Courier New" size="8" italic="1" />
<field x="64.5" y="0.5" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="202" pattern="1" hide_zero="" text="Data stampa">
<font italic="1" face="Courier New" size="8" />
</field>
<field type="Data" id="203" x="79.5" y="0.5" width="15" height="1.2" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="79.5" y="0.5" deactivated="" type="Data" hidden="" link="" dynamic_height="" shade_offset="" width="15" codval="" height="1.2" id="203" pattern="1" hide_zero="" text="">
<source>#SYSTEM.DATE</source>
</field>
<field border="1" radius="100" y="2.5" deactivated="" type="Testo" hidden="" align="center" link="" dynamic_height="" shade_offset="25" width="95" codval="" height="3" id="204" pattern="2" hide_zero="" text="ALLEGATO A">
<font face="Courier New" bold="1" size="12" />
</field>
<field x="2" y="3.5" deactivated="" type="Testo" valign="center" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="91" codval="" height="2" id="205" pattern="1" hide_zero="" text="CONTO ECONOMICO RIEPILOGATIVO">
<font face="Courier New" bold="1" size="12" />
</field>
</section>
<section type="Head" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Head" level="2" height="3" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="2" hidden="" height="3" page_break="" can_break="" pattern="1">
<groupby>LETTIVD</groupby>
<prescript description="H2 PRESCRIPT">MESSAGE RESET,F2.104
MESSAGE RESET,F2.105
@ -52,93 +52,97 @@ MESSAGE RESET,F2.110
MESSAGE RESET,F2.111
MESSAGE RESET,F2.112
</prescript>
<field type="Testo" id="" x="2" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text=")" codval="" link="" />
<field type="Linea" id="" y="1.25" width="170" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="101" x="1" width="1" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="2" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="" pattern="1" hide_zero="" text=")" />
<field border="2" y="1.25" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="170" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="1" codval="" id="101" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="H2.101 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
<field type="Stringa" id="102" x="4" width="2" dynamic_height="" hidden="1" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<prescript description="H2.102 PRESCRIPT">&quot;9&quot; #101 @
<field x="4" deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="2" codval="" id="102" pattern="1" hide_zero="" text="">
<prescript description="H2.102 PRESCRIPT">"9" #101 @
+
#THIS !</prescript>
</field>
<field type="Stringa" id="103" x="6" width="70" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="70" codval="" id="103" pattern="1" hide_zero="" text="">
<prescript description="H2.103 PRESCRIPT">MESSAGE _TABLEREAD,%IVD,#102,S0
</prescript>
<postscript description="H2.103 POSTSCRIPT">MESSAGE COPY,F2.103</postscript>
</field>
</section>
<section type="Body" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Body" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="1" keep_with_next="" repeat="">
<field type="Stringa" id="101" x="1" width="5" dynamic_height="" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="1" pattern="1">
<field x="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="101" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>NUMIVD</source>
<postscript description="B1.101 POSTSCRIPT">&quot;SUBIVD&quot; @
<postscript description="B1.101 POSTSCRIPT">"SUBIVD" @
0
&lt;&gt;
&#3C;&#3E;
IF
#THIS @
&quot; &quot; +
&quot;SUBIVD&quot; @
" " +
"SUBIVD" @
+
#THIS !
THEN</postscript>
</field>
<field type="Stringa" id="102" x="6" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="">
<field x="6" deactivated="" type="Stringa" hidden="" link="" dynamic_height="1" shade_offset="" width="25" codval="" height="3" id="102" pattern="1" hide_zero="" text="">
<font face="Courier New" size="7" />
<source>DESCR</source>
</field>
<field type="Valuta" id="104" x="32" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="32" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>TOTALE</source>
<prescript description="B1.104 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.104 POSTSCRIPT">MESSAGE ADD,F2.104</postscript>
</field>
<field type="Valuta" id="105" x="47.25" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONECON</source>
<prescript description="B1.105 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM</prescript>
<postscript description="B1.105 POSTSCRIPT">MESSAGE ADD,F2.105</postscript>
</field>
<field type="Valuta" id="106" x="62.5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="63" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>ATTREZZ+SERVIZI+CONTR+TRACON+ALTRE+SERVCOM</source>
<prescript description="B1.106 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.106 POSTSCRIPT">MESSAGE ADD,F2.106</postscript>
</field>
<field type="Valuta" id="112" x="77.75" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="78.25" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
<source>NONATTR</source>
<prescript description="B1.112 PRESCRIPT">MESSAGE _ALIGN,#102,BOTTOM
</prescript>
<postscript description="B1.112 POSTSCRIPT">MESSAGE ADD,F2.112</postscript>
</field>
<field deactivated="" type="Stringa" hidden="1" link="" dynamic_height="" shade_offset="" width="1" codval="" id="201" pattern="1" hide_zero="" text="">
<source>LETTIVD</source>
<postscript description="B1.201 POSTSCRIPT">MESSAGE COPY,F2.101</postscript>
</field>
</section>
<section type="Foot" level="" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="" />
<section type="Foot" level="1" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Valuta" id="111" x="144" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1">
<field x="144" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="111" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="160" y="5" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="160" y="5" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>
<section type="Foot" level="2" height="5" pattern="1" hidden="" deactivated="" hidden_if_needed="" page_break="" can_break="" keep_with_next="" repeat="">
<field type="Linea" id="" y="0.5" width="95" height="0" dynamic_height="" hidden="" deactivated="" hide_zero="" border="2" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Stringa" id="103" x="6" y="1" width="25" height="3" dynamic_height="1" hidden="" deactivated="" hide_zero="" pattern="1" shade_offset="" text="" codval="" link="" />
<field type="Valuta" id="104" x="32" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="2" hidden="" height="5" page_break="" can_break="" pattern="1">
<field border="2" y="0.5" deactivated="" type="Linea" hidden="" link="" dynamic_height="" shade_offset="" width="95" codval="" height="0" id="" pattern="1" hide_zero="" text="" />
<field x="6" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="1" shade_offset="" width="25" codval="" height="3" id="103" pattern="1" hide_zero="" text="" />
<field x="32" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="104" pattern="1" hide_zero="" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="105" x="47.25" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="47.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="105" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="106" x="62.5" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="63" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="106" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
<field type="Valuta" id="112" x="77.75" y="1" width="15" dynamic_height="" hidden="" deactivated="" hide_zero="1" align="right" pattern="1" shade_offset="" text="###.###.###,@@" codval="" link="">
<field x="78.25" y="1" deactivated="" type="Valuta" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="15" codval="" id="112" pattern="1" hide_zero="1" text="###.###.###,@@">
<font face="Courier New" size="7" />
</field>
</section>

View File

@ -75,6 +75,7 @@ Item_06 = "Bilancio di commessa", "ca3 -7", "F"
Item_07 = "Stima ricavi di competenza", "ca3 -8", "F"
Item_08 = "Conti per commessa", "ca1 -7", "F"
Item_09 = "Bilancio per centro di costo", "ca1 -0 ca1100a", "F"
Item_10 = "Prospetto enti di ricerca", "ca3 -9", "F"
[CAMENU_050]
Caption = "Servizi"