Bug 419432 - Support for using the reference field from the payee for printing a bank transfer form
Summary: Support for using the reference field from the payee for printing a bank tran...
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.8.4
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-30 20:32 UTC by Ralf Habacker
Modified: 2020-03-30 21:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.8.5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2020-03-30 20:32:20 UTC
SUMMARY
payees provide a (currently unused) attribute named 'reference', which could be used as additional field for printing a bank transfers form. e.g. for the IBAN.


STEPS TO REPRODUCE
1. Inspect class MyMoneyPayee

OBSERVED RESULT
There is a setter/getter for an attribute reference that is loaded from and stored in kmymoney files and sql databases.

EXPECTED RESULT
What is missing is the addition of this attribute to the payee view, the print check plug-in and the print check sepa template.

SOFTWARE/OS VERSIONS
Windows: Windows 10
macOS: 
KDE Frameworks Version: 5.45.0
Qt Version: 5.9.7
Comment 1 Ralf Habacker 2020-03-30 20:34:36 UTC
Git commit 5aff8183ff9d790a913d5bee0147d76bd544add8 by Ralf Habacker.
Committed on 30/03/2020 at 20:32.
Pushed by habacker into branch '4.8'.

Add reference field to payees and use in print check template sepa_iban_reference.html
FIXED-IN:4.8.5

M  +4    -1    kmymoney/plugins/printcheck/CMakeLists.txt
M  +1    -0    kmymoney/plugins/printcheck/printcheck.cpp
C  +1    -1    kmymoney/plugins/printcheck/sepa_iban_notes.html [from: kmymoney/plugins/printcheck/sepa.html - 098% similarity]
R  +2    -2    kmymoney/plugins/printcheck/sepa_iban_reference.html [from: kmymoney/plugins/printcheck/sepa.html - 095% similarity]
M  +6    -0    kmymoney/views/kpayeesview.cpp
M  +65   -40   kmymoney/views/kpayeesviewdecl.ui

https://commits.kde.org/kmymoney/5aff8183ff9d790a913d5bee0147d76bd544add8
Comment 2 Ralf Habacker 2020-03-30 20:34:36 UTC
Git commit 525dc8be8fb70b22ce27aea63cffbcabec05c42c by Ralf Habacker.
Committed on 30/03/2020 at 20:32.
Pushed by habacker into branch '4.8'.

Refresh ui file

M  +47   -10   kmymoney/views/kpayeesviewdecl.ui

https://commits.kde.org/kmymoney/525dc8be8fb70b22ce27aea63cffbcabec05c42c