indentation

This commit is contained in:
Lynne Megido 2020-09-27 15:55:50 +10:00
parent ffc50f83a3
commit d91030d5ea
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -12,9 +12,9 @@ dotnet build
```
## Supported banks
- ME Bank ([guide](https://git.bune.city/lynnesbian/BunyMuny/raw/branch/master/guide/me.png))
- NAB
- CommBank
- ME Bank ([guide](https://git.bune.city/lynnesbian/BunyMuny/raw/branch/master/guide/me.png))
- NAB
- CommBank
## The rules file
By default, BunyMuny checks for rules in `rules.csv` in the current directory.
@ -31,13 +31,13 @@ This means that:
- Any statement that doesn't match these two rules will be categorised as "Other", and will use the description provided by the bank file.
### Detailed explanation
- `Match` specifies the type of matching to perform. It can be any of the following:
- `Match` specifies the type of matching to perform. It can be any of the following:
- "Start": Match the start of the description.
- "End": Match the end of the description.
- "Contains": Match anywhere in the description.
- "Exact": Only match if the bank statement's description is exactly equal to the provided value.
- "Regex": Match with [regular expressions](https://en.wikipedia.org/wiki/Regular_expression).
- `Value` specifies the value to match against.
- `Category` is the category that the statement should be filed under.
- `Description` is a short description to distinguish the particular merchant.
- `CaseSensitive` specifies whether or not the match should be case sensitive.
- `Value` specifies the value to match against.
- `Category` is the category that the statement should be filed under.
- `Description` is a short description to distinguish the particular merchant.
- `CaseSensitive` specifies whether or not the match should be case sensitive.