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
This commit is contained in:
parent
610485ed56
commit
b5e4697349
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
@ -29,13 +29,13 @@ END
|
||||
#include <helpbar.h>
|
||||
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
|
||||
|
@ -4,8 +4,8 @@ Picture = <cg01>
|
||||
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", ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user