Patch level : 12.0 386

Files correlati     : tf
Commento            : 
- Sistemati controlli con azzeramenti corretti valori in VP14 col1 e 2
- Allineate graficamente le scritte di tf0500
- Sistemato modulo in menù, adesso non da più il segno STOP

git-svn-id: svn://10.65.10.50/branches/R_10_00@23778 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
mtollari 2017-05-05 09:09:13 +00:00
parent a82d6780fc
commit 87e56c4fa6
3 changed files with 13 additions and 7 deletions

View File

@ -589,9 +589,15 @@ void ComLiqPerIva_mask::extractinator() // Per gli amici GTFO
ivaverc = (ivadovc + creprec + creaprec + get_real(F_VEAUE) + get_real(F_CREIMP) + accdov) - (ivadov + debprec + intliqtri);
if(ivaver >= ZERO)
{
set(F_IVAVER, ivaver);
set(F_IVAVERC, ZERO);
}
else
{
set(F_IVAVER, ZERO);
set(F_IVAVERC, ivaverc);
}
set(F_RETTIFICHE, rettifiche);
set(F_VARIMP, varimp);

View File

@ -9,7 +9,7 @@ PAGE "Impostazioni" 0 2 0 0
STRING F_PATH 255 45
BEGIN
PROMPT 0 1 "Cartella "
PROMPT 1 1 "Cartella "
DSELECT
CHECKTYPE REQUIRED
FLAGS "M"
@ -135,11 +135,11 @@ BEGIN
FLAGS "D"
END
STRING DLG_PROFILE 256
BEGIN
PROMPT 1 -1 "Profilo "
PSELECT
FLAGS "H"
STRING DLG_PROFILE 256
BEGIN
PROMPT 1 -1 "Profilo "
PSELECT
FLAGS "H"
END
ENDPAGE

View File

@ -1,7 +1,7 @@
[TFMENU_001]
Caption = "Trasferimento Fatture"
Picture = <cg01>
Module = 50
Module = tf
Flags = ""
//Item_01 = "Trasferimento Fatture", "tf0 -0", ""
Item_02 = "Liquidazione IVA Periodica", "tf0 -1", ""