mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
feat: a budget type that will rollover but also incorporate overspending from the previous period (if any)
This commit is contained in:
@@ -69,6 +69,7 @@ class AutoBudget extends Model
|
||||
|
||||
public const AUTO_BUDGET_RESET = 1;
|
||||
public const AUTO_BUDGET_ROLLOVER = 2;
|
||||
public const AUTO_BUDGET_ADJUSTED = 3;
|
||||
|
||||
protected $fillable = ['budget_id','amount','period'];
|
||||
|
||||
|
Reference in New Issue
Block a user