Forum Moderators: coopster
I am fairly new to php to start things off. I just want to get some ideas or info how/where to start. I was looking for:
Issue tracking script
I have 16 people under me. And I need to track down issue for each and everyone of them. I have the list of the issues they need. Maybe what I am saying is I need a script where in they can choose their name and then choose the issue they had and save it to the database. After saving to database it goes back to index.php where they can choose their name again and choose another issue and save again. And I need the issues sorted by date and by name because I will be generating a report.
Task Management
Same goes for the previous script. I need to manage the task for the 16 people. Each person has his/her own task (Action Items) that I need to write down under their name and track down. Once the task is done I can delete it or mark it as done or option to keep it open incase they were not able to finish the task.
Thanks in advance :)
we used [bugzilla.org...] for something like this. Each user has a login and bug can be entered and then assigned to each user. They can view their list, update them, close them on completion.
I think it has the general options you are looking for.
You could also maybe look at project management script. We looked at this one for a bit though we didn't end up using it [phprojekt.com...]