Home
last modified time | relevance | path

Searched defs:is_cust_doc (Results 1 – 5 of 5) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncEntry.c1404 static gnc_numeric gncEntryGetIntValue (GncEntry *entry, gboolean round, gboolean is_cust_doc) in gncEntryGetIntValue()
1414 static gnc_numeric gncEntryGetIntTaxValue (GncEntry *entry, gboolean round, gboolean is_cust_doc) in gncEntryGetIntTaxValue()
1425 static AccountValueList * gncEntryGetIntTaxValues (GncEntry *entry, gboolean is_cust_doc) in gncEntryGetIntTaxValues()
1432 …tic gnc_numeric gncEntryGetIntDiscountValue (GncEntry *entry, gboolean round, gboolean is_cust_doc) in gncEntryGetIntDiscountValue()
1479 gnc_numeric gncEntryGetDocValue (GncEntry *entry, gboolean round, gboolean is_cust_doc, gboolean is… in gncEntryGetDocValue()
1485 gnc_numeric gncEntryGetDocTaxValue (GncEntry *entry, gboolean round, gboolean is_cust_doc, gboolean… in gncEntryGetDocTaxValue()
1492 AccountValueList * gncEntryGetDocTaxValues (GncEntry *entry, gboolean is_cust_doc, gboolean is_cn) in gncEntryGetDocTaxValues()
1515 gnc_numeric gncEntryGetBalValue (GncEntry *entry, gboolean round, gboolean is_cust_doc) in gncEntryGetBalValue()
1521 gnc_numeric gncEntryGetBalTaxValue (GncEntry *entry, gboolean round, gboolean is_cust_doc) in gncEntryGetBalTaxValue()
1528 AccountValueList * gncEntryGetBalTaxValues (GncEntry *entry, gboolean is_cust_doc) in gncEntryGetBalTaxValues()
[all …]
H A DgncInvoice.c940 gboolean is_cust_doc, is_cn; in gncInvoiceGetNetAndTaxesInternal() local
1378 gboolean is_cust_doc = (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_CUSTOMER); in gncInvoiceGetForeignCurrencies() local
1513 gboolean is_cust_doc; in gncInvoicePostToAccount() local
1894 gboolean is_cust_doc = (gncInvoiceGetOwnerType (invoice) == GNC_OWNER_CUSTOMER); in gncInvoiceUnpost() local
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A DgncEntryLedgerP.h59 gboolean is_cust_doc; /** is this document customer or vendor related ? */ member
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/test/
H A Dutest-Invoice.c35 gboolean is_cust_doc; member
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-invoice.c950 gboolean is_cust_doc, auto_pay; in gnc_invoice_post() local