This is an automated email from the ASF dual-hosted git repository.

deepak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0c6022042e Removed reports screen that uses non existing files. 
Following screens in ReportFinancialSummaryScreens.xml uses non existing .bsh 
file and ftl - SalesInvoiceByProductGlAccountSummary - PaymentByMethodSummary - 
InventoryIssueSummary - FinancialAccountSummary
0c6022042e is described below

commit 0c6022042ebda45e02328a6b1c7672ff435ae0b7
Author: Deepak Dixit <deepak.di...@hotwax.co>
AuthorDate: Fri Jul 28 12:46:47 2023 +0530

    Removed reports screen that uses non existing files.
    Following screens in ReportFinancialSummaryScreens.xml uses non existing 
.bsh file and ftl
    - SalesInvoiceByProductGlAccountSummary
    - PaymentByMethodSummary
    - InventoryIssueSummary
    - FinancialAccountSummary
---
 .../widget/ReportFinancialSummaryScreens.xml       | 113 ---------------------
 1 file changed, 113 deletions(-)

diff --git a/applications/accounting/widget/ReportFinancialSummaryScreens.xml 
b/applications/accounting/widget/ReportFinancialSummaryScreens.xml
index 826b59c82f..57af41a0d3 100644
--- a/applications/accounting/widget/ReportFinancialSummaryScreens.xml
+++ b/applications/accounting/widget/ReportFinancialSummaryScreens.xml
@@ -37,18 +37,6 @@ under the License.
                         <screenlet 
title="${uiLabelMap.PageTitleSalesInvoiceByProductCategorySummary}">
                             <include-form 
name="SalesInvoiceByProductCategorySummaryOptions" 
location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
                         </screenlet>
-                        <screenlet 
title="${uiLabelMap.PageTitleSalesInvoiceByProductGlAccountSummary}">
-                            <include-form 
name="SalesInvoiceByProductGlAccountSummaryOptions" 
location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
-                        </screenlet>
-                        <screenlet 
title="${uiLabelMap.PageTitlePaymentByMethodSummary}">
-                            <include-form name="PaymentByMethodSummaryOptions" 
location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
-                        </screenlet>
-                        <screenlet 
title="${uiLabelMap.PageTitleInventoryIssueSummary}">
-                            <include-form name="InventoryIssueSummaryOptions" 
location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
-                        </screenlet>
-                        <screenlet 
title="${uiLabelMap.PageTitleFinancialAccountSummary}">
-                            <include-form 
name="FinancialAccountSummaryOptions" 
location="component://accounting/widget/ReportFinancialSummaryForms.xml"/>
-                        </screenlet>
                     </decorator-section>
                 </decorator-screen>
             </widgets>
@@ -106,107 +94,6 @@ under the License.
             </widgets>
         </section>
     </screen>
-    <screen name="SalesInvoiceByProductGlAccountSummary">
-        <section>
-            <widgets>
-                <include-screen name="FinancialSummaryDataPrep" 
share-scope="true"/>
-                <section>
-                    <actions>
-                        <set field="titleProperty" 
value="PageTitleSalesInvoiceByProductGlAccountSummary"/>
-
-                        <script 
location="component://accounting/groovyScripts/reports/SalesInvoiceByProductGlAccountSummary.bsh"/>
-                    </actions>
-                    <widgets>
-                        <decorator-screen name="CommonFinAccountDecorator" 
location="${parameters.mainDecoratorLocation}">
-                            <decorator-section name="body">
-                                <screenlet 
title="${uiLabelMap.PageTitleSalesInvoiceByProductGlAccountSummary}">
-                                    <platform-specific>
-                                        <html><html-template 
location="component://accounting/template/reports/SalesInvoiceByProductGlAccountSummary.ftl"/></html>
-                                    </platform-specific>
-                                </screenlet>
-                            </decorator-section>
-                        </decorator-screen>
-                    </widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
-
-    <screen name="PaymentByMethodSummary">
-        <section>
-            <widgets>
-                <include-screen name="FinancialSummaryDataPrep" 
share-scope="true"/>
-                <section>
-                    <actions>
-                        <set field="titleProperty" 
value="PageTitlePaymentByMethodSummary"/>
-
-                        <script 
location="component://accounting/groovyScripts/reports/PaymentByMethodSummary.bsh"/>
-                    </actions>
-                    <widgets>
-                        <decorator-screen name="CommonFinAccountDecorator" 
location="${parameters.mainDecoratorLocation}">
-                            <decorator-section name="body">
-                                <screenlet 
title="${uiLabelMap.PageTitlePaymentByMethodSummary}">
-                                    <platform-specific>
-                                        <html><html-template 
location="component://accounting/template/reports/PaymentByMethodSummary.ftl"/></html>
-                                    </platform-specific>
-                                </screenlet>
-                            </decorator-section>
-                        </decorator-screen>
-                    </widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="InventoryIssueSummary">
-        <section>
-            <widgets>
-                <include-screen name="FinancialSummaryDataPrep" 
share-scope="true"/>
-                <section>
-                    <actions>
-                        <set field="titleProperty" 
value="PageTitleInventoryIssueSummary"/>
-
-                        <script 
location="component://accounting/groovyScripts/reports/InventoryIssueSummary.bsh"/>
-                    </actions>
-                    <widgets>
-                        <decorator-screen name="CommonFinAccountDecorator" 
location="${parameters.mainDecoratorLocation}">
-                            <decorator-section name="body">
-                                <screenlet 
title="${uiLabelMap.PageTitleInventoryIssueSummary}">
-                                    <platform-specific>
-                                        <html><html-template 
location="component://accounting/template/reports/InventoryIssueSummary.ftl"/></html>
-                                    </platform-specific>
-                                </screenlet>
-                            </decorator-section>
-                        </decorator-screen>
-                    </widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
-    <screen name="FinancialAccountSummary">
-        <section>
-            <widgets>
-                <include-screen name="FinancialSummaryDataPrep" 
share-scope="true"/>
-                <section>
-                    <actions>
-                        <set field="titleProperty" 
value="PageTitleFinancialAccountSummary"/>
-
-                        <script 
location="component://accounting/groovyScripts/reports/FinancialAccountSummary.bsh"/>
-                    </actions>
-                    <widgets>
-                        <decorator-screen name="CommonFinAccountDecorator" 
location="${parameters.mainDecoratorLocation}">
-                            <decorator-section name="body">
-                                <screenlet 
title="${uiLabelMap.PageTitleFinancialAccountSummary}">
-                                    <platform-specific>
-                                        <html><html-template 
location="component://accounting/template/reports/FinancialAccountSummary.ftl"/></html>
-                                    </platform-specific>
-                                </screenlet>
-                            </decorator-section>
-                        </decorator-screen>
-                    </widgets>
-                </section>
-            </widgets>
-        </section>
-    </screen>
 
     <screen name="TrialBalance">
         <section>

Reply via email to