[jira] Created: (OFBIZ-2402) Create a Portlet that show a list of orders placed by a customer

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

[jira] Created: (OFBIZ-2402) Create a Portlet that show a list of orders placed by a customer

Nicolas Malin (Jira)
Create a Portlet that show a list of orders placed by a customer
----------------------------------------------------------------

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


Create a portlet to show the order(s) placed by a customer in Order component.

This can be accessed from https://localhost:8443/ordermgr/control/searchorders

Steps:
1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
3) Add data for My Portal. Refer to MyPortalTypeData.xml
Note: PortletAttribute data is required for this portlet.
PortletAttributes can be partyId, order status and roleTypeId
For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

Nicolas Malin (Jira)

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

Ravindra Mandre updated OFBIZ-2402:
-----------------------------------

    Attachment: ListCustomerOrdersPortlet.patch

Implemented functionality for getting list of all orders which were placed by customer.
Done following changes
1) Added data in OrderPortletData.xml file and MyPortalTypeData.xml
2) Created form in RequestForms.xml
3) Added a new screen for list of order.

In this default roleTypeId is PLACING_CUSTOMER and statusId is ORDER_APPROVED.


Regards
Ravindra Mandre

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Chirag Manocha commented on OFBIZ-2402:
---------------------------------------

I functional reviewed and tested patch, Its working fine.

--
Chirag Manocha


> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Sumit Pandit updated OFBIZ-2402:
--------------------------------

    Attachment: ListCustomerOrdersPortlet.patch

No Functional change. Minor changes - Corrected Naming convention, used internationalization for Showing labels/ Dropdowns etc..

--
Thanks
Sumit Pandit

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Sumit Pandit updated OFBIZ-2402:
--------------------------------

    Attachment: ListCustomerOrdersPortlet.patch

Moved Screens and Forms in the right file.

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Ashish Vijaywargiya reassigned OFBIZ-2402:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Ashish Vijaywargiya closed OFBIZ-2402.
--------------------------------------

    Resolution: Fixed

Thanks Ravindra, Chirag & Sumit for your contribution.
Changes are in trunk at revision 785113.

--
Ashish Vijaywargiya

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

--
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-2402) Create a Portlet that show a list of orders placed by a customer

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

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

Sumit Pandit commented on OFBIZ-2402:
-------------------------------------

Thank you Ashish, Ravindra and Chirag for your contribution.

--
Regards
Sumit Pandit

> Create a Portlet that show a list of orders placed by a customer
> ----------------------------------------------------------------
>
>                 Key: OFBIZ-2402
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2402
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch, ListCustomerOrdersPortlet.patch
>
>
> Create a portlet to show the order(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/searchorders
> Steps:
> 1) Add data for PortletCategory, PortalPortlet and PortletPortletCategory to OrderPortletData.xml. Refer to xxxPortletData.xml, where xxx=component name (Accounting, Party, Order etc.)
> 3) Add data for My Portal. Refer to MyPortalTypeData.xml
> Note: PortletAttribute data is required for this portlet.
> PortletAttributes can be partyId, order status and roleTypeId
> For example see the screen "ListCustRequests" order/widget/ordermgr/RequestScreens.xml and the script under this screen "retrievePortletAttributes.groovy"

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