Topic: Invoice Templates

hey,

i am trying to change the template of invoice it means that i want to create my own invoice template in attractive manner,

i have study your code like rep and study TCPDF examples too,

can you please tell me which files i need to consider for this

what i want ;

1. header - > in which logo and details of invoice after logo
2. body -> data of invoice
3. footer -> only some legal terms and approval

let me know about that

second if you have some example too or some changes code then share with me

Regards

Re: Invoice Templates

footer.inc
doctext.inc
header2.inc
rep107.php

Re: Invoice Templates

dear apmuthu,

i have reviewed the files header , doctext and rep107

in header you have put the various thing like logo, name, adre etc

but i am unable to find the top margin section where we want to print some background color;

second, we have download a font like ' QuickSand ' in .ttf and this font is also converted into TCPDF like ' QuickSand.php '

after putthing the font files in fonts/folder and change the name of font into Quicksand its said,

' the font qicksand.php is not exist. can you tell me how can we encounter this issue first

regards

Re: Invoice Templates

The background colour can be set as one of the TCPDF native functions.

Check the spelling of the QuickSand.php file and use it accordingly as the error shows a different spelling.

Re: Invoice Templates

yes done, thanks