Re: svn commit: r779041 - in /ofbiz/trunk/applications: order/entitydef/entitymodel_view.xml product/entitydef/entitymodel.xml product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r779041 - in /ofbiz/trunk/applications: order/entitydef/entitymodel_view.xml product/entitydef/entitymodel.xml product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Vikas Mayur-3

On May 27, 2009, at 1:14 PM, [hidden email] wrote:

> Author: mor
> Date: Wed May 27 07:44:17 2009
> New Revision: 779041
>
> URL: http://svn.apache.org/viewvc?rev=779041&view=rev
> Log:
> Done following fixes:
> 1) Moved the view entity to correct package.
> 2) Changed the view name as well as the entities used. Now the  
> records are coming as expected.
> 3) Corresponding changes in the findOrdersToPickMove service.
>
> The main purpose of this view entity is to find out the location  
> (areaId) of the inventory item that is reserved/picked for a  
> particular order. For example if an order has two
> order items X and Y and items X is picked from area A and item Y is  
> picked from area B of a facility (where obviously area A and B are  
> associated to a pick/primary location),
> then while grouping this order in facility > picking screen by  
> "Group by Warehouse Area" method will show order under Multi  
> Locations group. To clarify more on this grouping
> method, grouping is done only with the areaId and the locationSeqId  
> (which is a combination of areaId, aisleId, sectionId, levelId,  
> positionId).
Pardon me, The grouping with this method is ONLY done with areaId and  
NOT locationSeqId, of a FacilityLocation.

Vikas

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r779041 - in /ofbiz/trunk/applications: order/entitydef/entitymodel_view.xml product/entitydef/entitymodel.xml product/script/org/ofbiz/shipment/picklist/PicklistServices.xml

Ashish Vijaywargiya
>> Pardon me,
Do you want me to Pardon you ;o) ?

--
Ashish

On Wed, May 27, 2009 at 1:19 PM, Vikas Mayur <[hidden email]>wrote:

>
> Pardon me, The grouping with this method is ONLY done with areaId and NOT
> locationSeqId, of a FacilityLocation.
>
> Vikas