Employee Management App
Frappe : Employee Management App that encompasses various features for managing companies, departments, and employees. The system will allow users to create, read, update, and delete (CRUD) records for each of these entities,and there APIi for it
- Author: EslamQadri
- Repository: https://github.com/EslamQadri/Employee-Management-App
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: HR & Payroll
- Maintenance: Unmaintained
Install Employee Management App
bench get-app https://github.com/EslamQadri/Employee-Management-App
Add the Frappe Gems badge to your README
Maintain Employee Management App? Paste this into your README:
[](https://frappegems.com/gems/apps/EslamQadri/Employee-Management-App)
About Employee Management App
Employee Management App
Description
develop an Frappe Employee Management App that encompasses various features for managing companies, departments, and employees. The system will allow users to create, read, update, and delete (CRUD) records for each of these entities
Features
- Create, Read, Update, and Delete (CRUD) operations for companies and employees.
- RESTful API endpoints.
- API Workflow for approve and reject Job Applicant and anthor actions
Prerequisites
- Python 3.12
- ERPNEXT 15
Frappe 15
Installation
- Clone the repository:
git clone https://github.com/EslamQadri/Employee-Management-App.git
2.install app in your site :
bench install-app emp_app
- Migrate bench :
bench migrate
End Points
i set variable root to : http://127.0.0.1:8000/api/method/
Company
- Get company list
GET : {{root}}empapp.company.doctype.company.api.companyapi.get_companies
- Create Company
POST : http://127.0.0.1:8000/api/resource/Company
- Get single Company
GET :{{root}}empapp.company.doctype.company.api.companyapi.getcompanydetails
i add postman collection of all examples
Related HR & Payroll apps for Frappe & ERPNext
- Hrms — Open Source HR and Payroll Software
- Huf — Open-source, self-hosted multi-agent AI infrastructure for teams and apps with support for cloud and local models, tool integrations, workflows, and automation across business systems including Slack, ERPNext, Discord & Gmail.
- Bookings — Hotel Management App for Erpnext
- Employee Self Service — This is the backend component for Nesscale ESS - a mobile app that brings ERPNext to your phone. Employees can manage their HR tasks, sales activities, and projects right from their mobile devices.
- Inventory Tools — A collection of features to streamline and enhance inventory management and manufacturing workflows in ERPNext.
- Check Run — Payables utility for ERPNext
- Next Ai — NextAI is an AI-powered app for Frappe and ERPNext, delivering seamless content generation, automation, and productivity enhancements.
- Projectit — Open Source PWA mobile app to track the Employees out in the field. This mobile app is developed on Frappe Framework and it is integrated with the Project functionalities of ERPNext and integrated tightly with Frappe HR.