Adding new fields which would calculate Net Qty in Purchase Order Item

Hi everyone,

I am trying to add new columns “Gross weight” and “Impurity pct” to calculate Net Total in Purchase Order items, i.e. 100kg gross, 5% impurity, total net qty = 95kg. The prices to be calculated based on net qty.

Can you please advise which way would the correct way forward?

1 Like

you can add custom script in javascript to compute your gross weight or you can also do it in backend python after/before save.

Chris
Bai Web and Mobile Lab