X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fhomebank;a=blobdiff_plain;f=src%2Fhb-assign.h;h=9c16be48d54b06ef06be31d807eccb4adc5c61af;hp=7ecdf714efdd6d208ee8ea750008b054f7ab5bc4;hb=996fa4ab9f6b836001f8ad0eecbfd3821687fea7;hpb=27f6e3b112df235c8e9afc9911b1f6bce208a001 diff --git a/src/hb-assign.h b/src/hb-assign.h index 7ecdf71..9c16be4 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-2016 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