X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-filter.h;h=5668420c3908c71a8ce5de17cf08f6fb1f8239cd;hp=af7b5353b1e65855c65946da63d1a74b2efe88ca;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7 diff --git a/src/hb-filter.h b/src/hb-filter.h index af7b535..5668420 100644 --- a/src/hb-filter.h +++ b/src/hb-filter.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2016 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -85,7 +85,8 @@ enum FLT_QSEARCH_INFO = 1<<1, FLT_QSEARCH_PAYEE = 1<<2, FLT_QSEARCH_CATEGORY = 1<<3, - FLT_QSEARCH_TAGS = 1<<4 + FLT_QSEARCH_TAGS = 1<<4, + FLT_QSEARCH_AMOUNT = 1<<5 }; @@ -94,6 +95,7 @@ typedef struct _filter Filter; struct _filter { guint32 mindate, maxdate; + gint nbdaysfuture; gint range; gint type; gint status; @@ -108,9 +110,9 @@ struct _filter gdouble minamount, maxamount; gboolean exact; gchar *info; - gchar *wording; + gchar *memo; gchar *tag; - guint last_tab; + gchar last_tab[8]; };