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

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

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

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

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


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

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

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, return 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-2403) Create a Portlet that show a list of returns placed by a customer

Nicolas Malin (Jira)

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

Chirag Manocha updated OFBIZ-2403:
----------------------------------

    Attachment: returnListPortlet.patch

Implemented Functionality of portlet for return for logged in customer, following are the information :
1) Created Screen ListCustReturns in RequestScreens.xml.
2) Created UiLabel in OrderUiLabels.xml
3) Prepared data in OrderPortletData.xml
4) Prepared data in MyPortalTypeData.xml

> Create a Portlet that show a list of returns placed by a customer
> -----------------------------------------------------------------
>
>                 Key: OFBIZ-2403
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2403
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Vikas Mayur
>             Fix For: SVN trunk
>
>         Attachments: returnListPortlet.patch
>
>
> Create a portlet to show the return(s) placed by a customer in Order component.
> This can be accessed from https://localhost:8443/ordermgr/control/findreturn
> 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, return 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.