Summary: | Exported account templates only includes incomplete tax information | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Ralf Habacker <ralf.habacker> |
Component: | file | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | All | ||
Latest Commit: | https://commits.kde.org/kmymoney/7e6cfca312659bb07c069fc27665a7b614dd351f | Version Fixed In: | 4.8.3,5.0.3 |
Sentry Crash Report: | |||
Attachments: |
test case for review request D16726
test case for review request D16725 |
Description
Ralf Habacker
2017-05-28 18:50:26 UTC
Git commit 74a051c48feef256b2c77f9ffaffe61aa05f6e23 by Ralf Habacker. Committed on 02/10/2018 at 18:50. Pushed by habacker into branch '4.8'. Export account attribute 'VatRate' into a template file and read out again when importing M +8 -0 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/74a051c48feef256b2c77f9ffaffe61aa05f6e23 Git commit 9511d7618e67be2ca3cf1646ab33d3df0c6d86d4 by Ralf Habacker. Committed on 02/10/2018 at 18:50. Pushed by habacker into branch '4.8'. Correction of setting up import of tax attributes from gnucash xea file KMyMoney expects the flag "Tax" to have an attribute value="Yes". FIXED-IN:4.8.3 M +1 -1 tools/xea2kmt.cpp https://commits.kde.org/kmymoney/9511d7618e67be2ca3cf1646ab33d3df0c6d86d4 Git commit 60a1ae8c128845c1b169ea1f9eb12b8d630d4548 by Ralf Habacker. Committed on 02/10/2018 at 18:50. Pushed by habacker into branch '4.8'. Save account attribute 'Include in tax report' when exporting account structure to KMymoney template file M +6 -1 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/60a1ae8c128845c1b169ea1f9eb12b8d630d4548 Git commit 5f15218ca8f47d280a3c318011e369a53c6d38fd by Ralf Habacker. Committed on 02/10/2018 at 18:50. Pushed by habacker into branch '4.8'. Add support for saving and loading tax account mappings to and from a template file A tax account mapping is stored in an xml tag of type 'flag' with the attribute name='VatAccount'. The attribute 'value' contains a reference to the corresponding tax account, which contains the reference in the attribute 'id'. When importing a template file with a tax account assignment, the reference is first stored in a temporary key/value pair with the name 'UnresolvedVatAccount' of the account concerned and after completion of the load is stored in the key/value pair 'VatAccount' based on the ID of the tax account now available. M +47 -0 kmymoney/converter/mymoneytemplate.cpp M +1 -0 kmymoney/converter/mymoneytemplate.h https://commits.kde.org/kmymoney/5f15218ca8f47d280a3c318011e369a53c6d38fd Git commit df1571dd951edc2914ae8e76cb6b1a2ef26042f7 by Ralf Habacker. Committed on 06/11/2018 at 17:02. Pushed by habacker into branch 'work/380286-tax-related'. Correction of setting up import of tax attributes from gnucash xea file KMyMoney expects the flag "Tax" to have an attribute value="Yes". FIXED-IN:4.8.3, 5.0.3 M +1 -1 tools/xea2kmt.cpp https://commits.kde.org/kmymoney/df1571dd951edc2914ae8e76cb6b1a2ef26042f7 Git commit b4a84e49eb97b5a62d4e1d51611355a2c7407405 by Ralf Habacker. Committed on 06/11/2018 at 17:02. Pushed by habacker into branch 'work/380286-tax-related'. Add support for saving and loading tax account mappings to and from a template file A tax account mapping is stored in an xml tag of type 'flag' with the attribute name='VatAccount'. The attribute 'value' contains a reference to the corresponding tax account, which contains the reference in the attribute 'id'. When importing a template file with a tax account assignment, the reference is first stored in a temporary key/value pair with the name 'UnresolvedVatAccount' of the account concerned and after completion of the load is stored in the key/value pair 'VatAccount' based on the ID of the tax account now available. M +47 -0 kmymoney/converter/mymoneytemplate.cpp M +1 -0 kmymoney/converter/mymoneytemplate.h https://commits.kde.org/kmymoney/b4a84e49eb97b5a62d4e1d51611355a2c7407405 Git commit 721572fb611d6c658e829c265ef36cbab7556c7b by Ralf Habacker. Committed on 06/11/2018 at 17:02. Pushed by habacker into branch 'work/380286-tax-related'. Save account attribute 'Include in tax report' when exporting account structure to KMymoney template file M +6 -1 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/721572fb611d6c658e829c265ef36cbab7556c7b Git commit e54a2c6a54337f1c92df5c6d1dd37750d4de88a5 by Ralf Habacker. Committed on 06/11/2018 at 17:02. Pushed by habacker into branch 'work/380286-tax-related'. Export account attribute 'VatRate' into a template file and read out again when importing M +8 -0 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/e54a2c6a54337f1c92df5c6d1dd37750d4de88a5 Git commit c90fdadbe524939b480722f7d5497744dbe243fa by Ralf Habacker. Committed on 08/11/2018 at 22:19. Pushed by habacker into branch '5.0'. Correction of setting up import of tax attributes from gnucash xea file Summary: KMyMoney expects the flag "Tax" to have an attribute value="Yes". FIXED-IN:4.8.3, 5.0.3 Test Plan: compiled and tested on linux Reviewers: tbaumgart, wojnilowicz Differential Revision: https://phabricator.kde.org/D16728 M +1 -1 tools/xea2kmt.cpp https://commits.kde.org/kmymoney/c90fdadbe524939b480722f7d5497744dbe243fa Git commit e9bad591ba6ef2712927365ef23e090f73faea76 by Ralf Habacker. Committed on 08/11/2018 at 22:19. Pushed by habacker into branch '5.0'. Save account attribute 'Include in tax report' when exporting account structure to KMymoney template file Summary: CCBUG:380286 Test Plan: compiled and tested on linux Reviewers: tbaumgart, wojnilowicz Differential Revision: https://phabricator.kde.org/D16727 M +6 -1 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/e9bad591ba6ef2712927365ef23e090f73faea76 Created attachment 116342 [details]
test case for review request D16726
How to test:
1. Apply the patch from D16725 and D16727
2. Open this test file with kmymoney
3. Inspect the tax page on account 'revenue' and verify that it uses 'sales tax' account
3. export to KMymoney template
4. create new kmymoney file and use the exported template
5. Inspect the tax page on account 'revenue' and verify that it uses 'sales tax' account
(In reply to Ralf Habacker from comment #11) > 1. Apply the patch from D16725 and D16727 sorry, this should be D16725 and D16726 Created attachment 116343 [details]
test case for review request D16725
How to test:
1. Apply the patch from D16725
2. Open this test file with kmymoney
3. export to KMymoney template
4. create new kmymoney file and use the exported template
5. Inspect the tax page on account 'sale tax' and verify that it has a tax set to 10 %
Git commit 7e6cfca312659bb07c069fc27665a7b614dd351f by Ralf Habacker. Committed on 25/11/2018 at 12:30. Pushed by habacker into branch '5.0'. Correction of setting up import of tax attributes from gnucash xea file KMyMoney expects the flag "Tax" to have an attribute value="Yes". FIXED-IN:4.8.3, 5.0.3 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16728 M +1 -1 tools/xea2kmt.cpp https://commits.kde.org/kmymoney/7e6cfca312659bb07c069fc27665a7b614dd351f Git commit 4735e228ae9ac31fc51d353007aad65d2c6e4e38 by Ralf Habacker. Committed on 26/11/2018 at 08:55. Pushed by habacker into branch '5.0'. Add support for saving and loading tax account mappings to and from a template file A tax account mapping is stored in an xml tag of type 'flag' with the attribute name='VatAccount'. The attribute 'value' contains a reference to the corresponding tax account, which contains the reference in the attribute 'id'. When importing a template file with a tax account assignment, the reference is first stored in a temporary key/value pair with the name 'UnresolvedVatAccount' of the account concerned and after completion of the load is stored in the key/value pair 'VatAccount' based on the ID of the tax account now available. Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16726 M +49 -1 kmymoney/converter/mymoneytemplate.cpp M +1 -0 kmymoney/converter/mymoneytemplate.h https://commits.kde.org/kmymoney/4735e228ae9ac31fc51d353007aad65d2c6e4e38 Git commit 757f42ff80a787550392192226287ec79c515459 by Ralf Habacker. Committed on 26/11/2018 at 08:47. Pushed by habacker into branch '5.0'. Export account attribute 'VatRate' into a template file and read out again when importing Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16725 M +9 -1 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/757f42ff80a787550392192226287ec79c515459 Git commit a7683b5440c7956084e96e62ae4e07bf5dfc3296 by Ralf Habacker. Committed on 26/11/2018 at 08:56. Pushed by habacker into branch '5.0'. Save account attribute 'Include in tax report' when exporting account structure to KMymoney template file Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D16727 M +6 -1 kmymoney/converter/mymoneytemplate.cpp https://commits.kde.org/kmymoney/a7683b5440c7956084e96e62ae4e07bf5dfc3296 |