Welcome Guest, Not a member yet? Register   Sign In
how to display invoice -bill in a php site?
#1

[eluser]harper23[/eluser]
Hello everybody

I am new to codeigniter, and not so new to PHP, I am developing a site that has a login for 2 users, and once they login it shows an optin to view an invoice-bill, I am not to making the invoice since 0, I have a stack of invoices, so I want to do it that once they click in view invoice-bill they can see a PDF. I have searched but I ask you for some idea in the visualization of PDF in codeigniter?? because you are the experts
#2

[eluser]Aleazus[/eluser]
I would suggest retrieving the names of the invoices from your database, storing them in an array, passing the array to your view, and then displaying the pdf's using a for loop in your view. When you click on the one of the names of the pdf's, make it link to your pdf file.

Hope this helps
-Sean




Theme © iAndrew 2016 - Forum software by © MyBB