Summary: | Display assigned VAT account in list view | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | onet.cristian |
Priority: | NOR | ||
Version: | 4.6.6 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/233bcf403226cf669cdae22cff211ef29a22a5a9 | Version Fixed In: | 4.7.1 |
Sentry Crash Report: | |||
Attachments: | Display assigned vat account in VAT column of list view |
Description
Ralf Habacker
2014-10-04 09:45:19 UTC
Created attachment 88949 [details]
Display assigned vat account in VAT column of list view
Git commit f803f3f9ee6cd82b1d0fab5fe0e69ab368ac0ebe by Thomas Baumgart. Committed on 05/10/2014 at 07:22. Pushed by tbaumgart into branch 'master'. Display assigned VAT account in list view The category view contains a column called VAT which showed a check mark when the category in question has a VAT category assigned. Now the name of that VAT category is shown instead of the check mark. M +4 -1 kmymoney/models/accountsmodel.cpp http://commits.kde.org/kmymoney/f803f3f9ee6cd82b1d0fab5fe0e69ab368ac0ebe Git commit 233bcf403226cf669cdae22cff211ef29a22a5a9 by Cristian Oneț, on behalf of Thomas Baumgart. Committed on 05/10/2014 at 07:22. Pushed by conet into branch '4.7'. Display assigned VAT account in list view The category view contains a column called VAT which showed a check mark when the category in question has a VAT category assigned. Now the name of that VAT category is shown instead of the check mark. (cherry picked from commit f803f3f9ee6cd82b1d0fab5fe0e69ab368ac0ebe) M +4 -1 kmymoney/models/accountsmodel.cpp http://commits.kde.org/kmymoney/233bcf403226cf669cdae22cff211ef29a22a5a9 I've pushed this into 4.7 since also since the fix for BUG 339693 is in the same area and picking only the commit for BUG 339693 would cause a conflict, because it did not contain this patch. So even if this is a feature it was picked in 4.7. |