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

Pranay Pandey commented on OFBIZ-2225:
--------------------------------------

Thanks Arun for providing patch.
I reviewed, tested this patch(BTW you didn't provide steps to test the patch :) 
)
Following can be improved:
{code}
<property key="OrderTotalNoOfItems">
    <value xml:lang="en">Total No Of Items</value>
</property>

to 

<property key="OrderTotalNoOfItems">
    <value xml:lang="en">Total No. Of Items</value>
</property>
{code}

I tested it by following steps:
1. Created 3 or more orders with different shipping method, no of order items.
2. Went to Facility -> Picking screen.
3. Grouped order on factors available(Shipping method, No. of order items, Ware 
house area)
4. Got an option for putting no. of orders to print pick sheet from a specific 
group of orders and a link to print pick sheets.
5. Clicked on Print Pick Sheet and got pdf for pick sheet for the no. orders 
which were given in the text box to print orders.
6. Checked order header for the pickSheetPrintedDate field which is getting 
updated for all those orders for which pick sheet printed.



> User can print pick sheets for each order in a group which will show detailed 
> information of each order like shipping method, and number of order items in 
> each order, Product ID and supplier Product ID
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2225
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2225
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: Release Branch 9.04, SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2225.patch
>
>
> Provide functionality for printing pick sheet of group of orders, which will 
> show detailed information of each order like shipping method, and number of 
> order items in each order. 
> Flow:
> # This will go on picking screen after grouping orders per selected factors 
> by the user.
> # Provide link with groups of order to print pick sheets for all the orders 
> in the group.
> # Also provide option to give no. of order to be printed for a specific group.
> # There should be option to print all the orders in the last row.
> # Once pick sheet for an order is printed, set pickSheetPrinted date for that 
> specific order.

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