Currently the today variable in getLocalDateOfTenant() method takes the current date of the server. However, we would like to have a custom current date by creating a new column in m_office called current_working_date and this value queried from the database and set as today. It is then changed or set to the next working date when closing day (Accounting Closure)
So if as of today the current_working_date is say '18-04-2019' though the date today is 23-04-2019, we want all system posted transactions and manual transactions to have '18-04-2019' as transaction date. At the end of the day, during Accounting Closure, the next working date (19-04-2019' is set How do i modify DateUtils.getLocalDateOfTenant() to achieve this? Thanks Regards -- Ippez Roberts Skype ID: ippez.robert1 Email: [email protected]
