[jira] [Commented] (OFBIZ-5428) Add ability to quote quantity ranges

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-5428) Add ability to quote quantity ranges

Nicolas Malin (Jira)

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

Adrian Crum commented on OFBIZ-5428:
------------------------------------

It would be best to follow the model in The Data Model Resource Book, but unfortunately OFBiz made the mistake of breaking away from that model years ago - so now we are left with finding ways to patch things back together to make them work as originally intended.

In the DMRB, the PRICE COMPONENT entity is used to look up a price. Each field can be considered a "selector" and an entity value whose "selectors" match the price criteria contains the price. In OFBiz, the PRODUCT PRICE entity fulfils a similar role, so we would want to connect the QUANTITY BREAK entity to that.


> Add ability to quote quantity ranges
> ------------------------------------
>
>                 Key: OFBIZ-5428
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5428
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Christian Carlow
>
> OFBiz should be improved to allow for quoting of quantity ranges.  Separate prices could be assigned to each quantity range of a quote item.
> An entity such as QuoteItemQtyRangePrice could be used to store such information and should include a seqNumber field for controlling the order the ranges should appear for things such as reports.
> The button that allows for quotes to be turned into orders would have to be changed to account for quantity ranges if the functionality is to exist for them as well.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)