[
https://issues.apache.org/jira/browse/OFBIZ-12686?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17585563#comment-17585563
]
ASF subversion and git services commented on OFBIZ-12686:
---------------------------------------------------------
Commit edf8f579d1ee22ed7be7bd4dd8e08f05104d4c9e in ofbiz-framework's branch
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=edf8f579d1 ]
Fixed: Tax calculation not considering productStoreGroup (OFBIZ-12686)
For one product I have different prices according to the product store:
B2C store: taxinPrice = Y
B2B store: taxinPrice = N
The tax calc service takes the most current price and ignores the product store.
Therefore it may happen that SALES_TAX is calculated instead of VAT_TAX.
Thanks: Ingo Wolfmayr for the initial patch
Conflicts handled by hand
> Tax calculation not considering productStoreGroup
> -------------------------------------------------
>
> Key: OFBIZ-12686
> URL: https://issues.apache.org/jira/browse/OFBIZ-12686
> Project: OFBiz
> Issue Type: Bug
> Components: accounting, order
> Affects Versions: Upcoming Branch
> Reporter: Ingo Wolfmayr
> Assignee: Jacques Le Roux
> Priority: Major
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-12686.patch, taxCalc.patch
>
>
> For one product I have different prices according to the product store:
> B2C store: taxinPrice = Y
> B2B store: taxinPrice = N
> The tax calc service takes the most current price and ignores the product
> store.
> Therefore it may happen that SALES_TAX is calculated instead of VAT_TAX.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)