A Purchasing Price of 12.34 with a conversion factor of 100,0000 caused a false inter...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 24 Aug 2009 14:20:57 +0000 (14:20 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Mon, 24 Aug 2009 14:20:57 +0000 (14:20 +0000)
commitb0cae8d32b732118c4af739893cdbd7387cbc1f0
tree0dede739f2bb2fceea5711ba80f9329e5fed9a73
parentcd619cbee11a1e291e5c55334522581b996edb88
A Purchasing Price of 12.34 with a conversion factor of 100,0000 caused a false internal rounding error of 12.00.
The Purchasing Price, price can now have up to 6 decimals (fractions of hundredth's) and are presented correctly.
If you need to increase the decimals in a current value, then you have to delete it and create it again with new values.
  This is for safety reasons.
CHANGELOG.txt
includes/current_user.inc
includes/ui/ui_input.inc
inventory/purchasing_data.php
purchasing/includes/ui/invoice_ui.inc
purchasing/includes/ui/po_ui.inc
purchasing/po_receive_items.php
purchasing/view/view_grn.php
purchasing/view/view_po.php
reporting/rep209.php