24 #include <glib/gi18n.h> 27 #include <glib/gstdio.h> 30 #include "gncCustomerP.h" 37 #ifndef GNC_invoice_import_invoice_import_H 38 #define GNC_invoice_import_invoice_import_H 41 GncCustomer * gnc_search_customer_on_id (QofBook *book,
const gchar *
id);
42 GncInvoice * gnc_search_invoice_on_id (QofBook *book,
const gchar *
id);
43 GncInvoice * gnc_search_bill_on_id (QofBook *book,
const gchar *
id);
44 GncVendor * gnc_search_vendor_on_id (QofBook *book,
const gchar *
id);
– Business Helper Functions
credit, discount and shipaddr are unique to GncCustomer id, name, notes, terms, addr, currency, taxtable, taxtable_override taxincluded, active and jobs are identical to ::GncVendor.
Business Invoice Interface.