|
GnuCash
5.6-150-g038405b370+
|
core import functions for invoice import plugin More...
#include <glib.h>#include <gtk/gtk.h>Go to the source code of this file.
Data Structures | |
| struct | bi_import_stats |
Typedefs | |
| typedef enum _bi_import_result | bi_import_result |
Functions | |
| bi_import_result | gnc_bi_import_read_file (const gchar *filename, const gchar *parser_regexp, GtkListStore *store, guint max_rows, bi_import_stats *stats) |
| Imports a csv file with invoice data into a GtkListStore. More... | |
| void | gnc_bi_import_fix_bis (GtkListStore *store, guint *fixed, guint *deleted, GString *info, gchar *type) |
| Adjusts and validates invoice import data. More... | |
| void | gnc_bi_import_create_bis (GtkListStore *store, QofBook *book, guint *n_invoices_created, guint *n_invoices_updated, guint *n_rows_ignored, gchar *type, gchar *open_mode, GString *info, GtkWindow *parent) |
| Creates and updates invoices from validated import data. More... | |
core import functions for invoice import plugin
Definition in file dialog-bi-import.h.
1.8.14