After installing the source adding to localhost hosted folder open path via CLI and run composer to install Dependencies.
composer update
- Rename the env to .env and save in Root Sourcecode.
- Edit .env file with following configs
- app.baseURL = [ Your folder path example : http://localhost/Assert-Mangement ]
- database.default.hostname = localhost
- database.default.database = inventory
- database.default.username = root
- database.default.password = [Your password]
To set database open phpmyadmin create a database inventory
.
After creating the database import inventory.sql
file from root sourcecode.
Enable php as global env
To Run Chat server open command line
php index.php chatserver
graph TD
A[Admin]
B[Assert Manager - 1]
C[Assert Manager - 2]
D[Assert Manager - N]
E[Employee 1]
F[Employee Nth]
A --> B
A --> C
A --> D
B --> |Assert User| E
C --> E
D --> E
B --> F
C --> F
D --> F
class A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z internal-link;
- Admin has ablity to create a assert item and added to inventory.
- Admin can able to assign the asset to assert-manager either single or multiple items.
- Assigned Items are allocated to assert manager and can able to handle raised tickets on it's.
- Assert-Manager can able to distribute the assigned items to employee.
- can able to handle the damages, upgrades, repairs on assert items.
- Assert items are assigned to employee can able to listed for records.
- Can able to report or raised a ticket on giving assert items.
- Employee can able to raise a ticket on his assigned item. Raised ticket is assigned to Assert manager
- All members has enabled chat