Invoice Customization

Removal of the invoice summary (net, VAT, gross)

Last updated: 2021-04-07


To delete an invoice summary (net, VAT, gross), go to the Settings> Account settings> Print settings tab, and then at the bottom of the page fill in the field Customize print with CSS with the CSS code shown below:

} @media all{
.invoice_outline>table.clean.to_right{
display:none !important;
}
}


Back


Comments

Add Comment