Fix a bug : Initial and final negative account values were not displayed in red

This commit is contained in:
2017-02-04 15:12:40 +01:00
parent 7003a4795d
commit f3a66790d0
3 changed files with 8 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
v0.7 (01/01/2017)
v0.7 (04/02/2017)
** User **
Set background calendar color to red or yellow when one account is negative or less than 200€
Set background calendar color to red or yellow when one account is negative or less than 200€ (not displayed on hidden and virtual account)
** Dev **
** Bugs **
Bug in expression parser, negative mark before parenthesis considered as positive.
Bug in FormulaDelegate : string copy was made in a wrong way
Initial and final negative account values were not displayed in red
v0.6 (08/10/2016)
** User **