Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncEntry.c58 gnc_numeric i_discount; member
429 entry->i_discount = zero; in gncEntryCreate()
631 if (gnc_numeric_eq (entry->i_discount, discount)) return; in gncEntrySetInvDiscount()
633 entry->i_discount = discount; in gncEntrySetInvDiscount()
834 dest->i_discount = src->i_discount; in gncEntryCopy()
934 return entry->i_discount; in gncEntryGetInvDiscount()
1362 entry->i_discount, entry->i_disc_type, in gncEntryRecomputeValues()
1460 entry->i_discount, entry->i_disc_type, in gncEntryGetPrice()