From 56dde20e8e996fd4c26ed62f256622024fea3428 Mon Sep 17 00:00:00 2001 From: angelo Date: Thu, 6 Nov 1997 15:29:07 +0000 Subject: [PATCH] Migliorata indentazione in stampa del prospetto annuale per calcolo percentuale di indetraibilita'/prorata. git-svn-id: svn://10.65.10.50/trunk@5573 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- cg/cg4304.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cg/cg4304.cpp b/cg/cg4304.cpp index 6a2c2f0d7..8f35d8fee 100755 --- a/cg/cg4304.cpp +++ b/cg/cg4304.cpp @@ -1504,7 +1504,7 @@ void TLiquidazione_app::set_pumpam(_DescrItem& d) printed = TRUE; real prc(dp.get(0)); - set_row(row++, "%% PRO-RATA ed IVA non detraibile (%s%%)@58g%r", + set_row(row++, "%% PRO-RATA ed IVA non detraibile (%s%%)@69g%r", (const char*)prc.string(), &(d._r11)); } @@ -1862,18 +1862,18 @@ bool TLiquidazione_app::set_annual(_DescrItem& d) ret = TRUE; set_print_zero(TRUE); set_row(row++,""); - set_row(row++, "%% PRO-RATA ed IVA non detraibile (%s%%)@58g%r", + set_row(row++, "%% PRO-RATA ed IVA non detraibile (%s%%)@69g%r", (const char*)(d._r2.string()), &(d._r6)); - set_row(row++,"B1 - Operazioni esenti, escluse da nr. 1 a 9 e 11 art. 10 %r", &(d._r1)); - set_row(row++,"B2 - Operazioni esenti, di cui nr. 11 art. 10 %r", &(d._r4)); - set_row(row++,"B3 - Operazioni esenti da nr. 1 a 9 art. 10 %r", &(d._r5)); - set_row(row++,"Volume d'affari - B3 %r", &(d._r0)); - set_row(row++,"Indetraibilita'@58g%r%%", &(d._r2)); + set_row(row++,"B1 - Operazioni esenti, escluse da nr. 1 a 9 e 11 art. 10 @69g%r", &(d._r1)); + set_row(row++,"B2 - Operazioni esenti, di cui nr. 11 art. 10 @69g%r", &(d._r4)); + set_row(row++,"B3 - Operazioni esenti da nr. 1 a 9 art. 10 @69g%r", &(d._r5)); + set_row(row++,"Volume d'affari - B3 @69g%r", &(d._r0)); + set_row(row++,"Indetraibilita'@69g%r%%", &(d._r2)); if (!(d._r3.is_zero())) { const char* sss = d._r3.sign() < 0 ? "credito" : "debito"; real ccc = abs(d._r3); - set_row(row++,"Conguaglio a %s@58g%r", sss, &ccc); + set_row(row++,"Conguaglio a %s@69g%r", sss, &ccc); } set_print_zero(FALSE); }