36 #ifndef GNC_FEATURES_H 37 #define GNC_FEATURES_H 48 #define GNC_FEATURE_CREDIT_NOTES "Credit Notes" 49 #define GNC_FEATURE_NUM_FIELD_SOURCE "Number Field Source" 50 #define GNC_FEATURE_KVP_EXTRA_DATA "Extra data in addresses, jobs or invoice entries" 51 #define GNC_FEATURE_BOOK_CURRENCY "Use a Book-Currency" 52 #define GNC_FEATURE_GUID_BAYESIAN "Account GUID based Bayesian data" 53 #define GNC_FEATURE_GUID_FLAT_BAYESIAN "Account GUID based bayesian with flat KVP" 54 #define GNC_FEATURE_SQLITE3_ISO_DATES "ISO-8601 formatted date strings in SQLite3 databases." 55 #define GNC_FEATURE_REG_SORT_FILTER "Register sort and filter settings stored in .gcm file" 56 #define GNC_FEATURE_BUDGET_UNREVERSED "Use natural signs in budget amounts" 57 #define GNC_FEATURE_BUDGET_SHOW_EXTRA_ACCOUNT_COLS "Show extra account columns in the Budget View" 58 #define GNC_FEATURE_EQUITY_TYPE_OPENING_BALANCE "Use a dedicated opening balance account identified by an 'equity-type' slot" 80 gboolean gnc_features_check_used (QofBook *,
char const * feature);
void gnc_features_set_used(QofBook *book, const gchar *feature)
Indicate that the current book uses the given feature.
gchar * gnc_features_test_unknown(QofBook *book)
Test if the current book relies on features only introduced in a more recent version of GnuCash...