Patch level : 12.0 738
Files correlati : batbiva.msk Commento : Aggiunto flag sulla tabella iva per escludere il codice dal calcolo bolli esenti
This commit is contained in:
		
							parent
							
								
									ec87c00c79
								
							
						
					
					
						commit
						1ae4e8bcc2
					
				@ -158,8 +158,9 @@ public:  // TObject
 | 
				
			|||||||
	bool senza_imposta() { return percentuale() == ZERO;}
 | 
						bool senza_imposta() { return percentuale() == ZERO;}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  int allegato(char tipocf) const { return get_int(tipocf == 'F' ? "S8" : "S7"); }
 | 
					  int allegato(char tipocf) const { return get_int(tipocf == 'F' ? "S8" : "S7"); }
 | 
				
			||||||
	bool has_plafond() const { return get_int("S3") > 0; }
 | 
					  bool has_plafond() const { return get_int("S3") > 0; }
 | 
				
			||||||
	bool sospeso() const { return get_bool("B2"); }
 | 
					  bool sospeso() const { return get_bool("B2"); }
 | 
				
			||||||
 | 
					  bool escluso_esenti() const { return get_bool("B5"); }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  real imposta(const real& imponibile, int ndec = AUTO_DECIMALS, const char * codval = "") const;  // Calcola l'imposta sull'imponibile l'imposta e la ritorna
 | 
					  real imposta(const real& imponibile, int ndec = AUTO_DECIMALS, const char * codval = "") const;  // Calcola l'imposta sull'imponibile l'imposta e la ritorna
 | 
				
			||||||
  real scorpora(real& imponibile, int ndec = AUTO_DECIMALS, const char * codval = "") const;       // Scorpora dall'imponibile l'imposta e la ritorna
 | 
					  real scorpora(real& imponibile, int ndec = AUTO_DECIMALS, const char * codval = "") const;       // Scorpora dall'imponibile l'imposta e la ritorna
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user