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-5860) Quote View doesn't show calculated taxes

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

Divesh Dutta commented on OFBIZ-5860:
-------------------------------------

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 View doesn't show calculated taxes
> ----------------------------------------
>
>                 Key: OFBIZ-5860
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5860
>             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
>
> The quote overview doesn't show the calulated taxes for the products and services registered.



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