Added a chore period type "yearly" (closes #407)

This commit is contained in:
Bernd Bestel
2019-10-04 11:24:51 +02:00
parent 28b23fd313
commit ba6bfa6a2c
7 changed files with 19 additions and 2 deletions

View File

@@ -5,7 +5,8 @@
- Fixed that recipes were displayed without ingredients if the total recipe count was > 100
### Chores improvements
- Added a "period interval" option per chore to have more flexible schedules (possible for the daily/weekly/monthly schedules, means "schedule this chore only every x days/weeks/months" to have for example biweekly schedules)
- Added a new period type "yearly" (for yearly schedules)
- Added a "period interval" option per chore to have more flexible schedules (possible for the daily/weekly/monthly/yearly schedules, means "schedule this chore only every x days/weeks/months" to have for example biweekly schedules)
### General & other improvements
- New Input shorthands for date fields to increase/decrease the date by 1 month/year (shift + arrow keys, see the full list [here](https://github.com/grocy/grocy#input-shorthands-for-date-fields))