{"id":21994956,"url":"https://github.com/karanyeole/payroll-service-development","last_synced_at":"2026-04-09T22:46:19.485Z","repository":{"id":250902876,"uuid":"835806262","full_name":"karanyeole/Payroll-Service-Development","owner":"karanyeole","description":"This project efficiently manages employee data, leave requests, and payroll. Key features include user and employee management, leave approval workflows, payroll scheduling, role-based access control, and automated email notifications. Built with Django and PostgreSQL, it ensures streamlined operations and secure data handling.","archived":false,"fork":false,"pushed_at":"2024-07-30T15:58:11.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T10:44:13.079Z","etag":null,"topics":["django","html-css-javascript","postgresql","python","smtp"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karanyeole.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T15:07:08.000Z","updated_at":"2024-07-30T15:58:14.000Z","dependencies_parsed_at":"2024-07-30T19:19:12.729Z","dependency_job_id":null,"html_url":"https://github.com/karanyeole/Payroll-Service-Development","commit_stats":null,"previous_names":["karanyeole/payroll-service-development"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanyeole%2FPayroll-Service-Development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanyeole%2FPayroll-Service-Development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanyeole%2FPayroll-Service-Development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karanyeole%2FPayroll-Service-Development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karanyeole","download_url":"https://codeload.github.com/karanyeole/Payroll-Service-Development/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052661,"owners_count":20553172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django","html-css-javascript","postgresql","python","smtp"],"created_at":"2024-11-29T21:11:29.876Z","updated_at":"2026-04-09T22:46:19.460Z","avatar_url":"https://github.com/karanyeole.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payroll Service Development\n\n## Project Description\n\nThe Payroll Service Development project is designed to provide a comprehensive solution for managing employee data, leave requests, and payroll in a streamlined and efficient manner. The system includes user management, employee management, leave management, payroll management, and comprehensive review and documentation modules.\n\n## Features\n\n### 1. User Management \u0026 Employee Management\n- **User Registration \u0026 Sign-In:** Allows users to register and log in to the system.\n- **Role-Based Access Control:** Renders data based on user roles (e.g., admin, employee).\n- **Employee Database:** Stores comprehensive information about each employee, including personal details, contact information, and employment history.\n- **Employee Status Tracking:** Tracks and manages employee status such as active or inactive.\n\n### 2. Leave Management\n- **Leave Request System:** Allows employees to create, retrieve, and update their leave requests.\n- **Approval Workflow:** Enables managers to review and approve/deny leave requests.\n- **Email Notifications:** Sends automated notifications for leave approvals, system updates, and other relevant communications.\n\n### 3. Payroll Management\n- **Payment Scheduling:** Schedules payments for eligible employees and tracks the status.\n- **Email Notifications:** Sends scheduled mails to employees regarding released payroll.\n\n## Project Structure\n\n- **/user_management:** Contains code related to user registration, sign-in, and role-based access control.\n- **/employee_management:** Contains code for managing employee data and statuses.\n- **/leave_management:** Contains code for handling leave requests and approval workflows.\n- **/payroll_management:** Contains code for scheduling and tracking payroll payments.\n- **/review_bug_fixes:** Contains code and documentation for system review, bug fixes, and final documentation.\n\n## Technologies Used\n\n- **Frontend:** HTML, CSS, JavaScript, jQuery\n- **Backend:** Django, Python\n- **Database:** PostgreSQL\n- **Version Control:** Git\n- **Deployment:** Heroku\n- **Email Integration:** SMTP\n\n## Installation\n\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/payroll-service-development.git\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd payroll-service-development\n   ```\n3. Install the required packages:\n   ```sh\n   pip install -r requirements.txt\n   ```\n4. Set up the database:\n   ```sh\n   python manage.py migrate\n   ```\n5. Create a superuser for accessing the admin panel:\n   ```sh\n   python manage.py createsuperuser\n   ```\n6. Run the development server:\n   ```sh\n   python manage.py runserver\n   ```\n\n## Usage\n\n1. Access the application at `http://localhost:8000`.\n2. Register and log in as a user.\n3. Navigate through the various modules: User Management, Employee Management, Leave Management, Payroll Management.\n4. Admin users can manage employee data and leave requests.\n5. Employees can submit leave requests and view payroll details.\n\n## Contributing\n\n1. Fork the repository.\n2. Create a new branch:\n   ```sh\n   git checkout -b feature-name\n   ```\n3. Make your changes and commit them:\n   ```sh\n   git commit -m 'Add some feature'\n   ```\n4. Push to the branch:\n   ```sh\n   git push origin feature-name\n   ```\n6. Create a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Acknowledgements\n- Thanks to all contributors and collaborators.\n- Special thanks to Infosys Springboard for the internship opportunity and project guidance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranyeole%2Fpayroll-service-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaranyeole%2Fpayroll-service-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaranyeole%2Fpayroll-service-development/lists"}