Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
I see the cost-total field in InventoryDetails and expected it to show me the total cost of the line, so unit_cost * qty. In stead, it shows me the unit_cost / 100, rounded. So a unit cost of 1.338,00 gives me a cost_total of 1,34. Is that intended behaviour? Did I interpret the field wrong?
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
typical formatting problems
Joe
TSolucio
Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
Ah, so just a small bug? Well I can easily update my nemesis install now so I'll keep an eye out on github
Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
Tested, this seems to work correctly now. Thanks!