From b5e469734984629937673529fdb1c717d2ceef1e Mon Sep 17 00:00:00 2001 From: mtollari Date: Wed, 30 Aug 2017 12:48:04 +0000 Subject: [PATCH] Patch level : 12.0 438 Files correlati : tf Commento : Sostituito nome "Spesometro" da "Trasferimento fatture" git-svn-id: svn://10.65.10.50/branches/R_10_00@24059 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- src/tf/tf0.cpp | 4 ++-- src/tf/tf0400.cpp | 2 +- src/tf/tf0400a.uml | 4 ++-- src/tf/tfmenu.men | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/tf/tf0.cpp b/src/tf/tf0.cpp index f43e4d64e..8573787be 100644 --- a/src/tf/tf0.cpp +++ b/src/tf/tf0.cpp @@ -10,9 +10,9 @@ int main(int argc, char** argv) { case 1 : rt = tf0200(argc, argv); break; // Comunicazione Liquidazioni Periodiche IVA case 2 : rt = tf0300(argc, argv); break; // Cambio stato invio - case 3 : rt = tf0400(argc, argv); break; // Controllo Spesometro + case 3 : rt = tf0400(argc, argv); break; // Controllo Trasferimento fatture case 4 : rt = tf0500(argc, argv); break; // Invio IVA - default: rt = tf0100(argc, argv); break; // Spesometro + default: rt = tf0100(argc, argv); break; // Trasferimento fatture } return rt; } diff --git a/src/tf/tf0400.cpp b/src/tf/tf0400.cpp index b43542d47..438a0d068 100644 --- a/src/tf/tf0400.cpp +++ b/src/tf/tf0400.cpp @@ -575,6 +575,6 @@ void TSpeCheck_app::main_loop() int tf0400(int argc, char* argv[]) { TSpeCheck_app app; - app.run(argc, argv, TR("Controlli Spesometro")); + app.run(argc, argv, TR("Controlli Trasferimento fatture")); return 0; } \ No newline at end of file diff --git a/src/tf/tf0400a.uml b/src/tf/tf0400a.uml index e95f647b7..632c9ac47 100644 --- a/src/tf/tf0400a.uml +++ b/src/tf/tf0400a.uml @@ -29,13 +29,13 @@ END #include ENDPAGE -PAGE "Controlli Spesometro" 0 2 0 0 +PAGE "Controlli Trasferimento fatture" 0 2 0 0 LIST F_TIPOCONTROLLO 35 35 BEGIN PROMPT 1 0 "Controllo da effettuare" ITEM "0|Movimenti ignorati" - ITEM "1|Differenze Prima Nota/Spesometro" + ITEM "1|Differenze Prima Nota/Trasferimento fatture" ITEM "2|Mostra tutti i movimenti modificati" FLAGS "" END diff --git a/src/tf/tfmenu.men b/src/tf/tfmenu.men index 589ee45ab..e085d27a5 100644 --- a/src/tf/tfmenu.men +++ b/src/tf/tfmenu.men @@ -4,8 +4,8 @@ Picture = Module = tf Flags = "" Item_01 = "Trasferimento Fatture", "tf0 -0", ""+ -Item_02 = "Cambio stato Spesometro", "tf0 -2", "" -//Item_03 = "Controllo Spesometro", "tf0 -3", "" -Item_04 = "Report Spesometro", "ba8 -4 totiva_aliq.rep", "" +Item_02 = "Cambio stato Trasferimento fatture", "tf0 -2", "" +//Item_03 = "Controllo Trasferimento fatture", "tf0 -3", "" +Item_04 = "Report Trasferimento fatture", "ba8 -4 totiva_aliq.rep", "" Item_05 = "Liquidazione IVA Periodica", "tf0 -1", "" Item_06 = "Invio Liquidazione IVA Periodica", "tf0 -4", ""