Add quick transfert dialog (ctrl+t shortcut)

This commit is contained in:
2018-10-07 11:55:41 +02:00
parent 74528b4a00
commit ec3ac0a8b4
5 changed files with 202 additions and 3 deletions

View File

@@ -1,12 +1,14 @@
v0.8 (03/10/2018)
v0.8 (07/10/2018)
** User **
Add multi month operation support : Normal operation with description "... (XX/YY)" will be forwarded to next month
Auto fill operation amount if it was the same for the last 3 operations
Add quick transfert dialog (ctrl+t shortcut)
** Dev **
** Bugs **
Current account value is badly computed if operations are not in date order
NULLop was set with random values which can cause misunderstanding when entering a new operation
Resize date column for new operations (can be bold while other are not)
KissCount crash or do something wrong when selecting multiple columns for group/ungroup operations
v0.7.1 (07/05/2018)