Solution to Problem One
The problem with loosing decimals place is caused by the code around core/class/commonobject.class.php@5345 which is not properly generic and needs improvement. Since I did not wish to change common code I added these this in my custom module as a work around (beginning at my_object_card.php@222)...
My additions between RJE ++ and RJE --.
Solution to Problem Two
This problem is caused by the module builder not fully handling third parties as columns in a list of objects. To solve this I made these additions around my_object_list.php@115 ...
.. and around my_object_list.php@227 ...
Hope that helps somebody !!!
The problem with loosing decimals place is caused by the code around core/class/commonobject.class.php@5345 which is not properly generic and needs improvement. Since I did not wish to change common code I added these this in my custom module as a work around (beginning at my_object_card.php@222)...
My additions between RJE ++ and RJE --.
Solution to Problem Two
This problem is caused by the module builder not fully handling third parties as columns in a list of objects. To solve this I made these additions around my_object_list.php@115 ...
.. and around my_object_list.php@227 ...
Hope that helps somebody !!!
