X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-filter.h;fp=src%2Fhb-filter.h;h=5668420c3908c71a8ce5de17cf08f6fb1f8239cd;hp=eca0f06babf43685fdfe8686e9ad9a8db89de1cb;hb=d11c8dd3275ed2a4a35598e69c0804dcf9435766;hpb=2ef3e601408ebaeeaf5f40d6967664b012a49979 diff --git a/src/hb-filter.h b/src/hb-filter.h index eca0f06..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-2017 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]; };