Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevShed:
Invoice Management in a PHP Invoicing System
Sep 14, 2006 @ 12:12:58

DevShed is continuing their series on working with an invoicing system in PHP with this second part, a look at the actual invoicing system they created the login for previously.

If you're running a business in which you're invoicing clients, you need some way to keep track of which invoices have gone out and which clients have paid. In this second article of a four-part series that covers the creation of a PHP invoicing system, we create the parts that deal with this kind of invoice management.

First off, they build out the select to pull out the invoice information and create the page to display the results on. They move to the other side of things, and create the form to set up an invoice, outputting it in a PDF format. To make it easier to see which of the invoices are unpaid, they also create a small section at the top of the list. And, last but not least by any means, they show you how to enter in a brand new invoice record into your database using the FCKeditor to make entering the actual contents of the invoice simple.

tagged: invoice management system pdf insert create unpaid invoice management system pdf insert create unpaid

Link:


Trending Topics: