Home
last modified time | relevance | path

Searched refs:posted_txn (Results 1 – 2 of 2) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncInvoice.c75 Transaction *posted_txn; member
259 return (inv->posted_txn == GNC_TRANSACTION(ref)); in impl_refers_to_object()
646 g_return_if_fail (invoice->posted_txn == NULL); in gncInvoiceSetPostedTxn()
649 invoice->posted_txn = txn; in gncInvoiceSetPostedTxn()
1144 return invoice->posted_txn; in gncInvoiceGetPostedTxn()
1328 if (invoice->posted_txn) return; /* Cannot reset invoice's txn */ in gncInvoiceAttachToTxn()
1887 invoice->posted_txn = NULL; in gncInvoiceUnpost()
2143 if (!xaccTransEqual (a->posted_txn, b->posted_txn, TRUE, TRUE, TRUE, FALSE)) in gncInvoiceEqual()
H A DScrubBusiness.c536 Transaction *posted_txn = gncInvoiceGetPostedTxn (invoice); in gncScrubBusinessSplit() local
563 else if (invoice && (txn != posted_txn)) in gncScrubBusinessSplit()