Invoice Class Needed

I need an invoice class in PHP. I will feed the class the following

* an array containing the customer name/address
* invoice number
* an array of item rows (quantity,description, price)
* also an array with the invoice total, subtotal, and grand total.

The class will produce either an HTML invoice (with logo that I already have) or a text invoice (formatted for email) depending on how I flag it with a variable (i.e. $HTML = true).

This should be created on YOUR server.
More details to the winning bidder.

Leave a Reply

Your email address will not be published. Required fields are marked *