Hi everyone
We want to be able to compute and display the TOTAL volume in cubic meters of a sales order on the sales order form. We want to show both the volume per sales order line item, and for the total order.
We currently use a workaround by using the price field for this, but this has two drawbacks:
1) We can't use the price field anymore to display price, which we realize we want as well
2) The small fractional values of our item volumes creates quantity errors when pulling data (bug submitted to erpnext team)
I realize I may need to create custom fields and custom scripts in order to
get to a separate
- VOLUME field
- VOLUME*QUANTITY field
- SUM(VOLUME*QUANTITY from line order 1 to line X)
I'm not sure which form to assign the script, and how to modify the script to allow for an indefinite number of fields to get to the final grand total volume for one particular sales order form.
Maybe someone has done something similar? Hope someone can point me in the right direction.
Thanks.