GnuCash c935c2f+
Loading...
Searching...
No Matches
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
31gboolean text2bool( const gchar *text );
32GncAmountType text2disc_type( const gchar *text );
33GncDiscountHow text2disc_how( const gchar *text );
34gboolean isDateValid(char * date_string);
Business Entry Interface.
GncAmountType
How to interpret the amount.
Definition gncTaxTable.h:79