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

Pratik Khera updated OFBIZ-2224:
--------------------------------

    Attachment: ofbiz-2224.patch

These are the steps to test the patch:
1. Create new Sales Order.
2. To set the priority of order manually, go to order view page and choose the 
priority from drop down menu and click Reserve Inventory button.
Note : By default the priority is set to normal while creating sales order.
3. Now go to facility component and select Inventory items from the bar, select 
the inventory item id for which the order is placed.
4. The step will take you to the page from where inventory reservation can be 
performed according to 
   a. Priority
   b. CurrentPromisedDate
   c. ReservedDatetime
   d. SequenceId
5. Observe the Inventory Item Reservations table to see the effect.

> Setting priority of orders on inventory allocation so that other orders are 
> fulfilled while waiting for sufficient inventory to fill the large sales order
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2224
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2224
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order, product
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2224.patch
>
>
> While waiting for the inventory to arrive, user lowers priority on inventory 
> allocation so that other orders can be fulfilled while waiting for sufficient 
> inventory to fill the large sales order.
> *Implementation Notes:*
> * Re-do inventory reservations sorted by lower priority for these larger 
> orders.
> * Current code sorts reservations by currentPromisedDate, then 
> reservedDatetime, then sequenceId (re-reserves if enabled by the 
> ProductStore.balanceResOnOrderCreation field)
> * Add UI and supporting code to allow user to specify an order is a higher or 
> lower priority and inventory reservation should be done before or after all 
> other orders.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to