How can i group items in single row with respect to same delivery note serial number?

Please pardon me for the new bee question, usually we have to make delivery note for whole month and then at the end of the month we have to make sales invoice and we also have to put one column referring delivery note serial number now the problem is it takes to much space with default format i wanted to group the column into single row with multiple items with “,” (coma) in between with respect to same delivery note serial number. Please help me out how can i do this?

You can build your customized print format

I don’t know how to do it can you tell me what should i learn in order to be capable for making custom print format

https://docs.erpnext.com/docs/user/manual/en/setting-up/print/print-format-builder

See this it can help you

Jinja Tempalting Language: Reference

1 Like

Refer these resources:

https://docs.erpnext.com/docs/user/manual/en/setting-up/print/print-format

https://docs.erpnext.com/docs/user/manual/en/setting-up/print/print-format-builder

Mainly you’ll need a bit of knowledge of HTML, CSS, and Jinja to get this done.

1 Like

can anyone help me out getting this done i am willing to pay for the solution

Check below to group items and calculate totals.

Actually i am using default print format how can use this?