- Users can create new tickets with minimum required fields.
2). Listing of Tickets :
-
Open Tickets: Displays all open tickets.
-
Closed Tickets: Lists all closed tickets.
-
Users can click on a ticket to view/edit its details.
3). View/Edit Ticket :
-
Displays full ticket details.
-
Users can edit ticket details and resolve/close the ticket.
4). Search Ticket :
- Users can search for tickets by Phone,Email,Category and Dates.
-
Demographic: Name, Phone, Email, City, State, etc.
-
Details: Ticket Description
-
Category: Technical/Billing/Service (Choose one)
-
Notes: Multiple notes can be added to the ticket as technicians work on it.
-
Status: Open (during creation)
-
Dates: Creation Date / Last Modified Date
Ensure Python and Django are installed on your system.
Clone the repository.
Navigate to the project directory.
Run python manage.py runserver to start the development server.
Access the application through the provided URL.