71#ifndef GNC_BUSINESS_H_
72#define GNC_BUSINESS_H_
85#define OWNER_EXPORT_PDF_DIRNAME "export-pdf-directory"
86#define LAST_POSTED_TO_ACCT "last-posted-to-acct"
87#define GNC_PAYMENT "payment"
88#define GNC_LAST_ACCOUNT "last_acct"
91#define GNC_BILLTERM_MODULE_NAME GNC_ID_BILLTERM
92#define GNC_CUSTOMER_MODULE_NAME GNC_ID_CUSTOMER
93#define GNC_EMPLOYEE_MODULE_NAME GNC_ID_EMPLOYEE
94#define GNC_ENTRY_MODULE_NAME GNC_ID_ENTRY
95#define GNC_INVOICE_MODULE_NAME GNC_ID_INVOICE
96#define GNC_JOB_MODULE_NAME GNC_ID_JOB
97#define GNC_ORDER_MODULE_NAME GNC_ID_ORDER
98#define GNC_OWNER_MODULE_NAME GNC_ID_OWNER
99#define GNC_TAXTABLE_MODULE_NAME GNC_ID_TAXTABLE
100#define GNC_VENDOR_MODULE_NAME GNC_ID_VENDOR
118 gboolean all_including_inactive);
131 gboolean all_including_inactive);
Account handling public routines.
GList OwnerList
For SWIG: A GList containing GncOwner.
GList * gncBusinessGetList(QofBook *book, QofIdTypeConst type_name, gboolean all_including_inactive)
Returns a GList of all objects of the given type_name in the given book.
gboolean gncBusinessIsPaymentAcctType(GNCAccountType type)
Returns whether the given account type is a valid type to use in business payments.
OwnerList * gncBusinessGetOwnerList(QofBook *book, QofIdTypeConst type_name, gboolean all_including_inactive)
Returns a GList of all objects of the given type_name in the given book, but each object is wrapped i...
GNCAccountType
The account types are used to determine how the transaction data in the account is displayed.
const gchar * QofIdTypeConst
QofIdTypeConst declaration.