PDF form presenting incorrect value in Total
I have made a simple invoice form that calculates the following
Weekly Fee is divided by 7 days = Daily Fee. Then Daily Fee is multiplied by the Billable Days to produce the Total.
In the example I am using the Weekly Fee = 692.71 which divided by 7 produces the Daily Fee = 98.96.
The amount of Billable Days is 31. Multiplying 31 x 98.86 should produce the Total = 3,067.76.
The problem I have is that the calculation in the form is showing as 3,067.72.
I believe this may be due to the calculation not rounding up or down correctly and I believe I may need some Javascript to adjust this- but I have no idea how to achieve that.
If anyone can kindly assist with this it would be greatly appreciated. Thank you 🙂
