I have been approached to try and develop a price quote system for a customer that makes drill bits out of diamond. All the bits are measured for area and that is how the price is quoted. There also needs to be admin control so that different customers can have different pricing as well as the admin needs to be able to update pricing based on the market. The form will ask for height and width to calculate area and then it will need to know which product so that is can get a price. It will then have a spot for number of pieces and from there depending on the amount of pieces, the material used, and the area it will give a price per piece. We would also like to have it store the quotes in a database so that the admin can view quotes given and contact customers. I am fairly good at php and mysql and am just looking for a starting point on how to get going. I think this sort of thing already exists and am hoping to find some sort of working example. Any help will be greatly appreciated.
Start Free Trial