Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #45448 All Revisions ] Back to Issue ]
Summary 0045448: Incorrect rounding while editing line net amount of a purchase order
Revision 2020-12-04 13:24 by santi_lozano
Description Edit a the Line Net Amount of a Purchase Order, to be 20000, it is converted to 20010 (livebuilds)
It is done on c_orderline_trg() line:
new.LineNetAmt := ROUND(new.QtyOrdered*new.PriceActual, v_Prec);

As tested with customer, which they had 19999.99 for this same case

After 1st workaround still happening something similar, review notes section
Revision 2020-11-18 17:24 by santi_lozano
Description Edit a the Line Net Amount of a Purchase Order, to be 20000, it is converted to 20010 (livebuilds)
It is done on c_orderline_trg() line:
new.LineNetAmt := ROUND(new.QtyOrdered*new.PriceActual, v_Prec);

As tested with customer, which they had 19999.99 for this same case


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker