mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Added a chore period type "yearly" (closes #407)
This commit is contained in:
@@ -11,6 +11,7 @@ class ChoresService extends BaseService
|
||||
const CHORE_PERIOD_TYPE_DAILY = 'daily';
|
||||
const CHORE_PERIOD_TYPE_WEEKLY = 'weekly';
|
||||
const CHORE_PERIOD_TYPE_MONTHLY = 'monthly';
|
||||
const CHORE_PERIOD_TYPE_YEARLY = 'yearly';
|
||||
|
||||
const CHORE_ASSIGNMENT_TYPE_NO_ASSIGNMENT = 'no-assignment';
|
||||
const CHORE_ASSIGNMENT_TYPE_WHO_LEAST_DID_FIRST = 'who-least-did-first';
|
||||
|
Reference in New Issue
Block a user