Meeting Management with Ticketing System
Desenvolvedor
Chat público
Detalhes do produto
This is the Meeting and Project Management with Ticketing System for small ,medium & large company(Extended Version). In this Meeting and Project Management with Ticketing System There are 3 parts of this project:
1. Admin
Admin can create meeting
They can change Status
They can do settings
2.Manager
Manager will see task and will set reminder
3.Staff
Staff will set the progress of task and email will be sent to manager and admin
Dashboard:
After login You can see Dashboard with the current status of Meeting Notes,Tasks,Open Tasks etcMeeting Notes :
Meeting Notes is integrated with tickets and easily viewable the listed Meeting Notes with ticketsThere are 3 parts of this project:
1. Admin
Admin can create meeting
They can change Status
They can do settings
2.Manager
Manager will see task and will set reminder
3.Staff
Staff will set the progress of task and email will be sent to manager and admin
Dashboard:
After login You can see Dashboard with the current status of Meeting Notes,Tasks,Open Tasks etc
Meeting Notes :
Meeting Notes is integrated with tickets and easily viewable the listed Meeting Notes with tickets
Tickets:
Tickets status is pending rejected and solved
Material Used:
HTML,CSS,JS
PHP 7+
CodeIgniter 3.1.11 Framewok
MYSQL 5.6+
Settings & installation guide
MYSQL:
Database:
The database and its tables is in zip folder.In PhpMyAdmin make a database name and click import.now browse and select *.sql file from unzipped folder and after submitting You can see all the tables there.
PHP:
config.php:
Path : application/config/config.php
Enter your domain name here example : http://www.example.com
database.php:
Path : application/config/database.php
Enter your database name,username & password
Files location
Controller,Model,Views:
Controller:
Path : application/controller
All the business logic is here and included the model and views
Model:
Path : application/model
Database Model to retive data
Views:
Path : application/views
HTML and Tables to display data
libraris:
Path :application/libraris
Your custom libraris and load in Controller
third_party:
Path : application/third_party
Keep all your third party property like pdf , excell etc.
public:
Path :public
Keep all your public property like js,css and images
Operate & Manauals
Login:
Login with your username(email) & password stored in users tables
Dashboard:
In the Dashboard you can see full meeting note,tasks,open tasks
Árvore de arquivos
-
📁 Meeting Management with Ticketing System