GnuCash c935c2f+
Loading...
Searching...
No Matches
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
41GncCustomer * gnc_search_customer_on_id (QofBook *book, const gchar *id);
42GncInvoice * gnc_search_invoice_on_id (QofBook *book, const gchar *id);
43GncInvoice * gnc_search_bill_on_id (QofBook *book, const gchar *id);
44GncVendor * gnc_search_vendor_on_id (QofBook *book, const gchar *id);
45
46#endif
-- Business Helper Functions
Business Invoice Interface.
credit, discount and shipaddr are unique to GncCustomer id, name, notes, terms, addr,...
QofBook reference.
Definition qofbook-p.hpp:47