mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Rewrote some methods to fix #341
This commit is contained in:
@@ -41,6 +41,59 @@
|
||||
"automatch": 1,
|
||||
"repeat_freq": "weekly",
|
||||
"skip": 0
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"name": "Rent",
|
||||
"match": "rent,land,lord",
|
||||
"amount_min": 795,
|
||||
"amount_max": 805,
|
||||
"user_id": 1,
|
||||
"date": "2015-01-02",
|
||||
"active": 1,
|
||||
"automatch": 1,
|
||||
"repeat_freq": "monthly",
|
||||
"skip": 0
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Netflix subscription per quarter",
|
||||
"match": "netflix,subscription",
|
||||
"amount_min": 36,
|
||||
"amount_max": 36,
|
||||
"user_id": 1,
|
||||
"date": "2016-09-06",
|
||||
"active": 1,
|
||||
"automatch": 1,
|
||||
"repeat_freq": "quarterly",
|
||||
"skip": 0
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Travel insurance",
|
||||
"match": "abn,travel,insurance",
|
||||
"amount_min": 55,
|
||||
"amount_max": 62,
|
||||
"user_id": 1,
|
||||
"date": "2015-03-04",
|
||||
"active": 1,
|
||||
"automatch": 1,
|
||||
"repeat_freq": "yearly",
|
||||
"skip": 0
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Health insurance",
|
||||
"match": "insurer,insurance,health",
|
||||
"amount_min": 120,
|
||||
"amount_max": 140,
|
||||
"user_id": 1,
|
||||
"date": "2015-01-07",
|
||||
"active": 1,
|
||||
"automatch": 1,
|
||||
"repeat_freq": "monthly",
|
||||
"skip": 0
|
||||
}
|
||||
],
|
||||
"budgets": [
|
||||
|
Reference in New Issue
Block a user