Php/mysql Work Order/invoice System

I need something like this

http://www.phpinvoicescript.com/demo/

I need to be able to input my own custom fields. This is to create work
order forms in pdf to print and save them to be looked up later on. Also i’d like to be
able to have it calculate the total due for the service below this can be added up by the service
type and number of rooms via hours.

First Name:
Last Name:
Address
Address 2
City
Zip
Phone
Email

[Drop down box]
Service Type:
>Move in and outs = (1 Hour = 28.00, 1/2 Hour = 14.00, 1/4 Hour = $7.00)
>One Time = (1 Hour = 24.00, 1/2 Hour = 12.00, 1/4 Hour = $6.00)
>Weekly = (1 Hour = 20.00, 1/2 Hour = 10.00, 1/4 Hour = $5.00)
>Bi-Weekly = (1 Hour = 22.00, 1/2 Hour = 11.00, 1/4 Hour = $5.00)
>Monthly = (1 Hour = 24.00, 1/2 Hour = 12.00, 1/4 Hour = $6.00)

How Did you hear about us:
PRomotional Code:
Number Of Pets:
Approx square feet:

Rooms to service:
Kitchen [checkbox] (1 Hour Service)
# of full bathrooms: (1/2 Hour)
# of half bathrooms: (1/4 Hour)
# of bedrooms: (1/2 Hour)
Living Room [checkbox] (1/2 Hour)
Family Room [checkbox] (1/2 Hour)
Dining Room [checkbox] (1/2 Hour)
Foyer [checkbox] (1/2 Hour)
Office [checkbox] (1/2 Hour)
Laundry Room [checkbox] (1/4 Hour)
Inside Kitchen Cabinets [checkbox] (1/2 Hour)
Inside Bathroom Cabinets [checkbox] (1/4 Hour)
Inside Oven [checkbox] (1/4 Hour)

Other: Rate: base on service type [Drop down box to select hour)

Total: [Calc total]

I have an excel sheet i use right now to calc all this up but i’d like to have it done in php with
an admin login panel that will use all this info about and store the data in a mysql database for later
on also be able to convert the info into a pdf and print it out.

-If need be to save some money i’ll write out the input forms in html.

Leave a Reply

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