Edit credit note template

Started by Danny, January 12, 2015, 12:30:36 PM

Danny

Hi,

do anyone know where to edit the credit note template? I have found there some hard coded lines like "HostBill Demo" on it what i want to remove from there.
regards
Danny

d4f

Do you mean this?
Settings->Email Templates->Client Emails->"Credit Note:New"

Danny

no this is only the mail template. i search for the PDF template, it creates a similar file like the invoice but in this case for the credit note.
regards
Danny

d4f

Ah, sorry. Yes, there seems to be no GUI access to change the template but with some HTML skills you can do it via database.
Open PHPMyAdmin, select the Hostbill database. Then go to hb_templates and look for the row "target" with value "creditnote" and write down the corresponding "id".
In hb_template_content match said "id" with the row's id.

Danny

thanks for that info, this helps me a lot, the HTML things are no problem for me that is the same as i do it for the invoice :-)
regards
Danny

Danny

and now i have found also the possibility to edit this on hostbill directly :D under settings where you also can edit the invoice templates, but i mean that this was not there before, because i had take a look on it there
regards
Danny