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

Jacques Le Roux closed OFBIZ-2239.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks  Divesh,

Your patch is in trunk at revision: 755011  

Some minor changes I did
public Map<Object, Object> shipItemInfo = FastMap.newInstance();
instead of
public LinkedHashMap<Object, Object> shipItemInfo = new LinkedHashMap();

if (estimatedDeliveryDates.size() > 0) {
instead of
if (UtilValidate.isNotEmpty(estimatedDeliveryDates)) {


> Functionality for putting in estimatedShipDate and estimatedDeliveryDate for 
> order items
> ----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2239
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2239
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: Ofbiz-2239.patch, Ofbiz-2239.patch
>
>
> Functionality for putting in estimatedShipDate and estimatedDeliveryDate for 
> order items and shipgroup.
> After placing purchase order supplier can give estimatedShipDate and 
> estimatedDeliveryDate to the buyer which can be entered by the buyer in the 
> order detail page for the orderItems, which will be saved in OrderItem and 
> OrderItemShipGroup  with last date amongst them.
> *Implementation Notes:*
> Add UI in order detail to specify estimated ship dates (put in 
> OrderItem.estimatedShipDate, OrderItem.estimatedDeliveryDate; consider adding 
> similar fields to OrderItemShipGroup with the last date amongst them.

-- 
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