Task and booking management system
Product Information
Developer
Public chat
Product Details
Task management system
This is the Task management system for small ,medium & large company(Extended Version). In this Task management system Customer will register and login and will create a booking schedule.They can also book direct to admin by phone call. Admin will create a book with customer information and with service name and will set date time. There are list of services and its cost,customer list,start date & time and end date and time and worker.
The system could be used for like beauty parlor , barber shop , saloon , spa , car services and other service related shop
Dashboard:
After login You can see Dashboard with the current status of services,customers and customers services.They can see the data on full calendarServices:
You will have services name and its costCustomer Services:
Service name,cost from related service ,customer info,start date time,end date timeReport:
You will get total cost in summary and in details between date durationMaterial 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 calendar,customers,services
Report Pdf:
With customer parameter,Services parameter,date range we will get report
This is the Task management system for small ,medium & large company(Extended Version). In this Task management system Customer will register and login and will create a booking schedule.They can also book direct to admin by phone call. Admin will create a book with customer information and with service name and will set date time. There are list of services and its cost,customer list,start date & time and end date and time and worker.
Dashboard:
After login You can see Dashboard with the current status of services,customers and customers services.They can see the data on full calendar
Services:
You will have services name and its cost
Customer Services:
Service name,cost from related service ,customer info,start date time,end date time
Report:
You will get total cost in summary and in details between date duration
File Tree
-
📁 Task and booking management system