Home
last modified time | relevance | path

Searched refs:posted_acc (Results 1 – 3 of 3) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncOwner.c752 Account *posted_acc, Account *xfer_acc, in gncOwnerCreatePaymentLotSecs() argument
765 if (!owner || !posted_acc || !xfer_acc) return NULL; in gncOwnerCreatePaymentLotSecs()
769 book = gnc_account_get_book (posted_acc); in gncOwnerCreatePaymentLotSecs()
878 xaccAccountBeginEdit (posted_acc); in gncOwnerCreatePaymentLotSecs()
879 xaccAccountInsertSplit (posted_acc, split); in gncOwnerCreatePaymentLotSecs()
880 xaccAccountCommitEdit (posted_acc); in gncOwnerCreatePaymentLotSecs()
1409 GList *lots, Account *posted_acc, Account *xfer_acc, in gncOwnerApplyPaymentSecs() argument
1417 if (!owner || !posted_acc in gncOwnerApplyPaymentSecs()
1424 posted_acc, xfer_acc, in gncOwnerApplyPaymentSecs()
1431 selected_lots = xaccAccountFindOpenLots (posted_acc, gncOwnerLotMatchOwnerFunc, in gncOwnerApplyPaymentSecs()
H A DgncOwner.h220 Account *posted_acc, Account *xfer_acc,
273 GList *lots, Account *posted_acc, Account *xfer_acc,
H A DgncInvoice.c74 Account *posted_acc; member
255 return (inv->posted_acc == GNC_ACCOUNT(ref)); in impl_refers_to_object()
668 g_return_if_fail (invoice->posted_acc == NULL); in gncInvoiceSetPostedAcc()
671 invoice->posted_acc = acc; in gncInvoiceSetPostedAcc()
1150 return invoice->posted_acc; in gncInvoiceGetPostedAcc()
1886 invoice->posted_acc = NULL; in gncInvoiceUnpost()
1971 acct = invoice->posted_acc; in gncInvoiceAutoApplyPayments()
2012 invoice->posted_acc, in gncInvoiceApplyPayment()
2137 if (!xaccAccountEqual (a->posted_acc, b->posted_acc, TRUE)) in gncInvoiceEqual()