Stan Derksen ( User ) 2 months ago
Currently all my prices are multiplied by 10000. It looks like Akaunting reads the double as an integer, as the doubles are stored with a precision of 4 zeros. (1.00 will be stored as 1.0000 in the database and the server reads 10000 so it translates it to 10000.00).
PHP: 7.4
Akaunting: 2.0.25
MySQL: 5.7.31-cll-lve