Different invoice, quote & receipt templates

Has anyone managed to create different html templates for Invoices, Quotes and Receipts and willing to share. I have no clue where to start but I really different templates for different trading names under one entity

You’ll need to find someone who can do the HTML/CSS coding for you or learn how yourself. Simple changes are not that hard, and there are some tutorials available if you search the web. Your problem will be that, without extensive recoding, Manager currently only supports one business logo.

Other users have expressed similar needs, however, so you might get a response from someone who has solved this for their own situation.

Have a look at these topics:

See, @nyarieb, I told you someone would help. Thanks, @Hans! :grinning:

I just want to know how to add TAX to the current sales invoice. At the moment all it has is invoice, I need it to have TAX INVOICE

Manager should automatically call invoice a Tax Invoice if you are using correct tax code. Which country are you from?

Australia. At the top of my sales invoice, there is only INVOICE

If you use GST 10% tax code on your invoices, then the invoice will say Tax Invoice. Are you charging GST at all?

GST is included

First you need to add GST 10% tax code under Tax Codes section in Settings tab.

Then you need to use this tax code on your invoice since you are charging GST.

This will make the invoice to say Tax Invoice at the top.

I want to have “inc GST” is there an option for that?

Have you already managed the invoice to show “Tax Invoice” ?

I have managed to create a separate template with a different logo but when I e-mail the invoice the pdf come up with no logo even though I can see the logo in manager

What markup did you use for logo?

Not sure I understand your question but see below:

        <td style="font-size: 36px; font-weight: bold; vertical-align: top; line-height: 36px">INVOICE</td>
        <td style="text-align: right">{% if business.logo != empty %}<img src="file:///C|/Users/Nyarie/Pictures/HQ/HQ Solar Invoice logo.jpg" style="max-width: 200px; max-height: 100px">{% endif %}</td>

Currently, Manager is unable generate PDFs locally. PDF is generated on external server and it cannot access files on your computer. You should upload your logo to Imgur.com and use hyperlink to it.

makes sense now. I thought it would pick from my local server. thanks for that mate.