ledger123 / runmyaccounts

SQL-Ledger Customizations by Run My Accounts
GNU General Public License v2.0
16 stars 9 forks source link

IBP-1136 - Remove chart currency logic from SQL-Ledger #544

Closed bohte closed 1 month ago

bohte commented 1 month ago

Hi,

We have decided to change the approach of handling currencies in context of chart of accounts. Therefore, please, remove all the logic related to 'curr' column in "chart" table (both backend and frontend).

Please, use this branch to introduce all the changes: IBP-1134-Foreign-currencies-Bookings-Migrate-currency-assignment Also, be aware that I have already introduced drop for the column in the script Pg-upgrade-2.8.36-2.8.37.sql

ledger123 commented 1 month ago

Hi, This is done in the above mentioned branch and commit is also linked to this ticket above.

I have tested on my test data and all seems ok. My test server is also on this branch if you want to test it there.

Regards

bohte commented 1 month ago

Hi,

Great, thanks. Initial testing went fine.

We will proceed with implementation and testing on our side and let you know about the result.

bohte commented 1 month ago

So far tests went good. Closing the issue.

Thanks!

bohte commented 1 month ago

The issue with chart of account page was found and fixed