Customising Invoice Layout

Hi

I have set up the default invoice details and they print fine on the customer invoice. However the layout of the template is very different to what is physically printed / preview for the invoice.

I am happy with the default layout so how can I make my invoice print according to the suggested template?

For example: on the template the logo section is on the top right, on my invoice it prints a very large logo on the top left.

All I want if for the physical invoice to look like the standard template.

For another purpose I would like to have no unit cost or quantity - just description and amount. So I don’t want to use the hours or quantity options for fixed price work. How do I do this?

Thanks

Chris

Hi,
To remove Quantity and time from invoice, use this code in your css editor

.thItems3 { display: none; } /* Hide “Unit Cost” */
.tdItems3 { display: none; }

.thItems4 { display: none; } /* Hide “Qty” */
.tdItems4 { display: none; }

Note: Power user subscription required

For the logo issue:
Make sure you customise the right templet (at the top of the page.)
image

This topic was automatically closed after 7 days. New replies are no longer allowed.