Hello Everyone,
We are using word template to create invoice with Export to PDF
We want to hide few invoice line item and do not want to show all the invoice details, but want to show the correct final subtotal.
Ex When invoice is created say 3 invoice item are added and each line item unit price is $1000 & qty 1 for each. So the subtotal is $3000. If we use OOB XML mapping on word template and create invoice then all line item will appear on the invoice.
Description |
Qty |
Unit price |
Extended Amount |
Product 1 |
1 |
1000 |
1000 |
Product 2 |
1 |
1000 |
1000 |
Product 3 |
1 |
1000 |
1000 |
|
|
Subtotal |
3000 |
But in our case we will like to only show 1 or 2 line item, with correct subtotal
Description |
Qty |
Extended Amount |
Product 1 |
1 |
3000 |
Product 2 |
1 |
|
|
|
|
Subtotal |
3000 |
We want to have only one word template.
Looking forward to get some feasible/easy solution.
Thank you in advance.