You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Christian Carlow (JIRA)" <ji...@apache.org> on 2015/05/13 22:08:00 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Carlow updated OFBIZ-5428:
------------------------------------
    Attachment: OFBIZ-5428.patch

This patch is dependent on patch OFBIZ-6352 being applied first.  It adds QuoteItem.quantityBreakId and modifies the forms and services to use the range instead of the single quantity field.  loadCartFromQuote uses fromQuantity for cart item quantities if not null or 0 otherwise it uses thruQuantity.

> Add ability to quote quantity ranges
> ------------------------------------
>
>                 Key: OFBIZ-5428
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5428
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>            Reporter: Christian Carlow
>         Attachments: OFBIZ-5428.patch
>
>
> 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.3.4#6332)