Patch level : 12.0 1052
Files correlati : cg7.exe cg7700b.rep cg7700a.rep cg7400a.msk cg7400c.png Commento : Modelli IVA 2021 Aggiunto flag esenzione per COVID
This commit is contained in:
		
							parent
							
								
									c794dd67cf
								
							
						
					
					
						commit
						4f247c93c9
					
				@ -12,7 +12,7 @@ int main(int argc,char** argv)
 | 
				
			|||||||
  case  0: cg7100(argc, argv); break;    // gestore stampe generico modulo FE (stampe particolari CG)
 | 
					  case  0: cg7100(argc, argv); break;    // gestore stampe generico modulo FE (stampe particolari CG)
 | 
				
			||||||
  case  1: cg7200(argc, argv); break;    // lista fatture per imponibile
 | 
					  case  1: cg7200(argc, argv); break;    // lista fatture per imponibile
 | 
				
			||||||
  case  2: cg7300(argc, argv); break;    // gestore tabelle di modulo CG
 | 
					  case  2: cg7300(argc, argv); break;    // gestore tabelle di modulo CG
 | 
				
			||||||
	case  3: cg7400(argc,argv); break;     // Quadro VC
 | 
						case  3: cg7400(argc,argv); break;     // Quadro VA- VB
 | 
				
			||||||
	case  5: cg7600(argc,argv); break;     // Quadro VE
 | 
						case  5: cg7600(argc,argv); break;     // Quadro VE
 | 
				
			||||||
	case  6: cg7700(argc,argv); break;     // Quadro VF
 | 
						case  6: cg7700(argc,argv); break;     // Quadro VF
 | 
				
			||||||
	case  7: cg7800(argc,argv); break;     // Quadro VJ
 | 
						case  7: cg7800(argc,argv); break;     // Quadro VJ
 | 
				
			||||||
 | 
				
			|||||||
@ -1,52 +1,121 @@
 | 
				
			|||||||
// Programma per la stampa del quadro VC
 | 
					// Programma per la stampa del quadro VC
 | 
				
			||||||
#include <tabutil.h>
 | 
					#include <tabutil.h>
 | 
				
			||||||
 | 
					#include <recarray.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <nditte.h>
 | 
				
			||||||
 | 
					#include <anagr.h>
 | 
				
			||||||
 | 
					#include <anafis.h>
 | 
				
			||||||
 | 
					#include <anagiu.h>
 | 
				
			||||||
 | 
					#include <comuni.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "cg7401.h"
 | 
					#include "cg7401.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include "cg7400a.h"
 | 
					#include "cg7400a.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TQuadro_VC_recordset : public TQuadro_IVA_recordset
 | 
					class TQuadro_VIAB_recordset : public TQuadro_IVA_recordset
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
	virtual void load();
 | 
						virtual void load();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
	TQuadro_VC_recordset(TQuadro_IVA_mask * mask, const char* use, const int year) : TQuadro_IVA_recordset(mask, use, year) { load(); }
 | 
						TQuadro_VIAB_recordset(TQuadro_IVA_mask * mask, const char* use, const int year) : TQuadro_IVA_recordset(mask, use, year) { load(); }
 | 
				
			||||||
	virtual ~TQuadro_VC_recordset() {}
 | 
						virtual ~TQuadro_VIAB_recordset() {}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void TQuadro_VC_recordset::load()
 | 
					void TQuadro_VIAB_recordset::load()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	TArray _aliquote;
 | 
					  const TRectype & ditta = cache().get(LF_NDITTE, app().get_firm());
 | 
				
			||||||
	TArray _codiva;
 | 
					  const TString4 tipoa(ditta.get(NDT_TIPOA));
 | 
				
			||||||
 | 
					  const long codanagr = ditta.get_long(NDT_CODANAGR);
 | 
				
			||||||
 | 
					  TToken_string key(tipoa); key.add(codanagr);
 | 
				
			||||||
 | 
					  const TRectype & anagr = cache().get(LF_ANAG, key);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  TTable pem("PEM");
 | 
					  set_bool("VI1.1", mask().get(F_TIPODICH) == "I");
 | 
				
			||||||
  TString16 key;
 | 
					  set_bool("VI1.2", mask().get(F_TIPODICH) == "C");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  key.format("%04d00", year());
 | 
					  set("VI2", anagr.get(ANA_PAIV));
 | 
				
			||||||
	pem.put("CODTAB", key);
 | 
					  set_bool("VI2.1", ditta.get_bool(NDT_ARTIG));
 | 
				
			||||||
	int err = pem.read();
 | 
					  // set_bool("VI2.2", ditta.get_bool(NDT_CONC)); aggiungere
 | 
				
			||||||
  
 | 
					  set("VI2.3", ditta.get(NDT_MAIL));
 | 
				
			||||||
 | 
					  set("VI2.4", ditta.get(NDT_PTEL));
 | 
				
			||||||
 | 
					  set("VI2.5", ditta.get(NDT_TEL));
 | 
				
			||||||
 | 
					  set("VI2.6", ditta.get(NDT_PFAX));
 | 
				
			||||||
 | 
					  set("VI2.7", ditta.get(NDT_FAX));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (err == NOERR)
 | 
					  if (tipoa == "F")
 | 
				
			||||||
	{
 | 
					  {
 | 
				
			||||||
	}
 | 
					    const TRectype & anafis = cache().get(LF_ANAGFIS, codanagr);
 | 
				
			||||||
	else
 | 
					    const TString16 datanasc = anafis.get(ANF_DATANASC);
 | 
				
			||||||
    warning_box(FR("Risultati liquidazione non presenti o da ricalcolare per l'anno %d."), year());
 | 
					    const TRectype & comuni = cache().get(LF_COMUNI, anafis.get(ANF_COMNASC));
 | 
				
			||||||
}
 | 
					    
 | 
				
			||||||
 | 
					    set("VI3.1", anagr.get(ANA_RAGSOC).left(30));
 | 
				
			||||||
 | 
					    set("VI3.2", anagr.get(ANA_RAGSOC).mid(30));
 | 
				
			||||||
 | 
					    set_bool("VI3.3",anafis.get(ANF_SESSO) == "M");
 | 
				
			||||||
 | 
					    set_bool("VI3.4", anafis.get(ANF_SESSO) == "F");
 | 
				
			||||||
 | 
					    set("VI3.5", datanasc.left(2));
 | 
				
			||||||
 | 
					    set("VI3.6", datanasc.mid(3));
 | 
				
			||||||
 | 
					    set("VI3.7", datanasc.right(4));
 | 
				
			||||||
 | 
					    set("VI3.8", comuni.get(COM_DENCOM));
 | 
				
			||||||
 | 
					    set("VI3.9", comuni.get(COM_PROVCOM));
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  else
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    const TRectype & anagiu = cache().get(LF_ANAGGIU, codanagr);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    set("VI3.10", anagr.get(ANA_RAGSOC));
 | 
				
			||||||
 | 
					    set("VI3.11", anagiu.get(ANG_NATGIU));
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TQuadro_VC_app : public TQuadro_IVA_app
 | 
					  if (ditta.get(NDT_DICHP).full())
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    const TRectype & anaint = cache().get(LF_ANAG, ditta.get(NDT_FIRMAT));
 | 
				
			||||||
 | 
					    const TRectype & anafis = cache().get(LF_ANAGFIS, ditta.get(NDT_FIRMAT));
 | 
				
			||||||
 | 
					    const TString16 datanasc = anafis.get(ANF_DATANASC);
 | 
				
			||||||
 | 
					    const TString16 dataint = ditta.get(NDT_DECCARINT);
 | 
				
			||||||
 | 
					    const TRectype & comuni = cache().get(LF_COMUNI, anafis.get(ANF_COMNASC));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    set("VI4.1", anaint.get(ANA_COFI));
 | 
				
			||||||
 | 
					  // set("VI4.2", ditta.get(NDT_CARINT)); aggiungere carica intermediario
 | 
				
			||||||
 | 
					    set("VI4.3", anagr.get(ANA_PAIV));
 | 
				
			||||||
 | 
					    set("VI4.4", anaint.get(ANA_RAGSOC).left(30));
 | 
				
			||||||
 | 
					    set("VI4.5", anaint.get(ANA_RAGSOC).mid(30));
 | 
				
			||||||
 | 
					    set_bool("VI4.6", anaint.get(ANF_SESSO) == "M");
 | 
				
			||||||
 | 
					    set_bool("VI4.7", anaint.get(ANF_SESSO) == "F");
 | 
				
			||||||
 | 
					    set("VI4.8", datanasc.left(2));
 | 
				
			||||||
 | 
					    set("VI4.9", datanasc.mid(3));
 | 
				
			||||||
 | 
					    set("VI4.10", datanasc.right(4));
 | 
				
			||||||
 | 
					    set("VI4.11", comuni.get(COM_DENCOM));
 | 
				
			||||||
 | 
					    set("VI4.12", comuni.get(COM_PROVCOM));
 | 
				
			||||||
 | 
					    set("VI8.1", anaint.get(ANA_COFI));
 | 
				
			||||||
 | 
					    set("VI8.1", anaint.get(ANA_COFI));
 | 
				
			||||||
 | 
					    set("VI8.5", dataint.left(2));
 | 
				
			||||||
 | 
					    set("VI8.6", dataint.mid(3));
 | 
				
			||||||
 | 
					    set("VI8.7", dataint.right(4));
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  set("VA2.1", ditta.get(NDT_CODATTPREV));
 | 
				
			||||||
 | 
					  set("VA10.1", anagr.get(ANA_EVECC));
 | 
				
			||||||
 | 
					 }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class TQuadro_VIAB_app : public TQuadro_IVA_app
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
					  virtual char last_quadro_report() const { return 'c'; }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
	virtual TQuadro_IVA_recordset * app_recordset(const char* use, const int year) { return new TQuadro_VC_recordset(mask(), use, year); }
 | 
						virtual TQuadro_IVA_recordset * app_recordset(const char* use, const int year) { return new TQuadro_VIAB_recordset(mask(), use, year); }
 | 
				
			||||||
	TQuadro_VC_app() : TQuadro_IVA_app("Stampa Quadro VC", "cg7400a") {}
 | 
					  void load_sheet(TSheet_field & sf);
 | 
				
			||||||
	virtual ~TQuadro_VC_app() {}
 | 
					
 | 
				
			||||||
 | 
					  TQuadro_VIAB_app() : TQuadro_IVA_app("Stampa Quadro VC", "cg7400a") {}
 | 
				
			||||||
 | 
						virtual ~TQuadro_VIAB_app() {}
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void TQuadro_VIAB_app::load_sheet(TSheet_field & sf)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
int cg7400(int argc, char* argv[])
 | 
					int cg7400(int argc, char* argv[])
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  TQuadro_VC_app a;
 | 
					  TQuadro_VIAB_app a;
 | 
				
			||||||
  a.run(argc, argv, TR("Quadro VC"));
 | 
					  a.run(argc, argv, TR("Quadro VC"));
 | 
				
			||||||
  return 0;
 | 
					  return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@ -1,6 +1,8 @@
 | 
				
			|||||||
