Let me start by saying this is a great module.

I have created a new invoice template as per instructions (copy templates/default.inc and .css), when selecting my new template in the dropdown, the invoice does not display with my new template when I save it, and then editing that invoice the dropdown is still set at the default. So it is always set as the "default" template???

Also, in your documentation you say "You have the possibility to have different company settings per template", can you elaborate on this as I interpret it as being able to have different settings/fields when editing/creating the invoice, but cannot see that this is possible or find any documentation on what is possible with your template feature.

Im stuck with using 6x at the moment so will be good to use the 7x when I need to but even better if your "To Do's" get integrated.

Comments

jami3z’s picture

Sorry ive found the different template settings in the admin/settings/invoice page, but I am still having the issue of not being able to save an invoice to a different template. Anyone else come across this issue?

aleada’s picture

if your template file is
myname.inc
you should change the function name function _invoice_default_get_template_output inside myname.inc
to function _invoice_myname_get_template_output .
Be sure that you have also a css file named myname.css .

pietervogelaar’s picture

Status: Active » Closed (works as designed)

@amatech is correct.