Hi,
I’m wondering if this is possible or where to start with coding it…
I need to put a field in accounts that states how much discount a client is entitled too. This value needs to then pre-populate the line items discount field?
Cheers
Hi,
I’m wondering if this is possible or where to start with coding it…
I need to put a field in accounts that states how much discount a client is entitled too. This value needs to then pre-populate the line items discount field?
Cheers
Its not possible without some coding I’m afraid.
You would start by creating a custom field in the account to hold the discount. Then you would need to alter modules/AOS_Products_Quotes/line_items.js and perhaps other files in AOS_Products_Quotes to get the related accounts discount and pull through to the line_items.
It wont be easy.