Printing weight of the inventory part (available in Customer Order) on the Customer Invoice
Hi All,
There is a requirement from a customer (European customer) to have the weight of the part (which is on the Customer Order) printed on the Customer Invoice for each specific part. Is this something possible through a configuration change? Thank you.
Best Regards
Akila
Page 1 / 1
A Mod in Report should do this if not available on IFS standard report
Hi,
I did a quick check on the REP (the view that contains the data available for customer invoice print) ang the attributes are not in that view. Quick SQL - select * from IFSAPP.customer_order_ivc_rep.
I don’t see adjusted weights Gross or net) attributes and I don’t see the value from the customer order lines in the results. I don’t see any columns like weight.
A small mod as described by SAKUIN would be required.
The 100 from my customer order line (that was from the inventory part) is not in the result (customer_order_ivc_rep)
It appears you need a small mod / report enhancement.
Best regards,
Thomas
Thank you both @SAKUIN and @Thomas Peterson for your replies. Really appreciate it.