Jam Posted December 10, 2019 Share Posted December 10, 2019 Hello, I changed some of the tables, because we need a 10 digit. We need to change the amount, to get the actual amount of said invoice. My question is if I totally change this table, is there any table that will be affected? What will happen if I totally changed the tables? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 10, 2019 Share Posted December 10, 2019 6 hours ago, Jam said: My question is if I totally change this table, is there any table that will be affected? I suspect that you'd have to change the settings of all pricing fields in the rest of the database tables - as an example, if you didn't do that, then as soon as an invoice is paid and the amounts copied to tblaccounts, you'd be potentially copying a 10+ digit total amount value into an 8 digit field. if you are going to do this, i'd seriously suggest doing it in a dev install first to ensure that there is nothing hardcoded to 10,2 in the software... from memory, I don't think there is - but I haven't tested doing this in every version, so there may have been subtle changes. 1 Quote Link to comment Share on other sites More sharing options...
Jam Posted December 11, 2019 Author Share Posted December 11, 2019 Thank you so much! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.