34 #ifndef GNC_BUSINESS_H_ 35 #define GNC_BUSINESS_H_ 46 #define OWNER_EXPORT_PDF_DIRNAME "export-pdf-directory" 47 #define LAST_POSTED_TO_ACCT "last-posted-to-acct" 48 #define GNC_PAYMENT "payment" 49 #define GNC_LAST_ACCOUNT "last_acct" 52 #define GNC_BILLTERM_MODULE_NAME GNC_ID_BILLTERM 53 #define GNC_CUSTOMER_MODULE_NAME GNC_ID_CUSTOMER 54 #define GNC_EMPLOYEE_MODULE_NAME GNC_ID_EMPLOYEE 55 #define GNC_ENTRY_MODULE_NAME GNC_ID_ENTRY 56 #define GNC_INVOICE_MODULE_NAME GNC_ID_INVOICE 57 #define GNC_JOB_MODULE_NAME GNC_ID_JOB 58 #define GNC_ORDER_MODULE_NAME GNC_ID_ORDER 59 #define GNC_OWNER_MODULE_NAME GNC_ID_OWNER 60 #define GNC_TAXTABLE_MODULE_NAME GNC_ID_TAXTABLE 61 #define GNC_VENDOR_MODULE_NAME GNC_ID_VENDOR 79 gboolean all_including_inactive);
92 gboolean all_including_inactive);
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...
const gchar * QofIdTypeConst
QofIdTypeConst declaration.
gboolean gncBusinessIsPaymentAcctType(GNCAccountType type)
Returns whether the given account type is a valid type to use in business payments.
Account handling public routines.
GNCAccountType
The account types are used to determine how the transaction data in the account is displayed...
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.
GList OwnerList
For SWIG: A GList containing GncOwner.