mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Implemented daily/weekly/monthly recurrence patterns for chores (closes #151)
This commit is contained in:
@@ -6,6 +6,9 @@ class ChoresService extends BaseService
|
||||
{
|
||||
const CHORE_TYPE_MANUALLY = 'manually';
|
||||
const CHORE_TYPE_DYNAMIC_REGULAR = 'dynamic-regular';
|
||||
const CHORE_TYPE_DAILY = 'daily';
|
||||
const CHORE_TYPE_weekly = 'weekly';
|
||||
const CHORE_TYPE_monthly = 'monthly';
|
||||
|
||||
public function GetCurrent()
|
||||
{
|
||||
|
Reference in New Issue
Block a user