Hi Omar, There is a WIP about AR AP, it's currently pending. Related Jira easy to find: https://s.apache.org/1pmwr But I vaguely remember a last disagreement between Pierre Smits and I about AR and AP screens now in accounting Maybe the main one
So I was not yet decided to AR and AP in Attic. I'll check that. Thanks for heads up Jacques PS: Again better for simple communications, as is, to create a Jira ;) Le 31/10/2024 à 07:44, Omar Abdullwahhab a écrit :
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.