X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-assign.h;h=2c73da8263bc7c9eab9d4406dacda30fe41b15be;hp=7ecdf714efdd6d208ee8ea750008b054f7ab5bc4;hb=cd13d9691c46c2b2d6d459e9e6a76bed1c21b7a6;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/hb-assign.h b/src/hb-assign.h index 7ecdf71..2c73da8 100644 --- a/src/hb-assign.h +++ b/src/hb-assign.h @@ -1,5 +1,5 @@ /* HomeBank -- Free, easy, personal accounting for everyone. - * Copyright (C) 1995-2014 Maxime DOYEN + * Copyright (C) 1995-2018 Maxime DOYEN * * This file is part of HomeBank. * @@ -29,15 +29,23 @@ struct _assign guint32 key; gushort flags; gushort field; - gchar *name; + gchar *text; guint32 kpay; guint32 kcat; + gushort paymode; + gushort pad1; }; #define ASGF_EXACT (1<<0) #define ASGF_DOPAY (1<<1) #define ASGF_DOCAT (1<<2) +#define ASGF_DOMOD (1<<3) + +#define ASGF_REGEX (1<<8) +#define ASGF_OVWPAY (1<<9) +#define ASGF_OVWCAT (1<<10) +#define ASGF_OVWMOD (1<<11) void