[ 
https://issues.apache.org/jira/browse/OFBIZ-2223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695886#action_12695886
 ] 

Vikas Mayur edited comment on OFBIZ-2223 at 4/5/09 11:22 AM:
-------------------------------------------------------------

Hi Arun, This is just for your future patches, please do not try to touch those 
lines that are not necessary to be changed. One example that I find is

{code}
-             <set from-field="parameters.orderHeaderList" 
field="orderHeaderList"/>
+            <set field="orderHeaderList" 
from-field="parameters.orderHeaderList"/>
{code}

Their is a no change in above code other then the ordering of the fields and 
generally should be avoided.


Thanks,
Vikas

      was (Author: vikasmayur):
    Hi Arun, This is just for your future patches, please do not try to touch 
those lines that are not necessary to be changed. One example that I find is

{code}
-             <set from-field="parameters.orderHeaderList" 
field="orderHeaderList"/>
+            <set field="orderHeaderList" 
from-field="parameters.orderHeaderList"/>
{code}

This is a no change in above code other then the ordering of the fields and 
generally should be avoided.


Thanks,
Vikas
  
> User can select options for preparing a group on the basis of Shipping 
> method, Warehouse area and Number of order items (one to two, three or more). 
> So that group of Orders are  created according to selected options.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2223
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2223
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2223.patch
>
>
> When order is ready to pick (ie in approved status), User go to 
> Facility-->Picking, then group is already prepared on the basis of shipping 
> method (for creating picklist) . We should have functionality where User can 
> select options for preparing a group on the basis of Shipping method, 
> Warehouse area and Number of order items (one to two, three or more). So that 
> group of Orders are created according to the selected options. Pick list 
> create functionality will be working as it is.
> *Implementations Notes:*
> * Go to Facility -> Picking tab  or page  
> https://localhost:8443/facility/control/PicklistOptions?facilityId=WebStoreWarehouse
> * Select factors to group by, using one checkbox for each:
> *#  Number of order items (one to two, three or more).
> *# Warehouse area.
> *# Shipping method.

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