Hi All, The accounting main screen when its loaded its loads the following 4 screens located at applications/accounting/widget/InvoiceScreens.xml 1. InvoicesArPastDue 2. InvoicesArDueSoon 3. InvoicesApPastDue 4. InvoicesApDueSoon All of these screens reference the following groovy script. <script location="component://accounting/src/main/groovy/org/apache/ofbiz/accounting/invoice/InvoiceReport.groovy"/>
-> this will cause that script to be loaded 4 times which is not needed, -> it should at maximum be called once (for all invoices) or twice (for sales/purchasing invoices). Regards. -- Omar Abu-Arab Java Engineer