GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 Invoice Interface.