Merge lp://staging/~slodki/homebank/re into lp://staging/homebank/trunk
Proposed by
slodki
Status: | Rejected | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Rejected by: | Maxime DOYEN | ||||||||||||||||
Proposed branch: | lp://staging/~slodki/homebank/re | ||||||||||||||||
Merge into: | lp://staging/homebank/trunk | ||||||||||||||||
Diff against target: |
500 lines (+184/-28) 8 files modified
src/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) |
||||||||||||||||
To merge this branch: | bzr merge lp://staging/~slodki/homebank/re | ||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Maxime DOYEN | Pending | ||
Review via email: mp+273769@code.staging.launchpad.net |
Description of the change
See related bug description with examples and screenshots.
Manual should be also updated with reference to https:/
To post a comment you must log in.
Unmerged revisions
- 44. By slodki
-
fix for merging trunk
- 43. By slodki
-
fix for merging trunk
- 42. By slodki
-
merged trunk
- 41. By slodki
-
Fixed typo in assign_rename()
- 40. By slodki
-
Add ability to assign Payment
- 39. By slodki
-
Don't allow to overwrite with empty payee or category in assignments
- 38. By slodki
-
GUI for ASGF_OVW* added
- 37. By slodki
-
minor fix
- 36. By slodki
-
update to latest trunk
- 35. By slodki
-
New attribute "patt" (pattern) added to assignment rule.
Changed assignment window layout - separate name and pattern fields
xhb file format version bumped to 1.2 (upgrade from <1.2 included).