What would it take to get this going?

Nocturnal

Lifer
Jan 8, 2002
18,927
0
76
What would it take to create something like this:

I?d prefer if it was a website where I can login and basically input my jobs I do at work.

A job is basically a computer that I fix. I?d like to be able to type in a customer?s name, invoice number, select a type of service from a drop down box, have the service determine a dollar amount, and then have a total. I?d also like to be able to create some type of list in html format that would have each customer line by line and also have a total with my commission which would be .30*dollar amount of customer?s job.

If I?m not making total sense, just ask me. But basically I know I could do this with Access off of a computer. I?ve already created an Excel worksheet that does this but I?d like to be able to log onto the net from work and from home to mess around with it.

Any ideas?
 

angstsoldat

Senior member
Jun 30, 2005
623
0
0
sounds like your a PC-Repairman .. all I can say is dont charge 150$-200$ for a PC build (they provide the parts) like this one local store does... heh
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
LAMP is probably your best bet, with the possible substitutions of iis and postgres if those are handier. You could probably do up a two pager in php, one form for input and one to view the stuff.