You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Amit Sharma (JIRA)" <ji...@apache.org> on 2010/02/25 10:04:27 UTC

[jira] Created: (OFBIZ-3508) Improvement on party and catalog component.

Improvement on party and catalog component.
-------------------------------------------

                 Key: OFBIZ-3508
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3508
             Project: OFBiz
          Issue Type: Improvement
          Components: party, product
    Affects Versions: SVN trunk
            Reporter: Amit Sharma
            Priority: Minor
             Fix For: SVN trunk


When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email.
It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER".

Apart from this customer profile page should have information about associated product stores.

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


[jira] Updated: (OFBIZ-3508) Improvement on party and catalog component.

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

Amit Sharma updated OFBIZ-3508:
-------------------------------

    Attachment: OFBIZ-3508.patch

Here is the patch with the following changes.

# Improved patch from OFBIZ-3000.
# Improved Product Store Roles screens.
# Added ProductStores portlet into party profile screen.
# Created updateProductStoreRole service for updating ProductStoreRole record.
# Removed EditProductStoreRoles.groovy and EditProductStoreRoles.ftl .

> Improvement on party and catalog component.
> -------------------------------------------
>
>                 Key: OFBIZ-3508
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3508
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party, product
>    Affects Versions: SVN trunk
>            Reporter: Amit Sharma
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3508.patch
>
>
> When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email.
> It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER".
> Apart from this customer profile page should have information about associated product stores.

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


[jira] Closed: (OFBIZ-3508) Improvement on party and catalog component.

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

Ashish Vijaywargiya closed OFBIZ-3508.
--------------------------------------

    Resolution: Fixed

Thanks Amit for the contribution - your changes are in trunk at r916219.

--
Ashish Vijaywargiya

> Improvement on party and catalog component.
> -------------------------------------------
>
>                 Key: OFBIZ-3508
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3508
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party, product
>    Affects Versions: SVN trunk
>            Reporter: Amit Sharma
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3508.patch
>
>
> When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email.
> It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER".
> Apart from this customer profile page should have information about associated product stores.

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


[jira] Assigned: (OFBIZ-3508) Improvement on party and catalog component.

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

Ashish Vijaywargiya reassigned OFBIZ-3508:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Improvement on party and catalog component.
> -------------------------------------------
>
>                 Key: OFBIZ-3508
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3508
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: party, product
>    Affects Versions: SVN trunk
>            Reporter: Amit Sharma
>            Assignee: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3508.patch
>
>
> When we create a new customer profile, it doesn't send correct mail according to "UPD_PRSNL_INF_CNFRM", "PARTY_REGIS_CONFIRM" and "RDS_CUST_REGISTER" emailType. Currently it grabs the first from the list of ProductStoreEmailSetting entity and uses it's email settings to send the email.
> It was due to unavailability of productStoreId for sending mail so whenever new customer profile will be created it should be associated to certain product store and its role type will be "CUSTOMER".
> Apart from this customer profile page should have information about associated product stores.

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