Liquidazione e visualizzazione

git-svn-id: svn://10.65.10.50/trunk@1584 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-07-11 10:41:30 +00:00
parent 6ce2fb740e
commit 7f7af8474e
6 changed files with 3687 additions and 3674 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -385,7 +385,7 @@ bool TLiquidazione_app::recalc_acconto(real& inf, real& ina)
_year = thyear; _year = thyear;
} }
else if (_basecalc == incorso) else if (_basecalc == incorso)
{ {
// that's pazzesc but as it turns out there's no better way // that's pazzesc but as it turns out there's no better way
_comp_acconto = TRUE; _comp_acconto = TRUE;
// force recalc of current month // force recalc of current month

View File

@ -1308,7 +1308,8 @@ void Visliq_app::write_general(TMask& m)
if (orett.sign() < 0) if (orett.sign() < 0)
risc -= nrett; risc -= nrett;
else else
risd += nrett; risd += nrett;
// scrivi // scrivi
_lim->put("R5",nrett); _lim->put("R5",nrett);
} }

View File

@ -121,8 +121,6 @@ BEGIN
ITEM " | " ITEM " | "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "DU" FLAGS "DU"
END END
@ -135,19 +133,17 @@ END
NUMBER 105 15 NUMBER 105 15
BEGIN BEGIN
PROMPT 1 6 "Debito/Credito " PROMPT 1 6 "Rettifiche "
FLAGS "R" FLAGS "R"
PICTURE "." PICTURE "."
END END
LIST 106 1 8 LIST 106 1 8
BEGIN BEGIN
PROMPT 1 7 "Importo a " PROMPT 1 7 "Rettifica a "
ITEM " | " ITEM " | "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "U" FLAGS "U"
END END
@ -235,8 +231,6 @@ BEGIN
ITEM " | " ITEM " | "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "U" FLAGS "U"
END END
*/ */

View File

@ -99,8 +99,6 @@ BEGIN
ITEM " | " ITEM " | "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "DU" FLAGS "DU"
END END
@ -113,19 +111,17 @@ END
NUMBER 105 15 NUMBER 105 15
BEGIN BEGIN
PROMPT 1 5 "Debito/Credito " PROMPT 1 5 "Rettifiche "
FLAGS "R" FLAGS "R"
PICTURE "." PICTURE "."
END END
LIST 106 1 8 LIST 106 1 8
BEGIN BEGIN
PROMPT 1 6 "Importo a " PROMPT 1 6 "Rettifica a "
ITEM " | " ITEM " | "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "U" FLAGS "U"
END END
@ -212,8 +208,6 @@ BEGIN
PROMPT 1 7 "Importo a " PROMPT 1 7 "Importo a "
ITEM "D|Debito" ITEM "D|Debito"
ITEM "C|Credito" ITEM "C|Credito"
INPUT 104
OUTPUT 104
FLAGS "U" FLAGS "U"
END END
*/ */