Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdelrhmanmohmaed/php-task
This PHP project is designed to manage employees, departments, and tasks within an organization.
https://github.com/abdelrhmanmohmaed/php-task
ajax css3 html5 javascript jquery php8
Last synced: 10 days ago
JSON representation
This PHP project is designed to manage employees, departments, and tasks within an organization.
- Host: GitHub
- URL: https://github.com/abdelrhmanmohmaed/php-task
- Owner: abdelrhmanMohmaed
- Created: 2024-08-23T00:12:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:51:37.000Z (4 months ago)
- Last Synced: 2024-12-18T21:17:12.630Z (10 days ago)
- Topics: ajax, css3, html5, javascript, jquery, php8
- Language: Blade
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP Task
This PHP project is designed to manage employees, departments, and tasks within an organization.## Key features include:
- **Login Screen** Users can log in using their email or phone number with a predefined complex password.
- **Employee Management:** Add, edit, search, and delete employee records, including fields like first name, last name, salary, image, and manager name. The full name is dynamically generated and not stored in the database.
- **Department Management:** Add, edit, search, and delete departments. The search functionality provides the count of employees and the total salary within each department. Deletion of a department is restricted if employees are assigned to it.
- **Task Assignment:** Managers can assign tasks to their employees and track task statuses. Employees can view and update the status of their assigned tasks.## Technologies Used:
- **Backend:** PHP-Native
- **Frontend:** HTML5, CSS, JavaScript, Bootstrap, JQuery, Ajax
- **Database:** MySQL## Usage:
1. git clone https://github.com/abdelrhmanMohmaed/PHP-Task.git
2. cd project-name.
3. CREATE DATABASE php_task.
4. mysql DB/schema.sql
5. mysql DB/seed.sql
6. (http://localhost/PHP-Task/login.blade.php)```shell
# Login
email: [email protected] or 01623843786
password: @123456aAqw
url: http://localhost/PHP-Task/login.blade.php
```
---