Home
last modified time | relevance | path

Searched refs:GNC_DISC_PRETAX (Results 1 – 8 of 8) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/bi-import/
H A Ddialog-bi-import-helper.c88 GncDiscountHow how = GNC_DISC_PRETAX; in text2disc_how()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncEntry.c116 case (GNC_DISC_PRETAX): in gncEntryDiscountHowToString()
135 *how = GNC_DISC_PRETAX; in gncEntryDiscountStringToHow()
431 entry->i_disc_how = GNC_DISC_PRETAX; in gncEntryCreate()
680 GncDiscountHow how = GNC_DISC_PRETAX; in qofEntrySetInvDiscHow()
1187 case GNC_DISC_PRETAX: in gncEntryComputeValueInt()
1202 if (discount_how == GNC_DISC_PRETAX) in gncEntryComputeValueInt()
1372 gnc_numeric_zero(), GNC_AMT_TYPE_VALUE, GNC_DISC_PRETAX, in gncEntryRecomputeValues()
1467 gnc_numeric_zero(), GNC_AMT_TYPE_VALUE, GNC_DISC_PRETAX, in gncEntryGetPrice()
H A DgncEntry.h51 GNC_DISC_PRETAX = 1, enumerator
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/
H A Dsimple_business_create.py59 GNC_DISC_PRETAX
H A Dlatex_invoices.py76 GNC_DISC_PRETAX,
/dports/finance/gnucash/gnucash-4.9/bindings/python/
H A Dgnucash_business.py43 GNC_DISC_PRETAX, GNC_DISC_SAMETIME, GNC_DISC_POSTTAX, \
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A DgncEntryLedger.c747 disc_how = GNC_DISC_PRETAX; in gnc_entry_ledger_compute_value()
H A DgncEntryLedgerModel.c649 case GNC_DISC_PRETAX: in get_dishow_help()