[jira] Created: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

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

[jira] Created: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
------------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-2218
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
             Project: OFBiz
          Issue Type: Sub-task
          Components: order
    Affects Versions: SVN trunk
            Reporter: Pranay Pandey
            Priority: Minor
             Fix For: SVN trunk


Currently this functionality is not supported.
While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.

*Implementation Notes:*
  Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
 



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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)

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

bharat updated OFBIZ-2218:
--------------------------

    Attachment: My_Purchase_Order_Id22.patch

This Patch will ensure that Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
To test this patch follow these steps
1. In order manager , while creating PO user will be asked to enter PO#.
2. If the same orderid already exits, then an error message will be displayed.
3. If the provided order id is unique than it will create the PO with the provided orderid.
4. After creating the PO the order view page should display the provided Orderid.    

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: My_Purchase_Order_Id22.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

bharat updated OFBIZ-2218:
--------------------------

    Attachment: My_Purchase_Order_Id22.patch

This Patch will ensure that Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
To test this patch follow these steps
1. In order manager , while creating PO user will be asked to enter PO#.
2. If the same orderid already exits, then an error message will be displayed.
3. If the provided order id is unique than it will create the PO with the provided orderid.
4. After creating the PO the order view page should display the provided Orderid.    

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: My_Purchase_Order_Id22.patch, My_Purchase_Order_Id22.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

bharat updated OFBIZ-2218:
--------------------------

    Comment: was deleted

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: My_Purchase_Order_Id22.patch, My_Purchase_Order_Id22.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment: ofbiz-2218.patch

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment:     (was: My_Purchase_Order_Id22.patch)

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment:     (was: My_Purchase_Order_Id22.patch)

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey commented on OFBIZ-2218:
--------------------------------------

i18n is missing for error messages like "Error getting next orderId while creating order" and "Error creating order while getting orderId: " which you have followed in case of OrderIdAlreadyExistsPleaseChooseAnother.

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment: ofbiz-2218.patch

The patch is now updated with i18n  for error messages like "Error getting next orderId while creating order" and "Error creating order while getting orderId: ".


> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch, ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment:     (was: ofbiz-2218.patch)

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey commented on OFBIZ-2218:
--------------------------------------

Bharat,

 Please update this patch. Conflict in OrderErrorUiLabels.xml when we apply this patch.





> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Pranay Pandey commented on OFBIZ-2218:
--------------------------------------

I reviewed, tested this patch looks good, found no issues.
Creating Order with supplied orderId and generating automatically if not supplied.

This patch can be picked up to commit, Once updated by Bharat.


 

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux reassigned OFBIZ-2218:
--------------------------------------

    Assignee: Jacques Le Roux

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             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-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux commented on OFBIZ-2218:
----------------------------------------

Thanks Pranay,

I will take care of this

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             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-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Bharat Soni updated OFBIZ-2218:
-------------------------------

    Attachment: ofbiz-2218.patch

This patch is of updated on OFBiz head.

> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             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-2218.patch, ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2218) Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-2218.
----------------------------------

    Resolution: Fixed

Thanks you guys,

The patch is in trunk at revision: 752866  


> Buyer should be able to specify PO# otherwise it should be generated automatically while placing a purchase order.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2218
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2218
>             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-2218.patch, ofbiz-2218.patch
>
>
> Currently this functionality is not supported.
> While placing purchase order buyer should be able to provide PO# and if not then system should generate it automatically which happens currently.
> *Implementation Notes:*
>   Add text box to enter optional purchase orderId, add support to order creation service to use if passed and generate as it currently does if not passed.
>  

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