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/06/20 11:44:07 UTC

[jira] Created: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

Support to send pdf attachement with email on accepting return
--------------------------------------------------------------

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


Support to send pdf attachement with email on accepting return.

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


Re: [jira] Assigned: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

Posted by Navneet Goel <na...@tcs.com>.
I have included the patch!!
Done the changes in the ProductStoreEmailSettings and included the screen
for the Pdf. Also done the required changes in DemoProduct.xml and
DemoRentalProduct.xml but the return pdf is not working only the mail is
being fired without the attachment.

Please help in fixing the issue.

Thanks & Regards

Navneet
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/jira-Created-OFBIZ-2641-Support-to-send-pdf-attachement-with-email-on-accepting-return-tp204218p3027060.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: [jira] Assigned: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

Posted by Navneet Goel <na...@tcs.com>.
Dear Pranay,

I have added the patch and configured the ProductStoreEmailSettings for a
xslfoScreenLocation.
Is there any requirement to configure the DemorentalProduct.xml also?

Thanks & Regards

Navneet
-- 
View this message in context: http://ofbiz.135035.n4.nabble.com/jira-Created-OFBIZ-2641-Support-to-send-pdf-attachement-with-email-on-accepting-return-tp204218p3027024.html
Sent from the OFBiz - Dev mailing list archive at Nabble.com.

[jira] Updated: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

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

Pranay Pandey updated OFBIZ-2641:
---------------------------------

    Attachment: OrderReturn_OFBIZ-2641.patch

Here is the patch for this issue.

Thanks 
--
Pranay Pandey

> Support to send pdf attachement with email on accepting return
> --------------------------------------------------------------
>
>                 Key: OFBIZ-2641
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2641
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OrderReturn_OFBIZ-2641.patch
>
>
> Presently there is no support to send pdf attachement with email on accepting return.
> Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.

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


[jira] Assigned: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

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

Ashish Vijaywargiya reassigned OFBIZ-2641:
------------------------------------------

    Assignee: Ashish Vijaywargiya

> Support to send pdf attachement with email on accepting return
> --------------------------------------------------------------
>
>                 Key: OFBIZ-2641
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2641
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OrderReturn_OFBIZ-2641.patch
>
>
> Presently there is no support to send pdf attachement with email on accepting return.
> Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.

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


[jira] Closed: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

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

Ashish Vijaywargiya closed OFBIZ-2641.
--------------------------------------

    Resolution: Fixed

Thanks Pranay!
Done at r786782.

--
Ashish Vijaywargiya

> Support to send pdf attachement with email on accepting return
> --------------------------------------------------------------
>
>                 Key: OFBIZ-2641
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2641
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OrderReturn_OFBIZ-2641.patch
>
>
> Presently there is no support to send pdf attachement with email on accepting return.
> Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.
> After this only data needs to prepared for this in ProductStoreEmailSetting for the same with screen.

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


[jira] Updated: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

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

Pranay Pandey updated OFBIZ-2641:
---------------------------------

    Description: 
Presently there is no support to send pdf attachement with email on accepting return.
Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.

After this only data needs to prepared for this in ProductStoreEmailSetting for the same with screen.

  was:
Presently there is no support to send pdf attachement with email on accepting return.
Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.


> Support to send pdf attachement with email on accepting return
> --------------------------------------------------------------
>
>                 Key: OFBIZ-2641
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2641
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>            Assignee: Ashish Vijaywargiya
>             Fix For: SVN trunk
>
>         Attachments: OrderReturn_OFBIZ-2641.patch
>
>
> Presently there is no support to send pdf attachement with email on accepting return.
> Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.
> After this only data needs to prepared for this in ProductStoreEmailSetting for the same with screen.

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


[jira] Updated: (OFBIZ-2641) Support to send pdf attachement with email on accepting return

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

Pranay Pandey updated OFBIZ-2641:
---------------------------------

    Description: 
Presently there is no support to send pdf attachement with email on accepting return.
Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.

  was:Support to send pdf attachement with email on accepting return.


> Support to send pdf attachement with email on accepting return
> --------------------------------------------------------------
>
>                 Key: OFBIZ-2641
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2641
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OrderReturn_OFBIZ-2641.patch
>
>
> Presently there is no support to send pdf attachement with email on accepting return.
> Enhance the code in OrderReturnServices.java to have xslfoAttachScreenLocation as well.

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