Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncEntry.c60 GncDiscountHow i_disc_how; member
431 entry->i_disc_how = GNC_DISC_PRETAX; in gncEntryCreate()
654 if (entry->i_disc_how == how) return; in gncEntrySetInvDiscountHow()
657 entry->i_disc_how = how; in gncEntrySetInvDiscountHow()
685 if (entry->i_disc_how == how) return; in qofEntrySetInvDiscHow()
686 entry->i_disc_how = how; in qofEntrySetInvDiscHow()
836 dest->i_disc_how = src->i_disc_how; in gncEntryCopy()
946 return entry->i_disc_how; in gncEntryGetInvDiscountHow()
963 type_string = g_strdup(gncEntryDiscountHowToString(entry->i_disc_how)); in qofEntryGetInvDiscHow()
1363 entry->i_disc_how, in gncEntryRecomputeValues()
[all …]