Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncEntry.c59 GncAmountType i_disc_type; member
430 entry->i_disc_type = GNC_AMT_TYPE_PERCENT; in gncEntryCreate()
642 if (entry->i_disc_type == type) return; in gncEntrySetInvDiscountType()
645 entry->i_disc_type = type; in gncEntrySetInvDiscountType()
669 if (entry->i_disc_type == type) return; in qofEntrySetInvDiscType()
671 entry->i_disc_type = type; in qofEntrySetInvDiscType()
835 dest->i_disc_type = src->i_disc_type; in gncEntryCopy()
940 return entry->i_disc_type; in gncEntryGetInvDiscountType()
954 type_string = g_strdup(gncAmountTypeToString(entry->i_disc_type)); in qofEntryGetInvDiscType()
1362 entry->i_discount, entry->i_disc_type, in gncEntryRecomputeValues()
[all …]