Proposal Items: Pre-fix parent proposal item name to proposal item child name
complete
M
Matthew Brown
Add a means of pre-fixing the parent proposal item name to the children so the naming convention is consistent across sales, ops, and financial project tabs and their functions. The current option of pre-fixing to tasks aids in searching for a specific task or group of tasks and extending this capability to the sales & invoicing functions would be very helpful.
S
Spyros Kalykakis
updated the status to
complete
available in admin: Quote Items/Configuration/Display Name Template: {% if quote_item.parent and not quote_item.name.startswith(quote_item.parent.name) %}[{{ quote_item.parent.name }}] {% endif %}{{ quote_item.name }}