GnuCash  5.6-150-g038405b370+
Data Structures | Enumerations | Functions
assistant-csv-export.h File Reference

CSV Export Assistant. More...

#include "Account.h"
#include "Query.h"
#include <gtk/gtk.h>

Go to the source code of this file.

Data Structures

struct  CsvExportDate
 
struct  CsvExportAcc
 
struct  CsvExportInfo
 

Enumerations

enum  CsvExportType { XML_EXPORT_TREE, XML_EXPORT_TRANS, XML_EXPORT_REGISTER }
 

Functions

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 file.
 
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 delimited file.
 

Detailed Description

CSV Export Assistant.

Author
Copyright (c) 2012 Robert Fewell

Definition in file assistant-csv-export.h.