Save an Invoice as Invoice Template
----------------------------------- Key: OFBIZ-1672 URL: https://issues.apache.org/jira/browse/OFBIZ-1672 Project: OFBiz Issue Type: Improvement Reporter: Anil K Patel Save Invoice as Template 1) Add Seed Invoice Type TEMPLATE. 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anil K Patel updated OFBIZ-1672: -------------------------------- Priority: Minor (was: Major) > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Reporter: Anil K Patel > Priority: Minor > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marco Risaliti updated OFBIZ-1672: ---------------------------------- Component/s: accounting Fix Version/s: SVN trunk Affects Version/s: SVN trunk > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596039#action_12596039 ] Sumit Pandit commented on OFBIZ-1672: ------------------------------------- I' ve tried to override the value of invoiceTypeId on click of "saveInvoiceAsTemplate" button (using javascript in form widget). But its not working. I have also included prototype.js file in the screen. Please suggest suitable solution if i am missing somthing. > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596046#action_12596046 ] Anil K Patel commented on OFBIZ-1672: ------------------------------------- Sumit, I don't think there is need to use Javascript here. You can simply submit the form and save data in event like any other form handling. > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Pandit updated OFBIZ-1672: -------------------------------- Attachment: saveInvoiceAsTemplate.patch > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > Attachments: saveInvoiceAsTemplate.patch > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596296#action_12596296 ] Sumit Pandit commented on OFBIZ-1672: ------------------------------------- Thanks Anil for the guidence. Here in the patch I implement it like other form hendling. > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Priority: Minor > Fix For: SVN trunk > > Attachments: saveInvoiceAsTemplate.patch > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya reassigned OFBIZ-1672: ------------------------------------------ Assignee: Ashish Vijaywargiya > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: saveInvoiceAsTemplate.patch > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12596389#action_12596389 ] Ashish Vijaywargiya commented on OFBIZ-1672: -------------------------------------------- Thanks Sumit Pandit. Your work is in Rev # 655851 with minor typo fixup. -- Ashish Vijaywargiya > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: saveInvoiceAsTemplate.patch > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya closed OFBIZ-1672. -------------------------------------- Resolution: Fixed > Save an Invoice as Invoice Template > ----------------------------------- > > Key: OFBIZ-1672 > URL: https://issues.apache.org/jira/browse/OFBIZ-1672 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: SVN trunk > Reporter: Anil K Patel > Assignee: Ashish Vijaywargiya > Priority: Minor > Fix For: SVN trunk > > Attachments: saveInvoiceAsTemplate.patch > > > Save Invoice as Template > 1) Add Seed Invoice Type TEMPLATE. > 2) Add two sub invoice Types SALES_INV_TEMPLATE and PUR_INV_TEMPLATE > 3) Add [Save Invoice as Template] button on Create Invoice and Edit Invoice screens. On Click save Invoice data as Invoice Template. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |