PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, January 13, 2022

[FIXED] Help with CMS PHP/MySQL project for managing jobs/tickets?

 January 13, 2022     content-management-system, lamp, mysql, php     No comments   

Issue

I have experience in php but not with large scale projects. i am looking for a sample CMS PHP(preferably using the LAMP stack) for managing tickets, to learn from. Here are the functionalists I want:

  1. Login (with security)
  2. Users (designers,supervisors, and clients) can login and upload/review/download jobs.
  3. Clients upload jobs with files and description
  4. Supervisors assign jobs to designers
  5. Designers download jobs, and upload them when done
  6. Clients then download finished jobs

Any help will be useful. Links, guidelines, projects, articles, tutorials, or books


Solution

Bugzilla is a very well established open source ticket tracking system. I use it daily at work and it offers a high level of flexibility and is relatively easy to customize.

It allows you to generally attach files to tickets which would fulfill your requirement of uploading/downloading the files for the ticket.



Answered By - Endophage
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing