GnuCash  5.6-150-g038405b370+
gncIDSearch.h
1 
23 #include <config.h>
24 #include <glib/gi18n.h>
25 #include <regex.h>
26 #include <glib.h>
27 #include <glib/gstdio.h>
28 #include "qof.h"
29 //#include "gncAddressP.h"
30 #include "gncCustomerP.h"
31 //#include "gncCustomer.h"
32 #include "gncInvoice.h"
33 #include "gncBusiness.h"
34 // query
35 
36 
37 #ifndef GNC_invoice_import_invoice_import_H
38 #define GNC_invoice_import_invoice_import_H
39 
40 
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);
45 
46 #endif
– 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.