Jump to content

New invoice / statement template


Recommended Posts

  • Replies 51
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hay Andy, got some from you on the last version. Brialliant

 

Any thoughts to creating this to suit the new Quotes moudle as well?

 

i was going to re-do based on you last batch, but I figure you'd give me a special price (nil) ;) seeing as how I suggested it.

Link to comment
Share on other sites

The only problem I had with the PDF invoice is that the text went over into the cost cells rather than a new line, is there any code I can add to stop this?

 

Does this happen with the quote invoice?

 

Also what sort of IF statement would we use to hide the discount column if it = 0.00 ? This could also solve the quote system problem with the discount column not always wanting to be on show, its been requested by a lot of people on the forums...

 

I would also like to say I am very happy with the Invoice PDF that I puchased from juiced to help assist us, has worked very well after a couple of hours customisation :)

 

Cheers.

 

Andy.

Link to comment
Share on other sites

Hi AndrewMKP

 

The description field now drops down line so doesnt run over anymore.

 

And for an if statement for the discount you would do something like

 

 

if ($item["discount"]>0) {

$pdf->MultiCell(15,$cellheight,$item["discount"],1,'C','',0);

} else {

}

 

Something like that, ive not tested it i've just written it. And you'd do something similair for the coloumn header as well

 

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated