Group products in quotations

I newbie here. I need erpnext mainly to make quotations. But I need to create groups of product or/and services.

So basically The layout should be:

Group1
– product 1
– product 2
– product 3

Services
– Service 1
– Service 2

Group2
– new product1
– new product2

How can I do this ?

Kind Regards

You can first create an Item Group, and then add items under the respective Item Group.

3 Likes

Hi @nickon

Please bring in item group first in your quotation item table.

and then handle grouping based on item group within your print format html / jinja code.