Skip to content

Commit

Permalink
Update README with heuristic to select payment type
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekMs committed Feb 9, 2024
1 parent 259e07a commit 228b541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ This file contains a list of categories with a:

When adding your own categories please pay attention to correctly specify matching regexes, as they are inside JSON file (for example you have to use double escape slash to escape a special character in regex), eg: `"EURO\\-NET"`

### Personalization recommendations
When adding new categories this simple heuristic for selecting payment type might help you:
- use `ocassional` if this transaction had to be done by certain deadline (eg: motor liability insurance; present for someone's birthday;)
- use `optional` if this transaction was not required in a specific month and could be postponed to another one (eg: going out to a theater; buying new furniture;)
- use `recurring` if this transaction is part of your monthly routine (eg: flat rental)
- use `household` if this transaction is part of your daily routine (eg: groceries; fuel; drugs from pharmacy; gym;)
## Development setup

```commandline
Expand Down

0 comments on commit 228b541

Please sign in to comment.