Patch level : 12.0 502

Files correlati     : 77
Commento            : Aggiornamento CU 2018

git-svn-id: svn://10.65.10.50/branches/R_10_00@24279 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2018-01-18 14:00:04 +00:00
parent 668ffd2deb
commit 637af392e6
6 changed files with 13 additions and 13 deletions

View File

@ -28,7 +28,7 @@
// Utility
///////////////////////////////////////////////////////////
const int ANNO_PAG = 2016;
const int ANNO_PAG = 2017;
///////////////////////////////////////////////////////////
// TForm770

View File

@ -528,8 +528,8 @@ void TTrasferimentoCU::set_operazione(char t, const TString& iden)
TRecnotype TTrasferimentoCU::conta_certificazioni() const
{
int anno = _anno;
if (anno < 2016)
anno = 2016;
if (anno < 2017)
anno = 2017;
TString query;
query.format("USE %d SELECT (ANNO=%d)&&(CODANAGR>0)\nFROM CODDITTA=%ld\nTO CODDITTA=%ld",
@ -701,7 +701,7 @@ bool TTrasferimentoCU::append_record_d(const TRectype& qla, TLog_report& log)
rec.np_put("DA002042", perc.indirizzo_residenza());
// 2015
//rec.np_put("DA002043", perc.stato_estero_UNICO());
// 2016
// 2017
rec.np_put("DA002044", perc.stato_estero_UNICO());
}
@ -957,7 +957,7 @@ bool TCU_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
case F_ANNO:
if (e == fe_init)
{
const int anno = ini_get_int(CONFIG_STUDIO, "77", "AnnoDic", 2016);
const int anno = ini_get_int(CONFIG_STUDIO, "77", "AnnoDic", 2017);
o.set(anno);
}
break;

View File

@ -24,7 +24,7 @@ END
ENDPAGE
PAGE "Invio Certificazione Unica 2016" -1 -1 72 8
PAGE "Invio Certificazione Unica" -1 -1 72 8
GROUPBOX DLG_NULL 78 5
BEGIN

View File

@ -25,7 +25,7 @@ END
#include <helpbar.h>
ENDPAGE
PAGE "Certificazione Unica 2016" -1 -1 72 8
PAGE "Certificazione Unica" -1 -1 72 8
SPREADSHEET F_PATH
BEGIN

View File

@ -588,7 +588,7 @@ void TCU_report::create_logo(TReport_section& header)
{
add_big_text(header, 3, 0, "CERTIFICAZIONE", COLOR_GRAY).set_vertical_alignment('T');
add_big_text(header, 6, 0, "UNICA", COLOR_BLACK).set_vertical_alignment('B');
add_big_text(header, 6,12, "2017", COLOR_LTGRAY).set_vertical_alignment('B');
add_big_text(header, 6,12, "2018", COLOR_LTGRAY).set_vertical_alignment('B');
TReport_field* txt = new TReport_field(&header);
txt->set_type('I');
@ -643,7 +643,7 @@ void TCU_report::create_B()
// 2015
// add_labeled_number(header, 0, 4, 5, "#23", "Numero certificazioni\nlavoro dipendente ed assimilati", 'C');
// add_labeled_number(header, 0, 14, 5, "#24", "Numero certificazioni\nlavoro autonomo e provvigioni", 'C');
// 2016
// 2017
add_labeled_number(header, 0, 4, 5, "#24", "Numero certificazioni", 'C');
add_labeled_field (header, 0, 25, 3, "#25", "Quadro CT", 'C');
@ -693,7 +693,7 @@ void TCU_report::create_D()
txt->set_font(fnt_big);
body.add(txt);
add_boxed_field(body, 8, 68, 4, "2016", "");
add_boxed_field(body, 8, 68, 4, "2017", "");
add_band(body, 12, 35);
@ -728,11 +728,11 @@ void TCU_report::create_D()
end_paragraph(body);
begin_paragraph(body, CU_AFTER_LAST, 8, "");
add_underlined_text(body, 0, "DOMICILIO FISCALE ALL'1/1/2016");
add_underlined_text(body, 0, "DOMICILIO FISCALE ALL'1/1/2017");
add_labeled_field(body, 0, 0, 50, "#DA002020", "Comune");
add_labeled_field(body, 0, CU_AFTER_LAST, 3, "#DA002021", "Provincia (sigla)");
add_labeled_field(body, 0, CU_ALIGN_RIGHT, 6, "#DA002022", "Codice comune");
add_underlined_text(body, 4, "DOMICILIO FISCALE ALL'1/1/2017");
add_underlined_text(body, 4, "DOMICILIO FISCALE ALL'1/1/2018");
add_labeled_field(body, 1, 0, 48, "#DA002023", "Comune");
add_labeled_field(body, 1, 50, 3, "#DA002024", "Provincia (sigla)");
add_labeled_field(body, 1, 56, 3, "#DA002025", " Codice comune");

View File

@ -163,7 +163,7 @@ TTracciato770::TTracciato770(char tipo) : _tipo(tipo)
add_field("Casella prospetto SV", CB, 816, 1);
add_field("Casella prospetto SX", CB, 817, 1); // 81
add_field("Casella prospetto SY", CB, 818, 1);
add_field("Presenza 770 ordinario 2016", CB, 819, 1);
add_field("Presenza 770 ordinario 2017", CB, 819, 1);
add_field("Codice fiscale parte restante", CF, 820,16);
add_field("Protocollo telematico", NU, 836,17); // 85
add_field("Progressivo telematico", NU, 853, 6);