financial page with bank data
All checks were successful
Deploy / build-deploy (push) Successful in 1m48s
All checks were successful
Deploy / build-deploy (push) Successful in 1m48s
This commit is contained in:
parent
e68d2c245c
commit
33c68c2f44
11 changed files with 394 additions and 87 deletions
|
|
@ -180,8 +180,9 @@ export namespace Catcrafts::Server {
|
|||
|
||||
// One classification rule. A rule matches when every criterion it states
|
||||
// matches; the first matching rule wins. `group` is "donations",
|
||||
// "recurring", "single" or "ignore" — anything else is a typo and the
|
||||
// rule is dropped at load rather than inventing a category.
|
||||
// "expense" or "ignore" — anything else is a typo and the rule is dropped
|
||||
// at load rather than inventing a category. (Expenses were once split
|
||||
// into recurring/one-off; see Financials::expenses for why that went.)
|
||||
struct FinancialRule {
|
||||
std::string iban; // exact, case-insensitive
|
||||
std::string descriptionContains; // substring, case-insensitive
|
||||
|
|
|
|||
Loading…
Reference in a new issue