How to add fields to the "Line Items Group" in Invoices ?

Hello

Thanks a lot for looking at my question.

I would like to add certain new fields to the “Line Items Group” section in the Invoice.
I see that although the Studio has options to add fields in the Invoice Header, and the Invoice Line Items, however, I can’t find any module corresponding to Line Item Groups in the Studio.

Further, when developing PDF Templates, all fields from AOS_Line_Item_Groups seem to be exposed.

Kindly advise, as to how I can extend the Line Item Groups in the Invoices, to create a relate field to other modules.

We are currently working with Suite CRM Version 7.8.2

Thanks & Regards

Hi there - I am trying to do the same thing - did you figure this out?

@milbot

Welcome to community!

You should do:

  1. add fields to module AOS_Line_Item_Groups
  2. create 2 files in custom directory based on:
  • modules/AOS_Products_Quotes/Line_Items.php
  • modules/AOS_Products_Quotes/line_items.js
  1. change array function for field line_items in module AOS_Invoices for call your custom file Line_Items.php