This will provide differentiation between income that's regular and stable (long-term contract) and that which is not, such as gigs, presents, etc. It presents the information separated in both graphs and reports.
101 lines
1.3 KiB
YAML
101 lines
1.3 KiB
YAML
Groups:
|
|
income-fixed:
|
|
color: limegreen
|
|
linestyle: dashed
|
|
income-extra:
|
|
color: limegreen
|
|
linestyle: dashed
|
|
income:
|
|
color: limegreen
|
|
linestyle: solid
|
|
fixed:
|
|
color: tab:blue
|
|
required:
|
|
color: tab:orange
|
|
health:
|
|
color: tab:red
|
|
travel:
|
|
color: tab:cyan
|
|
discretionary:
|
|
color: tab:brown
|
|
|
|
Income1:
|
|
group: income-fixed
|
|
regex:
|
|
- company A
|
|
|
|
Income2:
|
|
group: income-fixed
|
|
regex:
|
|
- transfer
|
|
banks:
|
|
- BankA
|
|
|
|
Income3:
|
|
group: income-extra
|
|
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
|
|
|
|
Investment:
|
|
group: investment
|
|
|
|
Pets:
|
|
group: required
|
|
|
|
Medical:
|
|
group: health
|
|
regex:
|
|
- hospital
|
|
- pharmacy
|
|
|
|
Miscellaneous:
|
|
|
|
Travel:
|
|
group: travel
|
|
regex:
|
|
- ryanair
|
|
- easyjet
|
|
- airbnb
|
|
not_in_groups:
|
|
- income-fixed
|
|
- income-extra
|
|
- fixed
|
|
date_fmt: "%Y-%m-%d"
|
|
vacations:
|
|
- ["2019-12-23", "2020-01-02"]
|
|
- ["2020-07-01", "2020-07-30"]
|