From 60a25b1f9190b8e966489998315d25539ac1fdf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Murta?= Date: Sat, 5 Jun 2021 23:28:31 +0100 Subject: [PATCH] Adds category configuration as YAML file --- categories.yaml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 categories.yaml diff --git a/categories.yaml b/categories.yaml new file mode 100644 index 0000000..d7b2f93 --- /dev/null +++ b/categories.yaml @@ -0,0 +1,61 @@ +Income1: + regex: + - company A + +Income2: + regex: + - transfer + bank: + - BankA + +Income3: + regex: + - company B + +Commute: + regex: + - uber + regular: + - [train, 50] + +Utilities: + regex: + - electricity + regular: + - [water] + - [internet, 30.5] + +Groceries: + regex: + - lidl + - e.leclerc + - aldi + +Eating Out: + regex: + - restaurant 1 + - restaurant 2 + +Entertainment: + regex: + - cinema + - steam + +Pets: + +Medical: + regex: + - hospital + - pharmacy + +Miscellaneous: + +Travel: + regex: + - ryanair + - easyjet + - airbnb + date_fmt: "%Y-%m-%d" + dates: + - ["2019-12-23", "2020-01-02"] + - ["2020-07-01", "2020-07-30"]