[
https://issues.apache.org/jira/browse/OFBIZ-5428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13848701#comment-13848701
]
Christian Carlow commented on OFBIZ-5428:
-----------------------------------------
Hey Adrian,
By "QUOTE_ITEM qty break prices" I mean the entity that is supposed to
associate quoteItemSeqId with a price and quantityBreakId. I was considering
creating a QUOTE_ITEM_QTY_BREAK_PRICE entity to associate multiple quantity
range prices with a single QUOTE_ITEM but QUOTE_ITEM seems sufficient once it
references quantityBreakId. So the current method of adding the same product
to a quote multiple times with different quantities and prices will be used to
associate multiple quantity break prices.
I guess you are saying its arbitrary whether PRODUCT_PRICE.quantityBreakId or
if PRODUCT_PRICE_COND is used? If so then I think using PRODUCT_PRICE_COND
would require less effort since it is the method already implemented.
Also, QUOTE_ITEM should store price information the same way as ORDER_ITEM
(with the exception of using quantityBreakId instead of quantity field)?
> 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)