28 #ifndef GNC_ASSISTANT_CSV_EXPORT_H 29 #define GNC_ASSISTANT_CSV_EXPORT_H 45 GtkWidget *start_date_choose;
46 GtkWidget *start_date_today;
47 GtkWidget *start_date;
48 GtkWidget *end_date_choose;
49 GtkWidget *end_date_today;
61 GtkWidget *account_treeview;
62 GtkWidget *select_button;
63 GtkWidget *num_acct_label;
71 CsvExportType export_type;
77 GtkWidget *start_page;
78 GtkWidget *account_page;
82 GtkWidget *start_label;
83 GtkWidget *custom_entry;
85 GtkWidget *file_chooser;
86 GtkWidget *finish_label;
87 GtkWidget *summary_label;
94 gboolean simple_layout;
Account handling public routines.
GNCAccountType
The account types are used to determine how the transaction data in the account is displayed...
void gnc_file_csv_export(CsvExportType export_type)
The gnc_file_csv_export() will let the user export the account tree or transactions to a delimited fi...
gint64 time64
Most systems that are currently maintained, including Microsoft Windows, BSD-derived Unixes and Linux...
void gnc_file_csv_export_register(CsvExportType export_type, Query *query, Account *acc)
The gnc_file_csv_export_register() will let the user export the active register transactions to a del...