Splits without category are lost during QIF import
Bug #1501968 reported by
slodki
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HomeBank |
Fix Released
|
Medium
|
Maxime DOYEN |
Bug Description
Split transactions are exported to QIF correctly, but during QIF import splits without category (empty S lines in QIF) are lost.
How to reproduce:
1. Open test1.xhb file with one transaction split into 3 parts
2. Export transaction to QIF - all split details are exported (see test1.qif)
3. Import test1.qif - all split details are imported
4. Open test2.xhb file with one transaction split into 3 parts, only 1 part has category
5. Export transaction to QIF - all split details are exported (see test2.qif)
6. Import test2.qif - transacton is mported, but both parts without category (but with memo and amount) are lost!
version: 5.0.5
Related branches
lp://staging/~slodki/homebank/5.0.x
- Maxime DOYEN: Pending requested
-
Diff: 51 lines (+15/-3)2 files modifiedsrc/hb-import-qif.c (+8/-0)
src/hb-transaction.c (+7/-3)
Changed in homebank: | |
assignee: | nobody → slodki (slodki) |
status: | New → In Progress |
Changed in homebank: | |
assignee: | slodki (slodki) → Maxime Doyen (mdoyen) |
importance: | Undecided → Medium |
milestone: | none → 5.0.6 |
status: | Fix Committed → Confirmed |
Changed in homebank: | |
status: | Confirmed → Fix Committed |
Changed in homebank: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix ready. Compiled and tested under linux.