budget/categories.yaml
Luís Murta dc6d1d0b02
Add groups to categories in YAML
Groups will later be used to aggregate categories into related groups to
present graphs and reports by type of categories.
2021-07-04 00:36:27 +01:00

77 lines
923 B
YAML

Income1:
group: income
regex:
- company A
Income2:
group: income
regex:
- transfer
banks:
- BankA
Income3:
group: income
regex:
- company B
Commute:
group: required
regex:
- uber
regular:
- [train, 50]
Utilities:
group: fixed
regex:
- electricity
regular:
- [water]
- [internet, 30.5]
Groceries:
group: required
regex:
- lidl
- e.leclerc
- aldi
Eating Out:
group: discretionary
regex:
- restaurant 1
- restaurant 2
Entertainment:
group: discretionary
regex:
- cinema
- steam
Pets:
group: required
Medical:
group: health
regex:
- hospital
- pharmacy
Miscellaneous:
Travel:
group: discretionary
regex:
- ryanair
- easyjet
- airbnb
negative_regex:
- Commute
- Utilities
date_fmt: "%Y-%m-%d"
dates:
- ["2019-12-23", "2020-01-02"]
- ["2020-07-01", "2020-07-30"]