Auto fill operation amount if it was the same for the last 3 operations

This commit is contained in:
2018-10-03 09:05:21 +02:00
parent 10c534857d
commit 951793567a
3 changed files with 50 additions and 14 deletions

View File

@@ -1,9 +1,12 @@
v0.8 (26/08/2018)
v0.8 (03/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
** 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
v0.7.1 (07/05/2018)