Add calendar, SKIP and fix some bugs
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
v32 -> v33:
|
||||
- Introduce Holiday/Weekend Type SKIP to skip an occurrence of a recurring transaction once, if the due date is either a
|
||||
holiday or a weekend day
|
||||
- Implement a calendar for recurring transactions
|
||||
- Add result count to transaction search
|
||||
- Fix a bug in the parsing of FQL
|
||||
|
||||
v31 -> v32:
|
||||
- Integrate new push-service release with VAPID support for Chrome based browsers
|
||||
|
||||
@@ -26,13 +33,13 @@ v26 -> v27:
|
||||
usage)
|
||||
|
||||
v25 -> v26:
|
||||
- Close of the current expense period now creates null statistic entries for accounts that have not been used in
|
||||
- Closing the current expense period now creates null statistic entries for accounts that have not been used in
|
||||
bookings in the period to close. This way the average spending better reflects the period average
|
||||
- Introduce period type GRAND TOTAL, that denotes a continuous, cumulative period, starting with the inception of the
|
||||
financer app, without an end
|
||||
- Introduce period type EXPENSE YEAR, that acts as a group for all expense periods in a year. This may not be a
|
||||
calendar year, if e.g. the EXPENSE periods do not start at the first of every month. This includes all periods that
|
||||
start the in the year. This is a preparation for extended reports and year-based booking
|
||||
start in the year
|
||||
- Transactions with a date in the past are now assigned to the proper EXPENSE and EXPENSE YEAR periods
|
||||
- Add a fav icon
|
||||
|
||||
@@ -80,4 +87,4 @@ v16 -> v17:
|
||||
- Add this changelog to the footer
|
||||
- Locale of the recurring transaction reminder email is now configurable
|
||||
- Recurring transaction indicator in transaction overview (account details) is now properly translated
|
||||
- Add chart report to visualize the expenses of the current/a configurable period grouped by account
|
||||
- Add chart report to visualize the expenses of the current/a configurable period grouped by account
|
||||
|
||||
Reference in New Issue
Block a user