You are not logged in.
Pages: 1
Topic closed
Hi Everyone,
I tried to add Contract, and off course input their cost as well.
However, if I put high number such as 2.780.231 $, then it will show 2.7803E+6 (something like that).
How can I force it shows 2780231 exactly.
Thanks,
Offline
Use this Mysql comand :
ALTER TABLE `glpi_contracts` CHANGE `cost` `cost` DECIMAL( 20, 4 ) NOT NULL DEFAULT '0.0000'
The next version of GLPI would include this patch
JMD / Jean-Mathieu Doléans - Glpi-project.org - Association Indepnet
Apportez votre pierre au projet GLPI : Soutenir
Offline
Thanks, I followed up with your instruction.
Now it seems to be correct except it show 4 digit .0000 after every cost.
Please help
Offline
I fixed it myself by changing in mySQL database.
Thanks
Offline
Pages: 1
Topic closed