You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Pranay Pandey (JIRA)" <ji...@apache.org> on 2009/03/02 10:44:13 UTC

[jira] Created: (OFBIZ-2225) 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

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: SVN trunk
            Reporter: Pranay Pandey
            Priority: Minor
             Fix For: SVN trunk


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. We can have functionality where 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.



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


[jira] Commented: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701518#action_12701518 ] 

Vikas Mayur commented on OFBIZ-2225:
------------------------------------

Hi Arun,

Nice work. I looked at the pdf report and IMO we can do following:

1) Instead of type we should show Shipment Method description.
2) Currency sign is not coming with the Unit Price for order items detail row.
3) ZIP codes are displayed twice.

Vikas

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pranay Pandey updated OFBIZ-2225:
---------------------------------

        Fix Version/s:     (was: Release Branch 9.04)
    Affects Version/s:     (was: Release Branch 9.04)

As this is a new feature so should only be added to the trunk.
Thanks Vikas.

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, 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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Closed: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur closed OFBIZ-2225.
------------------------------

    Resolution: Fixed

Thanks Arun,

Your last patch (OFBIZ-2225-IMPROVED) for misc. improvements is in trunk rev. 767537.

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225-IMPROVED.patch, OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701425#action_12701425 ] 

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

Yes Vikas, I agree on this.
We should have this in trunk only as this is a new feature, I edit this issue now.

> 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
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2225.patch, 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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701520#action_12701520 ] 

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

Ohh, Thanks Vikas for pointing these things, some how I missed them :)

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Pranay Pandey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pranay Pandey updated OFBIZ-2225:
---------------------------------

        Fix Version/s: Release Branch 9.04
          Description: 
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.







  was:
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. We can have functionality where 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.



    Affects Version/s: Release Branch 9.04

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


[jira] Assigned: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vikas Mayur reassigned OFBIZ-2225:
----------------------------------

    Assignee: Vikas Mayur

> 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
>            Assignee: Vikas Mayur
>            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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701503#action_12701503 ] 

Vikas Mayur commented on OFBIZ-2225:
------------------------------------

Thanks Arun,

Your patch is in trunk rev. 767482


> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Arun Patidar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun Patidar updated OFBIZ-2225:
--------------------------------

    Attachment: OFBIZ-2225-IMPROVED.patch


Thanks  Vikas  for comments. Here is improved patch . I did following changes:

1) Instead of showing Shipment Method type, Shipment Method description is shown in PDF
2) Currency sign is also shown with the Unit Price for order items detail row.
3) ZIP code in one line  are removed as it was shown twice.

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225-IMPROVED.patch, OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701507#action_12701507 ] 

Vikas Mayur commented on OFBIZ-2225:
------------------------------------

Now all the files should be in trunk.

Added missed files in rev 767487.

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Arun Patidar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun Patidar updated OFBIZ-2225:
--------------------------------

    Attachment: OFBIZ-2225.patch

Removed few unwanted code and made some minor changes in previous patch.

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.


[jira] Commented: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701412#action_12701412 ] 

Vikas Mayur commented on OFBIZ-2225:
------------------------------------

Pranay, This is like a new feature to me (though it is based on the work done so far) and IMO should be just in trunk. 

> 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
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Arun Patidar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun Patidar updated OFBIZ-2225:
--------------------------------

    Attachment: OFBIZ-2225.patch

Thanks Vikas and Pranay for comments. Here is the updated patch.

> 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
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>         Attachments: OFBIZ-2225.patch, 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.


[jira] Updated: (OFBIZ-2225) 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

Posted by "Arun Patidar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arun Patidar updated OFBIZ-2225:
--------------------------------

    Attachment: OFBIZ-2225.patch

Here is the patch for the functionality which is described in description. 

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


[jira] Commented: (OFBIZ-2225) 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

Posted by "Vikas Mayur (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12701519#action_12701519 ] 

Vikas Mayur commented on OFBIZ-2225:
------------------------------------

Hi Arun, I will close this issue once the above said issues are resolved :). Thanks!

> 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: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2225.patch, OFBIZ-2225.patch, 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.