Home
last modified time | relevance | path

Searched refs:match_account (Results 1 – 7 of 7) sorted by relevance

/dports/finance/beancount/beancount-2.3.3/experiments/sharing/
H A Dextract_tagged.py20 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 Dmatch-account.c30 struct match match_account = { variable
H A Dmatch.h115 extern struct match match_account;
H A Dparse-fn.c402 } else if (ei->match == &match_account) { in free_rule()
H A Dparse.y1590 $$->match = &match_account;
/dports/security/py-muacrypt/muacrypt-0.9.1/muacrypt/
H A Dstates.py76 def match_account(key, value): function
80 self._heads.remove_if(match_account)
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-transfer.c723 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()