Home
last modified time | relevance | path

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

/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A DgncTaxTable.h71 } GncAmountType; typedef
107 const char * gncAmountTypeToString (GncAmountType type);
108 gboolean gncAmountStringToType (const char *str, GncAmountType *type);
128 void gncTaxTableEntrySetType (GncTaxTableEntry *entry, GncAmountType type);
169 GncAmountType gncTaxTableEntryGetType (const GncTaxTableEntry *entry);
H A DgncEntry.h138 void gncEntrySetInvDiscountType (GncEntry *entry, GncAmountType type);
193 GncAmountType gncEntryGetInvDiscountType (const GncEntry *entry);
278 gnc_numeric discount, GncAmountType discount_type,
H A DgncTaxTable.c62 GncAmountType type;
79 gncAmountTypeToString (GncAmountType type) in gncAmountTypeToString()
110 gncAmountStringToType (const char *str, GncAmountType *type) in gncAmountStringToType()
570 void gncTaxTableEntrySetType (GncTaxTableEntry *entry, GncAmountType type) in gncTaxTableEntrySetType()
801 GncAmountType gncTaxTableEntryGetType (const GncTaxTableEntry *entry) in gncTaxTableEntryGetType()
H A DgncEntry.c59 GncAmountType i_disc_type;
639 void gncEntrySetInvDiscountType (GncEntry *entry, GncAmountType type) in gncEntrySetInvDiscountType()
665 GncAmountType type; in qofEntrySetInvDiscType()
937 GncAmountType gncEntryGetInvDiscountType (const GncEntry *entry) in gncEntryGetInvDiscountType()
1092 gnc_numeric discount, GncAmountType discount_type, in gncEntryComputeValueInt()
1284 gnc_numeric discount, GncAmountType discount_type, in gncEntryComputeValue()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/bi-import/
H A Ddialog-bi-import-helper.c69 GncAmountType text2disc_type( const gchar *text ) in text2disc_type()
71 GncAmountType type = GNC_AMT_TYPE_PERCENT; in text2disc_type()
H A Ddialog-bi-import-helper.h32 GncAmountType text2disc_type( const gchar *text );
/dports/finance/gnucash/gnucash-4.9/libgnucash/backend/xml/
H A Dgnc-tax-table-xml-v2.cpp169 GncAmountType type; in ttentry_type_handler()
H A Dgnc-entry-xml-v2.cpp422 GncAmountType type; in entry_idisctype_handler()
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.20023684 * gw-business-core-spec.scm: wrap GncAmountType, GncTaxIncluded