Patch level :2.0 467
Files correlati : Ricompilazione Demo : [ ] Commento :corretti errori di riporto git-svn-id: svn://10.65.10.50/trunk@11098 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
389a272fc2
commit
b5a977f582
@ -3543,11 +3543,9 @@ print_action TStampa_IVdirettiva::postprocess_print(int file, int counter)
|
||||
|
||||
bool TStampa_IVdirettiva::preprocess_print(int file,int counter)
|
||||
{
|
||||
_stampa = printer().printtype();
|
||||
if (_stampa != screenvis)
|
||||
if (printer().printtype() != screenvis)
|
||||
_prog_stampa = new TProgind(_items_sort,TR("Preparazione stampa... prego attendere"),FALSE);
|
||||
|
||||
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@ -4159,9 +4157,10 @@ void TStampa_IVdirettiva::setta_righe(const char * titolo)
|
||||
{
|
||||
set_row (_i++,FR("@0gCONTI D'ORDINE PASSIVI"));
|
||||
stampa_classe = FALSE;
|
||||
}
|
||||
else
|
||||
set_row (_i++,FR("@0gPASSIVO"));
|
||||
|
||||
}
|
||||
if (stampa_classe)
|
||||
{
|
||||
if ((_sez_da_stamp=='1')||(_sez_da_stamp=='2')||(_sez_da_stamp== '9'))
|
||||
@ -4974,4 +4973,3 @@ int cg1600 (int argc, char* argv[])
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
@ -341,11 +341,11 @@ void TDich_periodica_iva_mask::read_iva_data()
|
||||
|
||||
const real rettifica = lim.get_real("R5"); // Rettifiche
|
||||
|
||||
real cd4 = lam.get_real("R0"); // Iva esigibile per il periodo
|
||||
real cd4 = lam.get_real("R0"); // Iva esigibile per il periodo
|
||||
|
||||
if (rettifica > ZERO)
|
||||
cd4 += rettifica;
|
||||
cd4 += cd3_2; // Soomo anche imposta su oro, argento e birra
|
||||
cd4 += cd3_2; // Sommo anche imposta su oro, argento e birra
|
||||
cd4.round();
|
||||
|
||||
real cd5 = lam.get_real("R1"); // Iva che si detrae per il periodo
|
||||
@ -367,7 +367,7 @@ void TDich_periodica_iva_mask::read_iva_data()
|
||||
set(F_CD6_1, cd6_1); set(F_CD6_2, cd6_2);
|
||||
}
|
||||
else
|
||||
error_box("Risultati liquidazione non presenti o da ricalcolare per l'anno %d.", anno);
|
||||
error_box("Risultati liquidazione non presenti o da ricalcolare per l'anno %d.", _sf->get_year());
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user