tax column

44 views
Skip to first unread message

iangood...@gmail.com

unread,
Dec 20, 2017, 12:48:26 PM12/20/17
to FAQ - Invoice Templates by Invoicebus https://invoicebus.com/templates
How do you remove the tax from the table columns but still have the tax subtotal shown?

Dimitar Stojanov

unread,
Dec 20, 2017, 12:59:57 PM12/20/17
to html-invoic...@googlegroups.com
Hi there,

This is possible by changing the template.css file in the css folder. Add this line of code at the end of the file:


#items th:nth-child(6),
#items td:nth-child(6) {
  display: none !important;
}

Just note that if you hide the column you won't be able to enter the tax percentage, so I'm not sure how useful this will be for you.

Best,
Dimitar
Reply all
Reply to author
Forward
0 new messages