Searched refs:match_account (Results 1 – 7 of 7) sorted by relevance
/dports/finance/beancount/beancount-2.3.3/experiments/sharing/ |
H A D | extract_tagged.py | 20 def adjust_entry(entry: data.Transaction, match_account: str, account: str, tag: str, 27 if re.match(match_account, posting.account): 74 match_account = 'Expenses:Kai' # FIXME: Make this an option. 77 entry = adjust_entry(entry, match_account, args.inflows_account, args.tag,
|
/dports/mail/fdm/fdm-2.0/ |
H A D | match-account.c | 30 struct match match_account = { variable
|
H A D | match.h | 115 extern struct match match_account;
|
H A D | parse-fn.c | 402 } else if (ei->match == &match_account) { in free_rule()
|
H A D | parse.y | 1590 $$->match = &match_account;
|
/dports/security/py-muacrypt/muacrypt-0.9.1/muacrypt/ |
H A D | states.py | 76 def match_account(key, value): function 80 self._heads.remove_if(match_account)
|
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/ |
H A D | dialog-transfer.c | 723 Account *match_account; /* the matched text was from this account */ in gnc_xfer_dialog_quickfill() local 736 match_account = gnc_transfer_dialog_get_selected_account (xferData, xferData->quickfill); in gnc_xfer_dialog_quickfill() 743 split = xaccAccountFindSplitByDesc( match_account, desc ); in gnc_xfer_dialog_quickfill()
|