Line Items in Invoices

Hi,

Can someone explain to me about how to modify the Invoice Product’s Line Item section and what is the difference between Studio section’s line item and the Invoice Line Item

Please Advice

Thank you

@Dinu1
Line Item section isn’t standard for SuiteCRM and it don’t support in Studio.
You can use alternative decision.

Custom field can be added to line_items via studio, but they are not shown on the associated views.
To achieve this, you have to costumize line-items.js or in custom/modules/AOS_Products_Quotes.
The editviev for line_items is realized in javascript.
Other views directly in Line_Items.php .