wish: Allow auto assignments to overwrite payee
Bug #1500220 reported by
slodki
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HomeBank |
Fix Released
|
Wishlist
|
Maxime DOYEN |
Bug Description
The same payee can have different name in each transaction, depending on POS, payment method etc. Duplicated payees are created in this case.
Auto assignment can modify payee only when it's empty.
Adding additional checkbox "allow overwrite" in auto assignment editor will allow auto correct payee name based on memo or original payee value from imported data. It will automate payees merge process with only one checkbox and one simple conditional evaluation.
See attached GUI proposal.
Related branches
lp://staging/~slodki/homebank/re
Rejected
for merging
into
lp://staging/homebank/trunk
- Maxime DOYEN: Pending requested
-
Diff: 500 lines (+184/-28)8 files modifiedsrc/hb-assign.c (+1/-0)
src/hb-assign.h (+5/-0)
src/hb-hbfile.c (+2/-0)
src/hb-transaction.c (+33/-8)
src/hb-xml.c (+10/-2)
src/homebank.h (+1/-1)
src/ui-assign.c (+125/-14)
src/ui-assign.h (+7/-3)
Changed in homebank: | |
assignee: | nobody → slodki (slodki) |
status: | New → In Progress |
Changed in homebank: | |
status: | Fix Committed → In Progress |
Changed in homebank: | |
milestone: | none → 5.1 |
Changed in homebank: | |
assignee: | slodki (slodki) → Maxime Doyen (mdoyen) |
importance: | Undecided → Wishlist |
Changed in homebank: | |
status: | In Progress → Fix Committed |
Changed in homebank: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
New functionality ready. Modified GUI for assignment rule definition (see attached screenshot).
Compiled without warnings and tested under Linux.