#define F_YEAR					201
 | 
					#define F_YEAR					201
 | 
				
			||||||
#define F_DITTE				  202  
 | 
					#define F_TIPODICH      202
 | 
				
			||||||
#define F_REPORTS   		203
 | 
					#define F_DITTE				  203  
 | 
				
			||||||
 | 
					#define F_REPORTS   		204
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define DLG_ALLFIRMS		251
 | 
					#define DLG_ALLFIRMS		251
 | 
				
			||||||
#define DLG_ALLREPORTS	252
 | 
					#define DLG_ALLREPORTS	252
 | 
				
			||||||
 | 
				
			|||||||
@ -1,12 +1,18 @@
 | 
				
			|||||||
#include "cg7400a.h"
 | 
					#include "cg7400a.h"
 | 
				
			||||||
 
 | 
					
 | 
				
			||||||
TOOLBAR "Toolbar" 0 0 0 2
 | 
					TOOLBAR "Toolbar" 0 0 0 2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <printbar.h>
 | 
					BUTTON DLG_ALLFIRMS 2 2
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
 | 
					  PROMPT 2 1 "Tutte le ditte"
 | 
				
			||||||
 | 
					  PICTURE TOOL_CHECK
 | 
				
			||||||
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENDPAGE
 | 
					BUTTON DLG_ALLREPORTS 2 2
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
PAGE "Quadro VC" 0 0 0 0
 | 
					  PROMPT 2 1 "Tutte le stampe"
 | 
				
			||||||
 | 
					  PICTURE TOOL_SETPRINT
 | 
				
			||||||
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include <printbar.h>
 | 
					#include <printbar.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -19,30 +25,32 @@ BEGIN
 | 
				
			|||||||
  PROMPT 3 2 "Anno   "
 | 
					  PROMPT 3 2 "Anno   "
 | 
				
			||||||
  FLAGS "A-"
 | 
					  FLAGS "A-"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
          
 | 
					       
 | 
				
			||||||
SPREADSHEET F_DITTE 66 8
 | 
					LIST F_TIPODICH 1 22
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 7 4 " "
 | 
					  PROMPT 3 4 "Tipo di dichiarazione"
 | 
				
			||||||
 | 
					  ITEM " |Normale"
 | 
				
			||||||
 | 
					  ITEM "I|Integrativa"
 | 
				
			||||||
 | 
					  ITEM "C|Correttiva nei termini"
 | 
				
			||||||
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SPREADSHEET F_DITTE 66 7
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
 | 
					  PROMPT 7 6 " "
 | 
				
			||||||
  ITEM ""
 | 
					  ITEM ""
 | 
				
			||||||
  ITEM "Codice"
 | 
					  ITEM "Codice"
 | 
				
			||||||
  ITEM "Ragione Sociale@50"
 | 
					  ITEM "Ragione Sociale@50"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SPREADSHEET F_REPORTS 83 10
 | 
					SPREADSHEET F_REPORTS 83 9
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 1 14 ""
 | 
					  PROMPT 1 15 ""
 | 
				
			||||||
  ITEM ""
 | 
					  ITEM ""
 | 
				
			||||||
  ITEM "Codice"
 | 
					  ITEM "Codice"
 | 
				
			||||||
  ITEM "Descrizione@60"
 | 
					  ITEM "Descrizione@60"
 | 
				
			||||||
  ITEM "Nome@6"
 | 
					  ITEM "Nome@6"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STRING F_DESREPORT 70
 | 
					 | 
				
			||||||
BEGIN
 | 
					 | 
				
			||||||
  PROMPT 8 11 ""
 | 
					 | 
				
			||||||
  FLAGS "D"
 | 
					 | 
				
			||||||
END
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
ENDPAGE
 | 
					ENDPAGE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENDMASK
 | 
					ENDMASK
 | 
				
			||||||
@ -54,13 +62,16 @@ BEGIN
 | 
				
			|||||||
	PROMPT 3 2 "Selezionata"
 | 
						PROMPT 3 2 "Selezionata"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
NUMBER S_CODDITTA
 | 
					NUMBER S_CODDITTA 5
 | 
				
			||||||
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 3 4 "Ditta  "
 | 
					  PROMPT 3 4 "Ditta  "
 | 
				
			||||||
 | 
					  FLAGS "D"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STRING S_RAGSOC 50
 | 
					STRING S_RAGSOC 50
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 20 4 ""
 | 
					  PROMPT 20 4 ""
 | 
				
			||||||
 | 
					  FLAGS "D"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENDPAGE
 | 
					ENDPAGE
 | 
				
			||||||
@ -78,6 +89,9 @@ BEGIN
 | 
				
			|||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENDPAGE
 | 
					ENDPAGE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ENDMASK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
PAGE "Reports" -1 -1 78 6
 | 
					PAGE "Reports" -1 -1 78 6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
BOOLEAN S_CHKREPORT
 | 
					BOOLEAN S_CHKREPORT
 | 
				
			||||||
@ -88,12 +102,13 @@ END
 | 
				
			|||||||
STRING S_CODEREPORT 2
 | 
					STRING S_CODEREPORT 2
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 3 4 "Codice "
 | 
					  PROMPT 3 4 "Codice "
 | 
				
			||||||
 | 
					  FLAGS "D"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STRING S_NAMEREPORT 7
 | 
					STRING S_NAMEREPORT 7
 | 
				
			||||||
BEGIN
 | 
					BEGIN
 | 
				
			||||||
  PROMPT 3 6 "Report "
 | 
					  PROMPT 3 6 "Report "
 | 
				
			||||||
 | 
					  FLAGS "D"
 | 
				
			||||||
END
 | 
					END
 | 
				
			||||||
 | 
					
 | 
				
			||||||
STRING S_DESCREPORT 60
 | 
					STRING S_DESCREPORT 60
 | 
				
			||||||
 | 
				
			|||||||
										
											Binary file not shown.
										
									
								
							| 
		 Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 261 KiB  | 
@ -205,22 +205,22 @@ const TVariant& TQuadro_IVA_recordset::get(const char* column_name) const
 | 
				
			|||||||
		TObject * obj = _values.objptr(name);
 | 
							TObject * obj = _values.objptr(name);
 | 
				
			||||||
		TVariant & var = get_tmp_var(); var == NULL_VARIANT;
 | 
							TVariant & var = get_tmp_var(); var == NULL_VARIANT;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (obj != NULL)
 | 
					    if (obj != nullptr)
 | 
				
			||||||
		{
 | 
					    {
 | 
				
			||||||
			TObject * typeobj = _types.objptr(name);
 | 
					      TObject * typeobj = _types.objptr(name);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if (typeobj != NULL && ((TString &) *typeobj) == "real")
 | 
					      if (typeobj != nullptr && ((TString &)*typeobj) == "real")
 | 
				
			||||||
			{
 | 
					      {
 | 
				
			||||||
				real * value = (real *) obj;
 | 
					        real * value = (real *)obj;
 | 
				
			||||||
		
 | 
					
 | 
				
			||||||
				value->round(0);
 | 
					        value->round(0);
 | 
				
			||||||
				var = *value;
 | 
					        var = *value;
 | 
				
			||||||
			}
 | 
					      }
 | 
				
			||||||
			else
 | 
					      else
 | 
				
			||||||
				var = (TString &) *obj;
 | 
					        var = (TString &)*obj;
 | 
				
			||||||
		}
 | 
					    }
 | 
				
			||||||
		else
 | 
					    else
 | 
				
			||||||
			var = ZERO;
 | 
					      var = EMPTY_STRING;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		return var;
 | 
							return var;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@ -231,7 +231,7 @@ void TQuadro_IVA_recordset::add_value(const char *s, real value)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	real * val = (real *)_values.objptr(s);
 | 
						real * val = (real *)_values.objptr(s);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (val == NULL)
 | 
						if (val == nullptr)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		const TString8 key(s);
 | 
							const TString8 key(s);
 | 
				
			||||||
		_values.add(key, val = new real);
 | 
							_values.add(key, val = new real);
 | 
				
			||||||
