Created attachment 8098 [details] [review] Tax rate wrong calculation in reception summary page In the Already received table (bottom of the page) : Tax rate is purely added to Total without beeing multiplied by it example for a 5,5% tax rate (0,055) on a 455 Total : The Total displays 455,06 (455 + 0,055 round to 0,06) instead of 455 + (455 x 0,055)= 480,02.
Created attachment 8099 [details] Already received table example
There is a problem if the vendor's prices are tax included (List Item Price Includes Tax: Yes and Invoice Item Price Includes Tax: Yes) the tva is added one more time when receiving, so as prices after receiving are wrong.
Created attachment 9864 [details] [review] Wrong tax calculation in reception summary page This new patch takes into account the included/not included tax parameter
Hi Team Lyon 3, glad to see your work on that! Perhaps bug 2865 is realted to this bug?
Created attachment 10132 [details] [review] signed off patch Tested OK with : 1/ tax calculated at reception 2/ tax included at order
Please verify that this issue is not fixed by patch for Bug 5335 before continuing the workflow of this bug. Bug 5335 has already been rebased a lot of time and it is very difficult to do it.
Setting status to "In Discussion" while 5335 is checked.
Bug 5335 has been pushed to master - is this patch obsolete now?
I think this patch still needs to be applied to 3.8.x. I tested on 3.8.x using a vendor where prices were gst exclusive, the gst calculation on the acquistions receipt page was still incorrect. For a price of '11' and a gist setting of '0.125' current 3.8.x will show this as a total or '11.125' rather than the expected '12.375' (or 12.38 once rounded). Applying this patch fixes this bug, the total price now shows correctly as '12.38'.
*** This bug has been marked as a duplicate of bug 10461 ***