You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Divesh Dutta (JIRA)" <ji...@apache.org> on 2014/12/24 13:59:13 UTC

[jira] [Commented] (OFBIZ-5859) Quote Report doesn't show calculated tax(es) on services included

    [ https://issues.apache.org/jira/browse/OFBIZ-5859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14258227#comment-14258227 ] 

Divesh Dutta commented on OFBIZ-5859:
-------------------------------------

Putting same comment of OFBiz-5860 here:

Sales taxes never got calculated on Quotes in OFBiz . Tax algorithm works on shipping address for calculating sales tax. If you are taking online order then taxes gets calculated on shippable address. If you are taking face-to-face order, then taxes gets calculated on store address.
Quote data model does not have option to associate address with it, i.e there no entity like QuoteContactMech. Tax algorithms in OFBiz also does not take Quote into consideration.
Now what I mean to say here is when Quote was implemented in OFBiz, it was never designed to calculate tax. If some thing is designed to work and its not working then it can be said as Bug. But if its not designed to work in that way, then it can be said as an improvement of system.
>From user point of view, no doubt user can expect that taxes should be calculated when quotes are created. And he may think that this is a bug. But in OFBiz this is an improvement . So we can mark this issue as an improvement.
Also instead of working on Quote data model, its good idea to use Order data model and its services to create and manage Quote, because Order module is much more mature.

> Quote Report doesn't show calculated tax(es) on services included
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-5859
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5859
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Trunk
>            Reporter: Pierre Smits
>              Labels: quote
>
> Though the category of the service is added to the tax authority and a tax percentage has been registered, no calculated tax is shown on the quote report (pdf).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)