What I need is: Defining annual maintenance contract, where a fixed number of hours are provided to 1 customer. As the time goes, client will demand services and we will deduct hours from his available AMC hours. There will be many such entries during the year for any client. Any ideas? Is there any existing PHP script that does this? Thanks
there are lots of ways you could do it: tickspot is good - you define a project budget in hours and each time you do work you record the time. its not a script that you can install on your own machine though. you can do the same (though its a bit more involved) if you install redmine (its in ruby) if you need php, then try trac - again its more of a ticket / issue tracker / project manager like redmine, but it is in php