Group tax code of item lines in Advanced PDF

Show the tax total based on tax codes in the item line. Each tax code should be grouped and tax amounts should be added. <#assign seen_style = []><#list record.item as item> <#assign tax1amt=0/> <#assign groupId = item.taxcode> <#if seen_style?seq_contains(groupId) && groupId != “”> <#else> <#assign seen_style = seen_style + [groupId]/> <#list record.item as item2> <#if… Continue reading Group tax code of item lines in Advanced PDF