Toppe varie per preservare la visualizzazione da modifiche altrui
git-svn-id: svn://10.65.10.50/trunk@978 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
		
							parent
							
								
									a0f5e0898b
								
							
						
					
					
						commit
						5e5ce8bd82
					
				| @ -997,10 +997,10 @@ void TLiquidazione_app::set_grand(_DescrItem& d) | ||||
|   set_row(6,""); int rw = 7; | ||||
|   set_row(rw++," @66gCredito@84gDebito"); set_row(rw++,""); | ||||
|   set_row(rw++,"@11gIva sulle operazioni di vendita@75g%r", &iva_vend); | ||||
|   set_row(rw++,"%s@11gRettifiche IVA a debito@75g%r", | ||||
|           _is_visliq ? "$[r]" : "", &rett_debt); | ||||
|   set_row(rw++,"%s@11gIva chiesta a rimborso@75g%r", | ||||
|           _is_visliq ? "$[r]" : "", &rimborso); | ||||
|   set_row(rw++,"%s@11gRettifiche IVA a debito%s@75g%r", | ||||
|           _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &rett_debt); | ||||
|   set_row(rw++,"%s@11gIva chiesta a rimborso%s@75g%r", | ||||
|           _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &rimborso); | ||||
| 
 | ||||
|   // conguaglio prorata
 | ||||
|   if (conguaglio.sign() > 0)  | ||||
| @ -1020,19 +1020,19 @@ void TLiquidazione_app::set_grand(_DescrItem& d) | ||||
|     set_row(rw++,"@11gCredito precedente@58g%r", &cred_prec); | ||||
| 
 | ||||
|   if (!acc_dec.is_zero()) | ||||
|     set_row(rw++,"%s@11gVersamento acconto dicembre@58g%r",  | ||||
|             _is_visliq ? "$[r]" : "", &acc_dec); | ||||
|     set_row(rw++,"%s@11gVersamento acconto dicembre%s@58g%r",  | ||||
|             _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &acc_dec); | ||||
| 
 | ||||
|   if (!detrazioni.is_zero()) | ||||
|     set_row(rw++,"@11gUlteriori detrazioni@58g%r", &detrazioni); | ||||
| 
 | ||||
|   set_row(rw++,"%s@11gRettifiche IVA a credito@58g%r",  | ||||
|           _is_visliq ? "$[r]" : "", &rett_cred); | ||||
|   set_row(rw++,"%s@11gRettifiche IVA a credito%s@58g%r",  | ||||
|           _is_visliq ? "$[r]" : "", _is_visliq ? "$[n]" : "", &rett_cred); | ||||
|    | ||||
|   if (_is_visliq) | ||||
|   { | ||||
|     // stampa ad uso visualizzazione liquidazione IVA
 | ||||
|     set_row(rw++,"@11g$[r]Versamenti effettuati@58g%r", &versamenti); | ||||
|     set_row(rw++,"@11g$[r]Versamenti effettuati$[n]@58g%r", &versamenti); | ||||
|   }  | ||||
|   else | ||||
|   { | ||||
|  | ||||
| @ -875,12 +875,15 @@ bool Visliq_app::vis_one(int m) | ||||
|         }                   | ||||
|         if (lrivr != -1) | ||||
|           vsw->replace(lrivr, n_delimp.string("###.###.###.###"), 58); | ||||
|         risultato += vers; | ||||
|         risultato -= n_delimp;     | ||||
|         risc      -= vers; | ||||
|         risc      += n_delimp; | ||||
|         vsw->replace(lrisc, risc.string("###.###.###.###"), 58);                     | ||||
|         set_risultato(vsw, lvers, risultato); | ||||
| 
 | ||||
|         // per ora non modifichiamo nulla
 | ||||
|         // in quanto non entrano in liquidazione
 | ||||
|         //        risultato += vers;
 | ||||
|         //        risultato -= n_delimp;    
 | ||||
|         //        risc      -= vers;
 | ||||
|         //        risc      += n_delimp;
 | ||||
|         //        vsw->replace(lrisc, risc.string("###.###.###.###"), 58);                    
 | ||||
|         //        set_risultato(vsw, lvers, risultato);
 | ||||
| 
 | ||||
|         _del->put("R0", n_delimp); | ||||
|         _del->put("R1", ""); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user