@ -244,7 +244,7 @@ void TQuadro_IVA_recordset::set_bool(const char *s, bool on)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	TString * val = (TString *)_values.objptr(s);
 | 
						TString * val = (TString *)_values.objptr(s);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (val == NULL)
 | 
						if (val == nullptr)
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		const TString8 key(s);
 | 
							const TString8 key(s);
 | 
				
			||||||
		_values.add(key, val = new TString4);
 | 
							_values.add(key, val = new TString4);
 | 
				
			||||||
@ -252,6 +252,17 @@ void TQuadro_IVA_recordset::set_bool(const char *s, bool on)
 | 
				
			|||||||
	*val = on ? "X" : "";
 | 
						*val = on ? "X" : "";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					void TQuadro_IVA_recordset::set(const char *s, const char * value)
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					  TString * val = (TString *)_values.objptr(s);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  if (val == nullptr)
 | 
				
			||||||
 | 
					  {
 | 
				
			||||||
 | 
					    const TString8 key(s);
 | 
				
			||||||
 | 
					    _values.add(key, val = new TString);
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
 | 
					  *val = value;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
TQuadro_IVA_report::TQuadro_IVA_report(const char * report_name)
 | 
					TQuadro_IVA_report::TQuadro_IVA_report(const char * report_name)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	load(report_name);
 | 
						load(report_name);
 | 
				
			||||||
 | 
				
			|||||||
@ -42,8 +42,10 @@ class TQuadro_IVA_recordset : public TISAM_recordset
 | 
				
			|||||||
	int _year;
 | 
						int _year;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
 | 
					  const TMask & mask() { return *_mask; }
 | 
				
			||||||
	void add_value(const char *s, real value);
 | 
						void add_value(const char *s, real value);
 | 
				
			||||||
	void set_bool(const char *s, bool on = false);
 | 
						void set_bool(const char *s, bool on = false);
 | 
				
			||||||
 | 
					  void set(const char *s,const char * value);
 | 
				
			||||||
	virtual void load() pure;
 | 
						virtual void load() pure;
 | 
				
			||||||
	virtual const TVariant& get(const char* column_name) const;
 | 
						virtual const TVariant& get(const char* column_name) const;
 | 
				
			||||||
	void clear() { _values.destroy(); _types.destroy(); }
 | 
						void clear() { _values.destroy(); _types.destroy(); }
 | 
				
			||||||
 | 
				
			|||||||
@ -22,8 +22,6 @@
 | 
				
			|||||||
#define	REP_TERREM			10
 | 
					#define	REP_TERREM			10
 | 
				
			||||||
#define	REP_PAART17			11
 | 
					#define	REP_PAART17			11
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum tipo_sospensione { nessuna, sospenzione_normale, vol_affari, liquidazione };
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
class TQuadro_VE_recordset : public TQuadro_IVA_recordset
 | 
					class TQuadro_VE_recordset : public TQuadro_IVA_recordset
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
protected:
 | 
					protected:
 | 
				
			||||||
@ -45,26 +43,28 @@ void TQuadro_VE_recordset::load()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
	imponibile_agricolo.add("2.00", TString8("VE01.1"));
 | 
						imponibile_agricolo.add("2.00", TString8("VE01.1"));
 | 
				
			||||||
	imposta_agricola.add("2.00", TString8("VE01.2"));
 | 
						imposta_agricola.add("2.00", TString8("VE01.2"));
 | 
				
			||||||
	imponibile_agricolo.add("4,00", TString8("VE02.2"));
 | 
						imponibile_agricolo.add("4.00", TString8("VE02.2"));
 | 
				
			||||||
	imposta_agricola.add("4,00", TString8("VE02.2"));
 | 
						imposta_agricola.add("4.00", TString8("VE02.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.30", TString8("V03.1"));
 | 
					  imponibile_agricolo.add("6.00", TString8("V03.1"));
 | 
				
			||||||
	imposta_agricola.add("7.30", TString8("VE03.2"));
 | 
					  imposta_agricola.add("6.00", TString8("VE03.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.50", TString8("VE04.1"));
 | 
					  imponibile_agricolo.add("7.30", TString8("V04.1"));
 | 
				
			||||||
	imposta_agricola.add("7.50", TString8("VE04.2"));
 | 
					  imposta_agricola.add("7.30", TString8("VE04.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.65", TString8("VE05.1"));
 | 
						imponibile_agricolo.add("7.50", TString8("VE05.1"));
 | 
				
			||||||
	imposta_agricola.add("7.65", TString8("VE05.2"));
 | 
						imposta_agricola.add("7.50", TString8("VE05.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.95", TString8("VE06.1"));
 | 
						imponibile_agricolo.add("7.65", TString8("VE06.1"));
 | 
				
			||||||
	imposta_agricola.add("7.65", TString8("VE06.2"));
 | 
						imposta_agricola.add("7.65", TString8("VE06.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8.30", TString8("VE07.1"));
 | 
						imponibile_agricolo.add("7.95", TString8("VE07.1"));
 | 
				
			||||||
	imposta_agricola.add("8.30", TString8("VE07.2"));
 | 
						imposta_agricola.add("7.65", TString8("VE07.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8,50", TString8("VE08.1"));
 | 
						imponibile_agricolo.add("8.30", TString8("VE08.1"));
 | 
				
			||||||
	imposta_agricola.add("8,50", TString8("VE08.2"));
 | 
						imposta_agricola.add("8.30", TString8("VE08.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8.80", TString8("VE09.1"));
 | 
						imponibile_agricolo.add("8,50", TString8("VE09.1"));
 | 
				
			||||||
	imposta_agricola.add("8.80", TString8("VE09.2"));
 | 
						imposta_agricola.add("8,50", TString8("VE09.2"));
 | 
				
			||||||
	imponibile_agricolo.add("10.00", TString8("VE10.1"));
 | 
						imponibile_agricolo.add("8.80", TString8("VE10.1"));
 | 
				
			||||||
	imposta_agricola.add("10.00", TString8("VE10.2"));
 | 
						imposta_agricola.add("8.80", TString8("VE10.2"));
 | 
				
			||||||
	imponibile_agricolo.add("12.30", TString8("VE11.1"));
 | 
						imponibile_agricolo.add("10.00", TString8("VE11.1"));
 | 
				
			||||||
	imposta_agricola.add("12.30", TString8("VE11.2"));
 | 
						imposta_agricola.add("10.00", TString8("VE11.2"));
 | 
				
			||||||
 | 
					  imponibile_agricolo.add("12.30", TString8("VE12.1"));
 | 
				
			||||||
 | 
					  imposta_agricola.add("12.30", TString8("VE12.2"));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	imponibile.add("4.00", TString8("VE20.1"));
 | 
						imponibile.add("4.00", TString8("VE20.1"));
 | 
				
			||||||
	imposta.add("4.00", TString8("VE20.2"));
 | 
						imposta.add("4.00", TString8("VE20.2"));
 | 
				
			||||||
 | 
				
			|||||||
@ -1,209 +1,215 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8" ?>
 | 
					<?xml version="1.0" encoding="UTF-8" ?>
 | 
				
			||||||
<report name="cg7600a" lpi="6">
 | 
					<report libraries="" page_merge="" save_printer="" name="cg7600a" use_printer_font="" orientation="" page_split="" lpi="6" command="" class="">
 | 
				
			||||||
 <description>Stampa quadro VE</description>
 | 
					 <description>Stampa quadro VE</description>
 | 
				
			||||||
 <font face="Courier New" size="12" />
 | 
					 <font face="Courier New" size="12" />
 | 
				
			||||||
 <section type="Head" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Head" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Body" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <field type="Immagine" width="83" height="72" pattern="1">
 | 
					  <field deactivated="" type="Immagine" hidden="" link="" dynamic_height="" shade_offset="" width="83" codval="" height="72" id="" pattern="1" hide_zero="" text="">
 | 
				
			||||||
   <source>"cg7600a.png"</source>
 | 
					   <source>"cg7600a.png"</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Body" level="1" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <font face="Courier New" size="10" />
 | 
					  <font face="Courier New" size="10" />
 | 
				
			||||||
  <field x="4" y="1" type="Testo" width="5" pattern="1" text="Anno" />
 | 
					  <field x="4" y="1" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="" pattern="1" hide_zero="" text="Anno" />
 | 
				
			||||||
  <field x="22" y="1" type="Stringa" width="50" pattern="1" text=" ">
 | 
					  <field x="22" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.RAGSOC</source>
 | 
					   <source>#SYSTEM.RAGSOC</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="35.75" y="5" type="Stringa" width="48" pattern="1" text=" ">
 | 
					  <field x="35.75" y="5" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="48" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.CFPI_SPACED</source>
 | 
					   <source>#SYSTEM.CFPI_SPACED</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="63.75" y="9" type="Testo" width="4" pattern="1" text="0 1" />
 | 
					  <field x="63.75" y="9" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="4" codval="" id="" pattern="1" hide_zero="" text="0 1" />
 | 
				
			||||||
  <field x="14" y="1" type="Stringa" align="right" width="6" id="100" pattern="1" text=" ">
 | 
					  <field x="14" y="1" deactivated="" type="Stringa" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="6" codval="" id="100" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" bold="1" size="10" />
 | 
					   <font face="Courier New" bold="1" size="10" />
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="12.25" type="Numero" align="right" width="11" id="101" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="12.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE01.1</source>
 | 
					   <source>VE01.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="12.25" type="Numero" align="right" width="11" id="102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="12.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE01.2</source>
 | 
					   <source>VE01.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="13.4" type="Numero" align="right" width="11" id="201" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="13.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE02.1</source>
 | 
					   <source>VE02.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="13.4" type="Numero" align="right" width="11" id="202" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="13.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE2.2</source>
 | 
					   <source>VE2.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="14.4" type="Numero" align="right" width="11" id="301" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="14.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE03.1</source>
 | 
					   <source>VE03.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="14.4" type="Numero" align="right" width="11" id="302" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="14.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE03.2</source>
 | 
					   <source>VE03.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="15.4" type="Numero" align="right" width="11" id="401" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="15.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE04.1</source>
 | 
					   <source>VE04.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="15.4" type="Numero" align="right" width="11" id="402" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="15.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE04.2</source>
 | 
					   <source>VE04.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="16.5" type="Numero" align="right" width="11" id="501" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="16.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="501" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE05.1</source>
 | 
					   <source>VE05.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="16.5" type="Numero" align="right" width="11" id="502" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="16.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE05.2</source>
 | 
					   <source>VE05.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="17.5" type="Numero" align="right" width="11" id="601" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE06.1</source>
 | 
					   <source>VE06.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="17.5" type="Numero" align="right" width="11" id="602" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE06.2</source>
 | 
					   <source>VE06.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="18.5" type="Numero" align="right" width="11" id="701" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="18.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE07.1</source>
 | 
					   <source>VE07.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="18.5" type="Numero" align="right" width="11" id="702" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="18.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE07.2</source>
 | 
					   <source>VE07.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="19.5" type="Numero" align="right" width="11" id="801" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="19.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE08.1</source>
 | 
					   <source>VE08.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="19.5" type="Numero" align="right" width="11" id="802" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="19.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="802" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE08.2</source>
 | 
					   <source>VE08.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="20.5" type="Numero" align="right" width="11" id="901" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE09.1</source>
 | 
					   <source>VE09.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="20.5" type="Numero" align="right" width="11" id="902" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="902" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE09.2</source>
 | 
					   <source>VE09.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="21.5" type="Numero" align="right" width="11" id="1001" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="21.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE10.1</source>
 | 
					   <source>VE10.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="21.5" type="Numero" align="right" width="11" id="1002" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="21.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE10.2</source>
 | 
					   <source>VE10.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="22.5" type="Numero" align="right" width="11" id="1101" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="22.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE11.1</source>
 | 
					   <source>VE11.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="22.5" type="Numero" align="right" width="11" id="1102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="22.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE11.2</source>
 | 
					   <source>VE11.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="24.5" type="Numero" align="right" width="11" id="2001" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="23.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VE12.1</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="65.5" y="23.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VE12.2</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="51.5" y="25.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE20.1</source>
 | 
					   <source>VE20.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="24.5" type="Numero" align="right" width="11" id="2002" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="25.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE20.2</source>
 | 
					   <source>VE20.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="25.65" type="Numero" align="right" width="11" id="2101" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="26.65" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE21.1</source>
 | 
					   <source>VE21.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="25.65" type="Numero" align="right" width="11" id="2102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="26.65" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE21.2</source>
 | 
					   <source>VE21.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="26.6" type="Numero" align="right" width="11" id="2201" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="27.6" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE22.1</source>
 | 
					   <source>VE22.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="26.6" type="Numero" align="right" width="11" id="2202" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="27.6" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE22.2</source>
 | 
					   <source>VE22.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="27.5" type="Numero" align="right" width="11" id="2301" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="28.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE23.1</source>
 | 
					   <source>VE23.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="27.5" type="Numero" align="right" width="11" id="2302" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="28.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE23.2</source>
 | 
					   <source>VE23.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="28.75" type="Numero" align="right" width="11" id="2401" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="29.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#101+#201+#301+#401+#501+#601+#701+#801+#901+#1001+#1101+#2001+#2101+#2201+#2301</source>
 | 
					   <source>#101+#201+#301+#401+#501+#601+#701+#801+#901+#1001+#1101+#2001+#2101+#2201+#2301</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="28.75" type="Numero" align="right" width="11" id="2402" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="29.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#102+#202+#302+#402+#502+#602+#702+#802+#902+#1002+#1102+#2002+#2102+#2202+#2302</source>
 | 
					   <source>#102+#202+#302+#402+#502+#602+#702+#802+#902+#1002+#1102+#2002+#2102+#2202+#2302</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="29.75" type="Numero" align="right" width="11" id="2502" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="30.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE25.2</source>
 | 
					   <source>VE25.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="30.7" type="Numero" align="right" width="11" id="2602" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="31.7" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#2402+#2502</source>
 | 
					   <source>#2402+#2502</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="34" type="Numero" align="right" width="11" id="3002" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="34" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE30.2</source>
 | 
					   <source>VE30.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="34" type="Numero" align="right" width="11" id="3003" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3003" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE30.3</source>
 | 
					   <source>VE30.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="36" type="Numero" align="right" width="11" id="3004" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="36" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3004" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE30.4</source>
 | 
					   <source>VE30.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="36" type="Numero" align="right" width="11" id="3005" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="37" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3005" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE30.5</source>
 | 
					   <source>VE30.5</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="31.75" type="Numero" align="right" width="11" id="3010" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="32.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3010" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#3002+#3003+#3004+#3005</source>
 | 
					   <source>#3002+#3003+#3004+#3005</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="37" type="Numero" align="right" width="11" id="3101" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="38" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE31.1</source>
 | 
					   <source>VE31.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="38" type="Numero" align="right" width="11" id="3201" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="39" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE32.1</source>
 | 
					   <source>VE32.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="39" type="Numero" align="right" width="11" id="3301" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="40" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE33.1</source>
 | 
					   <source>VE33.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="40" type="Numero" align="right" width="11" id="3401" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="41" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE34.1</source>
 | 
					   <source>VE34.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="43" type="Numero" align="right" width="11" id="3502" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.2</source>
 | 
					   <source>VE35.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="43" type="Numero" align="right" width="11" id="3503" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3503" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.3</source>
 | 
					   <source>VE35.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="45.1" type="Numero" align="right" width="11" id="3504" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="46.1" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3504" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.4</source>
 | 
					   <source>VE35.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="45.1" type="Numero" align="right" width="11" id="3505" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="46.1" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3505" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.5</source>
 | 
					   <source>VE35.5</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="47.15" type="Numero" align="right" width="11" id="3506" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="48.15" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3506" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V35.6</source>
 | 
					   <source>V35.6</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="47.15" type="Numero" align="right" width="11" id="3507" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="48.15" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3507" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.7</source>
 | 
					   <source>VE35.7</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="19" y="49.15" type="Numero" align="right" width="11" id="3508" pattern="1" text="###.###.###">
 | 
					  <field x="19" y="50.15" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3508" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V35.8</source>
 | 
					   <source>V35.8</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="49.15" type="Numero" align="right" width="11" id="3509" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="50.15" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3509" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE35.9</source>
 | 
					   <source>VE35.9</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="41" type="Numero" align="right" width="11" id="3510" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="42" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3510" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#3502+#3503+#3504+#3505+#3506+#3507+#3508+#3509</source>
 | 
					   <source>#3502+#3503+#3504+#3505+#3506+#3507+#3508+#3509</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="50.25" type="Numero" align="right" width="11" id="3601" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="51.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE36.1</source>
 | 
					   <source>VE36.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="51.25" type="Numero" align="right" width="11" id="3701" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="52.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE37.1</source>
 | 
					   <source>VE37.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="37" y="53.25" type="Numero" align="right" width="11" id="3702" pattern="1" text="###.###.###">
 | 
					  <field x="37" y="54.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE37.1</source>
 | 
					   <source>VE37.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="54.25" type="Numero" align="right" width="11" id="3801" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="55.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE38.1</source>
 | 
					   <source>VE38.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="55.35" type="Numero" align="right" width="11" id="3901" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="56.35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE39.1</source>
 | 
					   <source>VE39.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="56.35" type="Numero" align="right" width="11" id="4001" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="57.35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VE40.1</source>
 | 
					   <source>VE40.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="57.5" type="Numero" align="right" width="11" id="5001" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="58.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#2401+#3010+#3101+#3201+#3301+#3401+#3510+#3601+#3701+#3801-#3901-#4001</source>
 | 
					   <source>#2401+#3010+#3101+#3201+#3301+#3401+#3510+#3601+#3701+#3801-#3901-#4001</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Foot" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Foot" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
					 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
				
			||||||
 <parameters>
 | 
					 <parameters>
 | 
				
			||||||
  <item name="ANNO"> </item>
 | 
					  <item name="ANNO"> </item>
 | 
				
			||||||
 | 
				
			|||||||
@ -45,26 +45,28 @@ void TQuadro_VF_recordset::load()
 | 
				
			|||||||
	imposta.add("4.00", TString8("VF02.2"));
 | 
						imposta.add("4.00", TString8("VF02.2"));
 | 
				
			||||||
	imponibile.add("5.00", TString8("VF03.1"));
 | 
						imponibile.add("5.00", TString8("VF03.1"));
 | 
				
			||||||
	imposta.add("5.00", TString8("VF03.2"));
 | 
						imposta.add("5.00", TString8("VF03.2"));
 | 
				
			||||||
	imponibile.add("7.30", TString8("VF04.1"));
 | 
					  imponibile.add("6.00", TString8("VF04.1"));
 | 
				
			||||||
	imposta.add("7.30", TString8("VF04.2"));
 | 
					  imposta.add("6.00", TString8("VF04.2"));
 | 
				
			||||||
	imponibile.add("7.50", TString8("VF05.1"));
 | 
					  imponibile.add("7.30", TString8("VF05.1"));
 | 
				
			||||||
	imposta.add("7.50", TString8("VF05.2"));
 | 
						imposta.add("7.30", TString8("VF05.2"));
 | 
				
			||||||
	imponibile.add("7.65", TString8("VF06.1"));
 | 
						imponibile.add("7.50", TString8("VF06.1"));
 | 
				
			||||||
	imposta.add("7.65", TString8("VF06.2"));
 | 
						imposta.add("7.50", TString8("VF06.2"));
 | 
				
			||||||
	imponibile.add("7.95", TString8("VF07.1"));
 | 
						imponibile.add("7.65", TString8("VF07.1"));
 | 
				
			||||||
	imposta.add("7.95", TString8("VF07.2"));
 | 
						imposta.add("7.65", TString8("VF07.2"));
 | 
				
			||||||
	imponibile.add("8.30", TString8("VF08.1"));
 | 
						imponibile.add("7.95", TString8("VF08.1"));
 | 
				
			||||||
	imposta.add("8.30", TString8("VF08.2"));
 | 
						imposta.add("7.95", TString8("VF08.2"));
 | 
				
			||||||
	imponibile.add("8,50", TString8("VF09.1"));
 | 
						imponibile.add("8.30", TString8("VF09.1"));
 | 
				
			||||||
	imposta.add("8,50", TString8("VF09.2"));
 | 
						imposta.add("8.30", TString8("VF09.2"));
 | 
				
			||||||
	imponibile.add("8.80", TString8("VF09.1"));
 | 
						imponibile.add("8,50", TString8("VF10.1"));
 | 
				
			||||||
	imposta.add("8.80", TString8("VF09.2"));
 | 
						imposta.add("8,50", TString8("VF10.2"));
 | 
				
			||||||
	imponibile.add("10.00",TString8("VF10.1"));
 | 
						imponibile.add("8.80", TString8("VF11.1"));
 | 
				
			||||||
	imposta.add("10.00",TString8("VF10.2"));
 | 
						imposta.add("8.80", TString8("VF11.2"));
 | 
				
			||||||
	imponibile.add("12.30", TString8("VF12.1"));
 | 
						imponibile.add("10.00",TString8("VF12.1"));
 | 
				
			||||||
	imposta.add("12.30", TString8("VF12.2"));
 | 
						imposta.add("10.00",TString8("VF12.2"));
 | 
				
			||||||
	imponibile.add("22.00", TString8("VF13.1"));
 | 
						imponibile.add("12.30", TString8("VF13.1"));
 | 
				
			||||||
	imposta.add("22.00", TString8("VF13.2"));
 | 
						imposta.add("12.30", TString8("VF13.2"));
 | 
				
			||||||
 | 
						imponibile.add("22.00", TString8("VF14.1"));
 | 
				
			||||||
 | 
						imposta.add("22.00", TString8("VF14.2"));
 | 
				
			||||||
	// VF30.1-8 METODO UTILIZZATO PER LA DETERMINAZIONE DELL’IVA AMMESSA IN DETRAZIONE
 | 
						// VF30.1-8 METODO UTILIZZATO PER LA DETERMINAZIONE DELL’IVA AMMESSA IN DETRAZIONE
 | 
				
			||||||
	TString query; query << "USE ATTIV\nFROM CODDITTA=#F\nTO CODDITTA=#F";
 | 
						TString query; query << "USE ATTIV\nFROM CODDITTA=#F\nTO CODDITTA=#F";
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
@ -113,29 +115,33 @@ void TQuadro_VF_recordset::load()
 | 
				
			|||||||
	set_bool("VF30.6", minori);
 | 
						set_bool("VF30.6", minori);
 | 
				
			||||||
	set_bool("VF30.7", agricolo_misto);
 | 
						set_bool("VF30.7", agricolo_misto);
 | 
				
			||||||
	set_bool("VF30.8", agricolo);
 | 
						set_bool("VF30.8", agricolo);
 | 
				
			||||||
	
 | 
					  set_bool("VF30.9");
 | 
				
			||||||
 | 
					  set_bool("VF30.10");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	imponibile_agricolo.add("2.00", TString8("V39.1"));
 | 
						imponibile_agricolo.add("2.00", TString8("V39.1"));
 | 
				
			||||||
	imposta_agricola.add("2.00", TString8("VF39.2"));
 | 
						imposta_agricola.add("2.00", TString8("VF39.2"));
 | 
				
			||||||
	imponibile_agricolo.add("4.00", TString8("VF40.2"));
 | 
						imponibile_agricolo.add("4.00", TString8("VF40.2"));
 | 
				
			||||||
	imposta_agricola.add("4.00", TString8("VF40.2"));
 | 
						imposta_agricola.add("4.00", TString8("VF40.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.30", TString8("VF41.1"));
 | 
					  imponibile_agricolo.add("6.00", TString8("VF41.1"));
 | 
				
			||||||
	imposta_agricola.add("7.30", TString8("VF41.2"));
 | 
					  imposta_agricola.add("6.00", TString8("VF41.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.50", TString8("VF42.1"));
 | 
					  imponibile_agricolo.add("7.30", TString8("VF42.1"));
 | 
				
			||||||
	imposta_agricola.add("7.50", TString8("VF42.2"));
 | 
						imposta_agricola.add("7.30", TString8("VF42.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.65", TString8("VF43.1"));
 | 
						imponibile_agricolo.add("7.50", TString8("VF43.1"));
 | 
				
			||||||
	imposta_agricola.add("7.65", TString8("VF43.2"));
 | 
						imposta_agricola.add("7.50", TString8("VF43.2"));
 | 
				
			||||||
	imponibile_agricolo.add("7.95", TString8("VF44.1"));
 | 
						imponibile_agricolo.add("7.65", TString8("VF44.1"));
 | 
				
			||||||
	imposta_agricola.add("7.95", TString8("VF44.2"));
 | 
						imposta_agricola.add("7.65", TString8("VF44.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8.30", TString8("VF45.1"));
 | 
						imponibile_agricolo.add("7.95", TString8("VF45.1"));
 | 
				
			||||||
	imposta_agricola.add("8.30", TString8("VF45.2"));
 | 
						imposta_agricola.add("7.95", TString8("VF45.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8,50", TString8("VF46.1"));
 | 
						imponibile_agricolo.add("8.30", TString8("VF46.1"));
 | 
				
			||||||
	imposta_agricola.add("8,50", TString8("VF46.2"));
 | 
						imposta_agricola.add("8.30", TString8("VF46.2"));
 | 
				
			||||||
	imponibile_agricolo.add("8.80", TString8("VF47.1"));
 | 
						imponibile_agricolo.add("8,50", TString8("VF47.1"));
 | 
				
			||||||
	imposta_agricola.add("8.80", TString8("VF47.2"));
 | 
						imposta_agricola.add("8,50", TString8("VF47.2"));
 | 
				
			||||||
	imponibile_agricolo.add("10.00",TString8("VF48.1"));
 | 
						imponibile_agricolo.add("8.80", TString8("VF48.1"));
 | 
				
			||||||
	imposta_agricola.add("10.00",TString8("VF48.2"));
 | 
						imposta_agricola.add("8.80", TString8("VF48.2"));
 | 
				
			||||||
	imponibile_agricolo.add("12.30", TString8("VF49.1"));
 | 
						imponibile_agricolo.add("10.00",TString8("VF49.1"));
 | 
				
			||||||
	imposta_agricola.add("12.30", TString8("VF49.2"));
 | 
						imposta_agricola.add("10.00",TString8("VF49.2"));
 | 
				
			||||||
 | 
						imponibile_agricolo.add("12.30", TString8("VF50.1"));
 | 
				
			||||||
 | 
						imposta_agricola.add("12.30", TString8("VF50.2"));
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
	query = "USE PIM\nFROM CODTAB=";
 | 
						query = "USE PIM\nFROM CODTAB=";
 | 
				
			||||||
	query << year() << "\nTO CODTAB=" << year();
 | 
						query << year() << "\nTO CODTAB=" << year();
 | 
				
			||||||
@ -277,9 +283,14 @@ void TQuadro_VF_recordset::load()
 | 
				
			|||||||
					if (int_tipo_iva11_acq == 13)
 | 
										if (int_tipo_iva11_acq == 13)
 | 
				
			||||||
						add_value("VF15.1", imp);
 | 
											add_value("VF15.1", imp);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if (esente)
 | 
					      if (esente)
 | 
				
			||||||
				if (int_tipo_iva11_acq == 14)
 | 
					      {
 | 
				
			||||||
					add_value("VF16.1", imp);
 | 
					        if (tipo_iva11_acq == "14A")
 | 
				
			||||||
 | 
					          add_value("VF16.2", imp);
 | 
				
			||||||
 | 
					        else
 | 
				
			||||||
 | 
					          if (int_tipo_iva11_acq == 14)
 | 
				
			||||||
 | 
					            add_value("VF16.1", imp);
 | 
				
			||||||
 | 
					      }
 | 
				
			||||||
			if (non_soggetto)
 | 
								if (non_soggetto)
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
				if (tipo_iva11_acq == "15A" || int_tipo_iva11_acq == 15)
 | 
									if (tipo_iva11_acq == "15A" || int_tipo_iva11_acq == 15)
 | 
				
			||||||
@ -411,7 +422,7 @@ void TQuadro_VF_recordset::load()
 | 
				
			|||||||
		if (var_cred < ZERO) // ???
 | 
							if (var_cred < ZERO) // ???
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
			add_value("VF24.2", -var_cred);
 | 
								add_value("VF24.2", -var_cred);
 | 
				
			||||||
			add_value("VF50.2", -var_cred);
 | 
								add_value("VF51.2", -var_cred);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		add_value("VF70.2", var_cred);
 | 
							add_value("VF70.2", var_cred);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
@ -445,7 +456,7 @@ void TQuadro_VF_recordset::load()
 | 
				
			|||||||
	// VF34.1-9 Dati per il calcolo della percentuale di detrazione
 | 
						// VF34.1-9 Dati per il calcolo della percentuale di detrazione
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	// VF36.1 IVA detraibile per gli acquisti relativi all’oro effettuati dai soggetti diversi dai produttori e trasformatori ai sensi dell’art. 19, comma 5 bis
 | 
						// VF36.1 IVA detraibile per gli acquisti relativi all’oro effettuati dai soggetti diversi dai produttori e trasformatori ai sensi dell’art. 19, comma 5 bis
 | 
				
			||||||
	// VF53.2 Importo detraibile per le cessioni, anche intracomunitarie, dei prodotti agricoli di cui all’art.34, primo comma, effettuate ai sensi degli articoli 8, primo comma, 38 quater e 72 ???
 | 
						// VF54.2 Importo detraibile per le cessioni, anche intracomunitarie, dei prodotti agricoli di cui all’art.34, primo comma, effettuate ai sensi degli articoli 8, primo comma, 38 quater e 72 ???
 | 
				
			||||||
	// VF60.1 Se le operazioni esenti effettuate sono occasionali ovvero riguardano esclusivamente operazioni di cui ai nn. da 1 a 9 dell’art.10, non rientranti nell’attività propria dell’impresa o accessorie ad operazioni imponibili barrare la casella
 | 
						// VF60.1 Se le operazioni esenti effettuate sono occasionali ovvero riguardano esclusivamente operazioni di cui ai nn. da 1 a 9 dell’art.10, non rientranti nell’attività propria dell’impresa o accessorie ad operazioni imponibili barrare la casella
 | 
				
			||||||
	set_bool("VF60.1", prorata && !prorataprev);
 | 
						set_bool("VF60.1", prorata && !prorataprev);
 | 
				
			||||||
	// VF60.2 Se le operazioni imponibili effettuate sono occasionali barrare la casella
 | 
						// VF60.2 Se le operazioni imponibili effettuate sono occasionali barrare la casella
 | 
				
			||||||
 | 
				
			|||||||
@ -1,185 +1,191 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8" ?>
 | 
					<?xml version="1.0" encoding="UTF-8" ?>
 | 
				
			||||||
<report name="cg7700a" lpi="6">
 | 
					<report libraries="" page_merge="" save_printer="" name="cg7700a" use_printer_font="" orientation="" page_split="" lpi="6" command="" class="">
 | 
				
			||||||
 <description>Stampa quadro VF</description>
 | 
					 <description>Stampa quadro VF</description>
 | 
				
			||||||
 <font face="Courier New" size="12" />
 | 
					 <font face="Courier New" size="12" />
 | 
				
			||||||
 <section type="Head" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Head" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Body" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <field type="Immagine" width="83" height="72" pattern="1">
 | 
					  <field deactivated="" type="Immagine" hidden="" link="" dynamic_height="" shade_offset="" width="83" codval="" height="72" id="" pattern="1" hide_zero="" text="">
 | 
				
			||||||
   <source>"cg7700a.png"</source>
 | 
					   <source>"cg7700a.png"</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Body" level="1" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <font face="Courier New" size="10" />
 | 
					  <font face="Courier New" size="10" />
 | 
				
			||||||
  <field x="4" y="1" type="Testo" width="5" pattern="1" text="Anno" />
 | 
					  <field x="4" y="1" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="" pattern="1" hide_zero="" text="Anno" />
 | 
				
			||||||
  <field x="23" y="1" type="Stringa" width="50" pattern="1" text=" ">
 | 
					  <field x="23" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.RAGSOC</source>
 | 
					   <source>#SYSTEM.RAGSOC</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="35.75" y="5" type="Stringa" width="48" pattern="1" text=" ">
 | 
					  <field x="35.75" y="5" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="48" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.CFPI_SPACED</source>
 | 
					   <source>#SYSTEM.CFPI_SPACED</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="63.75" y="9" type="Testo" width="4" pattern="1" text="0 1" />
 | 
					  <field x="63.75" y="9" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="4" codval="" id="" pattern="1" hide_zero="" text="0 1" />
 | 
				
			||||||
  <field x="14" y="1" type="Stringa" align="right" width="6" id="100" pattern="1" text=" ">
 | 
					  <field x="14" y="1" deactivated="" type="Stringa" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="6" codval="" id="100" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" bold="1" size="10" />
 | 
					   <font face="Courier New" bold="1" size="10" />
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="12.25" type="Numero" align="right" width="11" id="101" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="12.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF01.1</source>
 | 
					   <source>VF01.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="12.25" type="Numero" align="right" width="11" id="102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="12.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF01.2</source>
 | 
					   <source>VF01.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="13.4" type="Numero" align="right" width="11" id="201" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="13.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF02.1</source>
 | 
					   <source>VF02.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="13.4" type="Numero" align="right" width="11" id="202" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="13.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF02.2</source>
 | 
					   <source>VF02.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="14.4" type="Numero" align="right" width="11" id="301" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="14.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF03.1</source>
 | 
					   <source>VF03.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="14.4" type="Numero" align="right" width="11" id="302" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="14.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF03.2</source>
 | 
					   <source>VF03.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="15.4" type="Numero" align="right" width="11" id="401" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="15.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF04.1</source>
 | 
					   <source>VF04.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="15.4" type="Numero" align="right" width="11" id="402" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="15.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF04.2</source>
 | 
					   <source>VF04.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="16.5" type="Numero" align="right" width="11" id="501" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="16.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="501" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF05.1</source>
 | 
					   <source>VF05.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="16.5" type="Numero" align="right" width="11" id="502" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="16.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF05.2</source>
 | 
					   <source>VF05.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="17.5" type="Numero" align="right" width="11" id="601" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF06.1</source>
 | 
					   <source>VF06.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="17.5" type="Numero" align="right" width="11" id="602" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF06.2</source>
 | 
					   <source>VF06.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="18.5" type="Numero" align="right" width="11" id="701" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="18.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF07.1</source>
 | 
					   <source>VF07.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="18.5" type="Numero" align="right" width="11" id="702" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="18.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF07.2</source>
 | 
					   <source>VF07.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="19.5" type="Numero" align="right" width="11" id="801" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="19.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF08.1</source>
 | 
					   <source>VF08.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="19.5" type="Numero" align="right" width="11" id="802" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="19.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="802" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF08.2</source>
 | 
					   <source>VF08.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="20.5" type="Numero" align="right" width="11" id="901" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF09.1</source>
 | 
					   <source>VF09.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="20.5" type="Numero" align="right" width="11" id="902" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="902" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF09.2</source>
 | 
					   <source>VF09.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="21.5" type="Numero" align="right" width="11" id="1001" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="21.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF10.1</source>
 | 
					   <source>VF10.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="21.5" type="Numero" align="right" width="11" id="1002" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="21.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF10.2</source>
 | 
					   <source>VF10.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="22.5" type="Numero" align="right" width="11" id="1101" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="22.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF11.1</source>
 | 
					   <source>VF11.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="22.5" type="Numero" align="right" width="11" id="1102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="22.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V11.2</source>
 | 
					   <source>V11.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="23.5" type="Numero" align="right" width="11" id="1201" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="23.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF12.1</source>
 | 
					   <source>VF12.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="23.5" type="Numero" align="right" width="11" id="1202" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="23.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF12.2</source>
 | 
					   <source>VF12.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="24.5" type="Numero" align="right" width="11" id="1301" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="24.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF13.1</source>
 | 
					   <source>VF13.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="24.5" type="Numero" align="right" width="11" id="1302" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="24.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF13.2</source>
 | 
					   <source>VF13.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="25.75" type="Numero" align="right" width="11" id="1401" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="25.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF14.1</source>
 | 
					   <source>VF14.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="26.75" type="Numero" align="right" width="11" id="1501" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="25.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VF14.2</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="51" y="26.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1501" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF15.1</source>
 | 
					   <source>VF15.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="27.75" type="Numero" align="right" width="11" id="1601" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="27.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF16.1</source>
 | 
					   <source>VF16.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="28.75" type="Numero" align="right" width="11" id="1701" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="28.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VF16.2</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="51" y="29.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF17.1</source>
 | 
					   <source>VF17.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="33" y="30.75" type="Numero" align="right" width="11" id="1702" pattern="1" text="###.###.###">
 | 
					  <field x="33" y="31.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF17.2</source>
 | 
					   <source>VF17.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="31.75" type="Numero" align="right" width="11" id="1801" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="32.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF18.1</source>
 | 
					   <source>VF18.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="32.75" type="Numero" align="right" width="11" id="1901" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="33.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="1901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF19.1</source>
 | 
					   <source>VF19.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="34" type="Numero" align="right" width="11" id="2001" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF20.1</source>
 | 
					   <source>VF20.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="35" type="Numero" align="right" width="11" id="2101" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="36" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF21.1</source>
 | 
					   <source>VF21.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="33" y="37" type="Numero" align="right" width="11" id="2102" pattern="1" text="###.###.###">
 | 
					  <field x="33" y="37.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF21.2</source>
 | 
					   <source>VF21.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="38" type="Numero" align="right" width="11" id="2201" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="39" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF22.1</source>
 | 
					   <source>VF22.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="39" type="Numero" align="right" width="11" id="2301" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="40" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#101+#201+#301+#401+#501+#601+#701+#801+#901+#1001+#1101+#1201+#1301+#1401+#1501+#1601+#1701+#1801+#1901+#2001+#2101-#2201</source>
 | 
					   <source>#101+#201+#301+#401+#501+#601+#701+#801+#901+#1001+#1101+#1201+#1301+#1401+#1501+#1601+#1701+#1801+#1901+#2001+#2101-#2201</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65" y="39" type="Numero" align="right" width="11" id="2302" pattern="1" text="###.###.###">
 | 
					  <field x="65" y="40" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#102+#202+#302+#402+#502+#602+#702+#802+#902+#1002+#1102+#1202+#1302</source>
 | 
					   <source>#102+#202+#302+#402+#502+#602+#702+#802+#902+#1002+#1102+#1202+#1302</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65" y="40" type="Numero" align="right" width="11" id="2402" pattern="1" text="###.###.###">
 | 
					  <field x="65" y="41" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF24.2</source>
 | 
					   <source>VF24.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65" y="41" type="Numero" align="right" width="11" id="2502" pattern="1" text="###.###.###">
 | 
					  <field x="65" y="42" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF25</source>
 | 
					   <source>VF25</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41.5" y="43" type="Numero" align="right" width="11" id="2601" pattern="1" text="###.###.###">
 | 
					  <field x="41.5" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.1</source>
 | 
					   <source>VF26.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="43" type="Numero" align="right" width="11" id="2602" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.2</source>
 | 
					   <source>VF26.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41.5" y="45" type="Numero" align="right" width="11" id="2603" pattern="1" text="###.###.###">
 | 
					  <field x="41.5" y="46" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2603" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.3</source>
 | 
					   <source>VF26.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="45" type="Numero" align="right" width="11" id="2604" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="46" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2604" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.4</source>
 | 
					   <source>VF26.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41.5" y="47.25" type="Numero" align="right" width="11" id="2605" pattern="1" text="###.###.###">
 | 
					  <field x="41.5" y="48.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2605" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.5</source>
 | 
					   <source>VF26.5</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="47" type="Numero" align="right" width="11" id="2606" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="48" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2606" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF26.6</source>
 | 
					   <source>VF26.6</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="20" y="50.25" type="Numero" align="right" width="11" id="2701" pattern="1" text="###.###.###">
 | 
					  <field x="20" y="51.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF27.1</source>
 | 
					   <source>VF27.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="35.5" y="50.25" type="Numero" align="right" width="11" id="2702" pattern="1" text="###.###.###">
 | 
					  <field x="35.5" y="51.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF27.2</source>
 | 
					   <source>VF27.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="50.5" y="50.25" type="Numero" align="right" width="11" id="2703" pattern="1" text="###.###.###">
 | 
					  <field x="50.5" y="51.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2703" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF27.3</source>
 | 
					   <source>VF27.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="50.25" type="Numero" align="right" width="11" id="2704" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="51.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="2704" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF27.4</source>
 | 
					   <source>VF27.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Foot" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Foot" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
					 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
				
			||||||
 <parameters>
 | 
					 <parameters>
 | 
				
			||||||
  <item name="ANNO"> </item>
 | 
					  <item name="ANNO"> </item>
 | 
				
			||||||
 | 
				
			|||||||
@ -1,220 +1,223 @@
 | 
				
			|||||||
<?xml version="1.0" encoding="UTF-8" ?>
 | 
					<?xml version="1.0" encoding="UTF-8" ?>
 | 
				
			||||||
<report name="cg7700b" lpi="6">
 | 
					<report libraries="" page_merge="" save_printer="" name="cg7700b" use_printer_font="" orientation="" page_split="" lpi="6" command="" class="">
 | 
				
			||||||
 <description>Stampa quadro VF</description>
 | 
					 <description>Stampa quadro VF</description>
 | 
				
			||||||
 <font face="Courier New" size="12" />
 | 
					 <font face="Courier New" size="12" />
 | 
				
			||||||
 <section type="Head" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Head" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Head" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Body" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <field type="Immagine" width="83" height="72" pattern="1">
 | 
					  <field deactivated="" type="Immagine" hidden="" link="" dynamic_height="" shade_offset="" width="83" codval="" height="72" id="" pattern="1" hide_zero="" text="">
 | 
				
			||||||
   <source>"cg7700b.png"</source>
 | 
					   <source>"cg7700b.png"</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Body" level="1" pattern="1">
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Body" level="1" hidden="" page_break="" can_break="" pattern="1">
 | 
				
			||||||
  <font face="Courier New" size="10" />
 | 
					  <font face="Courier New" size="10" />
 | 
				
			||||||
  <field x="4" y="1" type="Testo" width="5" pattern="1" text="Anno" />
 | 
					  <field x="4" y="1" deactivated="" type="Testo" hidden="" link="" dynamic_height="" shade_offset="" width="5" codval="" id="" pattern="1" hide_zero="" text="Anno" />
 | 
				
			||||||
  <field x="22" y="1" type="Stringa" width="50" pattern="1" text=" ">
 | 
					  <field x="22" y="1" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="50" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.RAGSOC</source>
 | 
					   <source>#SYSTEM.RAGSOC</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="47" y="2.25" type="Stringa" width="36" pattern="1" text=" ">
 | 
					  <field x="47" y="2.25" deactivated="" type="Stringa" hidden="" link="" dynamic_height="" shade_offset="" width="36" codval="" id="" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" size="12" />
 | 
					   <font face="Courier New" size="12" />
 | 
				
			||||||
   <source>#SYSTEM.CFPI_SPACED</source>
 | 
					   <source>#SYSTEM.CFPI_SPACED</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="14" y="1" type="Stringa" align="right" width="6" id="100" pattern="1" text=" ">
 | 
					  <field x="14" y="1" deactivated="" type="Stringa" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="6" codval="" id="100" pattern="1" hide_zero="" text=" ">
 | 
				
			||||||
   <font face="Courier New" bold="1" size="10" />
 | 
					   <font face="Courier New" bold="1" size="10" />
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41" y="5.25" type="Booleano" align="center" width="2" id="3001" pattern="1" text="###.###.###">
 | 
					  <field x="41" y="5.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.1</source>
 | 
					   <source>VF30.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41" y="6.25" type="Booleano" align="center" width="2" id="3002" pattern="1" text="###.###.###">
 | 
					  <field x="41" y="6.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.2</source>
 | 
					   <source>VF30.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41" y="7.25" type="Booleano" align="center" width="2" id="3003" pattern="1" text="###.###.###">
 | 
					  <field x="41" y="7.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3003" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.3</source>
 | 
					   <source>VF30.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="41" y="8.25" type="Booleano" align="center" width="2" id="3004" pattern="1" text="###.###.###">
 | 
					  <field x="41" y="8.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3004" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.4</source>
 | 
					   <source>VF30.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="76" y="5.25" type="Booleano" align="center" width="2" id="3005" pattern="1" text="###.###.###">
 | 
					  <field x="41" y="9.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3005" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.5</source>
 | 
					   <source>VF30.5</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="76" y="6.25" type="Booleano" align="center" width="2" id="3006" pattern="1" text="###.###.###">
 | 
					  <field x="76" y="5.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3006" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.6</source>
 | 
					   <source>VF30.6</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="76" y="7.25" type="Booleano" align="center" width="2" id="3007" pattern="1" text="###.###.###">
 | 
					  <field x="76" y="6.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3007" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.7</source>
 | 
					   <source>VF30.7</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="76" y="8.25" type="Booleano" align="center" width="2" id="3008" pattern="1" text="###.###.###">
 | 
					  <field x="76" y="7.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3008" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF30.8</source>
 | 
					   <source>VF30.8</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="53" y="10.25" type="Numero" align="right" width="11" id="3101" pattern="1" text="###.###.###">
 | 
					  <field x="76" y="8.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3009" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VF30.9</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="76" y="9.25" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3010" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VF30.10</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="53" y="11.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF31.1</source>
 | 
					   <source>VF31.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="10.25" type="Numero" align="right" width="11" id="3102" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="11.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF31.2</source>
 | 
					   <source>VF31.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="11.5" type="Booleano" align="center" width="2" id="3201" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="12.5" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF32.1</source>
 | 
					   <source>VF32.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="12.5" type="Booleano" align="center" width="2" id="3301" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="13.5" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="3301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF33.1</source>
 | 
					   <source>VF33.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="20" y="16.5" type="Numero" align="right" width="11" id="3401" pattern="1" text="###.###.###">
 | 
					  <field x="20" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF34.1</source>
 | 
					   <source>VF34.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="35.5" y="16.5" type="Numero" align="right" width="11" id="3402" pattern="1" text="###.###.###">
 | 
					  <field x="35.5" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF34.2</source>
 | 
					   <source>VF34.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="16.5" type="Numero" align="right" width="11" id="3403" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3403" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF34.3</source>
 | 
					   <source>VF34.3</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="16.5" type="Numero" align="right" width="11" id="3404" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="17.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3404" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V34.4</source>
 | 
					   <source>V34.4</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="20" y="19.5" type="Numero" align="right" width="11" id="3405" pattern="1" text="###.###.###">
 | 
					  <field x="20" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3405" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF34.5</source>
 | 
					   <source>VF34.5</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="36" y="19.4" type="Numero" align="right" width="11" id="3406" pattern="1" text="###.###.###">
 | 
					  <field x="36" y="20.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3406" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V34.6</source>
 | 
					   <source>V34.6</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51" y="19.4" type="Numero" align="right" width="11" id="3407" pattern="1" text="###.###.###">
 | 
					  <field x="51" y="20.4" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3407" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF34.7</source>
 | 
					   <source>VF34.7</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="65.5" y="19.5" type="Numero" align="right" width="11" id="3408" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="20.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3408" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>V34.8</source>
 | 
					   <source>V34.8</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="23.75" type="Numero" align="right" width="11" id="3502" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="24.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF35.2</source>
 | 
					   <source>VF35.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="25.75" type="Numero" align="right" width="11" id="3602" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="26.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF36.2</source>
 | 
					   <source>VF36.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="26.75" type="Numero" align="right" width="11" id="3702" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="27.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF37.2</source>
 | 
					   <source>VF37.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="28.75" type="Numero" align="right" width="11" id="3801" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="29.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF38.1</source>
 | 
					   <source>VF38.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="28.75" type="Numero" align="right" width="11" id="3802" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="29.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3802" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF38.2</source>
 | 
					   <source>VF38.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="29.75" type="Numero" align="right" width="11" id="3901" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="30.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF39.1</source>
 | 
					   <source>VF39.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="29.75" type="Numero" align="right" width="11" id="3902" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="30.75" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="3902" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF39.2</source>
 | 
					   <source>VF39.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="30.9" type="Numero" align="right" width="11" id="4001" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="31.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF40.1</source>
 | 
					   <source>VF40.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="30.9" type="Numero" align="right" width="11" id="4002" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="31.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF40.2</source>
 | 
					   <source>VF40.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="31.9" type="Numero" align="right" width="11" id="4101" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="32.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF41.1</source>
 | 
					   <source>VF41.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="31.9" type="Numero" align="right" width="11" id="4102" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="32.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF41.2</source>
 | 
					   <source>VF41.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="32.9" type="Numero" align="right" width="11" id="4201" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="33.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF42.1</source>
 | 
					   <source>VF42.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="32.9" type="Numero" align="right" width="11" id="4202" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="33.9" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF42.2</source>
 | 
					   <source>VF42.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="34" type="Numero" align="right" width="11" id="4301" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4301" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF43.1</source>
 | 
					   <source>VF43.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="34" type="Numero" align="right" width="11" id="4302" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="35" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF43.2</source>
 | 
					   <source>VF43.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="35" type="Numero" align="right" width="11" id="4401" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="36" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4401" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF44.1</source>
 | 
					   <source>VF44.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="35" type="Numero" align="right" width="11" id="4402" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="36" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF44.2</source>
 | 
					   <source>VF44.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="36" type="Numero" align="right" width="11" id="4501" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="37" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4501" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF45.1</source>
 | 
					   <source>VF45.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="36" type="Numero" align="right" width="11" id="4502" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="37" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF45.2</source>
 | 
					   <source>VF45.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="37" type="Numero" align="right" width="11" id="4601" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="38" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4601" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF46.1</source>
 | 
					   <source>VF46.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="37" type="Numero" align="right" width="11" id="4602" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="38" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4602" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF46.2</source>
 | 
					   <source>VF46.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="38" type="Numero" align="right" width="11" id="4701" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="39" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4701" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF47.1</source>
 | 
					   <source>VF47.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="38" type="Numero" align="right" width="11" id="4702" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="39" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4702" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF47.2</source>
 | 
					   <source>VF47.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="39" type="Numero" align="right" width="11" id="4801" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="40" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4801" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF48.1</source>
 | 
					   <source>VF48.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="39" type="Numero" align="right" width="11" id="4802" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="40" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4802" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF48.2</source>
 | 
					   <source>VF48.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="40" type="Numero" align="right" width="11" id="4901" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="41" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4901" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF49.1</source>
 | 
					   <source>VF49.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="40" type="Numero" align="right" width="11" id="4902" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="41" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="4902" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF49.2</source>
 | 
					   <source>VF49.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="41" type="Numero" align="right" width="11" id="5002" pattern="1" text="###.###.###">
 | 
					  <field x="51.5" y="42" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>VF50.1</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="66" y="42" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF50.2</source>
 | 
					   <source>VF50.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="51.5" y="42" type="Numero" align="right" width="11" id="5101" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="43" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#3901+#4001+#4101+#4201+#4301+#4401+#4501+#4601+#4701+#4801+#4901</source>
 | 
					   <source>VF51.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="42" type="Numero" align="right" width="11" id="5102" pattern="1" text="###.###.###">
 | 
					  <field x="52" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#3902+#4002+#4102+#4202+#4302+#4402+#4502+#4602+#4702+#4802+#4902</source>
 | 
					   <source>#3901+#4001+#4101+#4201+#4301+#4401+#4501+#4601+#4701+#4801+#4901+#5001</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="43" type="Numero" align="right" width="11" id="5202" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="44" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
 | 
					   <source>#3902+#4002+#4102+#4202+#4302+#4402+#4502+#4602+#4702+#4802+#4902+#5002</source>
 | 
				
			||||||
 | 
					  </field>
 | 
				
			||||||
 | 
					  <field x="66" y="45" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5302" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#3802</source>
 | 
					   <source>#3802</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="45.25" type="Numero" align="right" width="11" id="5302" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="47.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5402" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF53.2</source>
 | 
					   <source>VF54.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="46.25" type="Numero" align="right" width="11" id="5402" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="48.25" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="5502" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>#5101+#5201+#5301</source>
 | 
					   <source>#5202+#5302+#5402</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="49" type="Booleano" align="center" width="2" id="6001" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="51" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="6001" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF60.1</source>
 | 
					   <source>VF60.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="51" type="Booleano" align="center" width="2" id="6002" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="53" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="6002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF60.2</source>
 | 
					   <source>VF60.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="53" type="Booleano" align="center" width="2" id="6101" pattern="1" text="###.###.###">
 | 
					  <field x="66" y="55" deactivated="" type="Booleano" hidden="" align="center" link="" dynamic_height="" shade_offset="" width="2" codval="" id="6101" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF61.1</source>
 | 
					   <source>VF61.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="53" y="56.5" type="Numero" align="right" width="11" id="6201" pattern="1" text="###.###.###">
 | 
					  <field x="52" y="58.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="6201" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF62.1</source>
 | 
					   <source>VF62.1</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="56.5" type="Numero" align="right" width="11" id="6202" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="58.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="6202" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF62.2</source>
 | 
					   <source>VF62.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="66" y="58.5" type="Numero" align="right" width="11" id="7002" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="60.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="7002" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>VF70.2</source>
 | 
					   <source>VF70.2</source>
 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
  <field x="80" y="58.5" type="Numero" align="right" width="11" id="7003" pattern="1" text="###.###.###">
 | 
					  <field x="65.5" y="61.5" deactivated="" type="Numero" hidden="" align="right" link="" dynamic_height="" shade_offset="" width="11" codval="" id="7102" pattern="1" hide_zero="" text="###.###.###">
 | 
				
			||||||
   <source>NUM((#3003!="X")(#3004!="X")(#3005!="X")(#3006!="X")(#3007!="X")(#3008!="X"))*VF25.2</source>
 | 
					   <source>NUM(#6001!="X"#6002!="X")*(#6202F;2+#7002)</source>
 | 
				
			||||||
  </field>
 | 
					 | 
				
			||||||
  <field x="92" y="58.5" type="Numero" align="right" width="11" id="7004" pattern="1" text="###.###.###">
 | 
					 | 
				
			||||||
   <source>NUM(#3003=="X")*VE37.2</source>
 | 
					 | 
				
			||||||
  </field>
 | 
					 | 
				
			||||||
  <field x="104" y="58.5" type="Numero" align="right" width="11" id="7005" pattern="1" text="###.###.###">
 | 
					 | 
				
			||||||
   <source>NUM((#3004=="X")(#3006=="X")(#3007=="X"))*VE26.2*0.5+NUM(#3005=="X")*VE26.2F;3+NUM(#3008=="X")*VE54.2</source>
 | 
					 | 
				
			||||||
  </field>
 | 
					 | 
				
			||||||
  <field x="66" y="59.5" type="Numero" align="right" width="11" id="7102" pattern="1" text="###.###.###">
 | 
					 | 
				
			||||||
   <source>NUM(#6001!="X"#6002!="X")*(#6202F;2+#7002+#7003+#7004+#7005)</source>
 | 
					 | 
				
			||||||
  </field>
 | 
					  </field>
 | 
				
			||||||
 </section>
 | 
					 </section>
 | 
				
			||||||
 <section type="Foot" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <section type="Foot" level="1" pattern="1" />
 | 
					 <section repeat="" keep_with_next="" deactivated="" hidden_if_needed="" type="Foot" level="1" hidden="" page_break="" can_break="" pattern="1" />
 | 
				
			||||||
 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
					 <sql>USE NDITTE SELECT CODDITTA==#CODDITTA</sql>
 | 
				
			||||||
 <parameters>
 | 
					 <parameters>
 | 
				
			||||||
  <item name="ANNO"> </item>
 | 
					  <item name="ANNO"> </item>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user