[ http://jira.undersunconsulting.com/browse/OFBIZ-826?page=all ]
Jacopo Cappellato closed OFBIZ-826:
-----------------------------------
Resolution: Duplicate
https://issues.apache.org/jira/browse/OFBIZ-219
> Order Unit of Measure
> ---------------------
>
> Key: OFBIZ-826
> URL: http://jira.undersunconsulting.com/browse/OFBIZ-826
> Project: [OFBiz] Open For Business
> Type: Improvement
> Components: order, product
> Environment: all
> Reporter: Carl Sopchak
> Assignee: Jira Administrator
>
> Original Estimate: 1 week
> Remaining: 1 week
>
> OFBiz currently only allows orders to be placed for product in the product's
> stock keeping unit of measure. Add ability to use varying Units of Measure
> when placing an order. For example, if a product's stock keeping UoM is
> "each", allow orders to be in "each", "box" (of 12 or 24 or whatever), "case"
> (of 3, 4, 5... boxes), or "pallet" (of n cases).
> THese are the changes that I foresee doing:
> 1) Add attributes to the Product entity: skuUom (stock keeping unit UoM), and
> customerOrderUom (default customer order quantity UoM; I forsee a
> supplierOrderUom in my future, too, but I'm not there yet).
> 2) Add the above fields to the Product Entry screen. Validate that either
> the two UoM's are equal, or that there are UomConversion records to go
> between the two.
> 3) Add attributes to the OrderItem entity: quantityAsOrdered and
> quantityAsOrderedUom.
> 4) Change the entry of order line items so that the quantity that is entered
> on the screen is saved in the quantityAsOrdered attribute, and add a way to
> select units of measure, allowing only those units of measure which have a
> UomConversion record on file where the uomIdTo = product.skuUom, with the
> default value being the product.customerOrderUom, and the value being saved
> in quantityAsOrderedUom. The quantityAsOrdered would be converted from the
> quantityAsOrderedUom to the product.skuUom, and the result stored in
> OrderItem.quantity. (There may be a rounding issue here that convertUom will
> have to address...)
> 5) Change the display of order lines to show the quantityAsOrdered and
> quantityAsOrderedUom instead of (or in addition to?) quantity and skuUom.
> I'm sure there will be more related changes down the road (e.g., on the pick
> ticket), but I'll enter a JIRA when I get to that point.
> I'm starting on this work today (but only working part time)...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira