GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dialog-bi-import-helper.h
1 
26 #include <glib/gi18n.h>
27 #include <glib.h>
28 #include <glib/gstdio.h>
29 #include "gncEntry.h"
30 
31 gboolean text2bool( const gchar *text );
32 GncAmountType text2disc_type( const gchar *text );
33 GncDiscountHow text2disc_how( const gchar *text );
34 gboolean isDateValid(char * date_string);
Business Entry Interface.
GncAmountType
Definition: gncTaxTable.h:93