*All files are required to be in the same directory in order for complete execution of the project*
- HTML and CSS for front End
- PHP 8.3.4 for Backend connectivity
- Database using MySQL Workbench
- I have used XAMPP v3.3.0 for hosting the server
SQL END
-
You will have to run the following commands in MySQL to create the database in use:

-
For complete utilization of functionalities, the following Triggers would be required:
-
employee_deleted_trigger OR manager_deleted_trigger
- This triggered is used when an employee quits or is fired.
- This trigger takes the info of the employee that was fired, and stores it an “Ex_employee” table for any further use, when the employee data is deleted from the Manager or Employee table.
- To achieve this, we have to make 2 different triggers for each, Manager and Employee table, for when data is removed from them, this trigger also inserts the designation and date of removal of the employee to keep a well-maintained record.

-
inventory_deleted_trigger
-



