Approvals

Customizable Approval Workflows

Install Approvals

bench get-app https://github.com/agritheory/approvals

Add the Frappe Gems badge to your README

Maintain Approvals? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=agritheory%2Fapprovals)](https://frappegems.com/gems/apps/agritheory/approvals)

About Approvals

## Approvals Customizable Approval Workflows #### License MIT ## Install Instructions Set up a new bench, substitute a path to the python version to use, which should 3.10 latest ``` # for linux development bench init --frappe-branch version-14 {{ bench name }} --python ~/.pyenv/versions/3.10.10/bin/python3 ``` Create a new site in that bench ``` cd {{ bench name }} bench new-site {{ site name }} --force --db-name {{ site name }} bench use {{ site name }} ``` Download the ERPNext and HR module ``` bench get-app erpnext --branch version-14 bench get-app hrms ``` Download this application and install all apps ``` bench get-app approvals git@github.com:agritheory/approvals.git bench install-app erpnext hrms approvals ``` Set developer mode ``` bench --site {{ site name }} set-config developer_mode true ``` Update and get the site ready ``` bench start ``` Setup test data ``` # Enable server scripts and install test data bench --site {{ site name }} set-config server_script_enabled true bench --site {{ site name }} execute 'approvals.tests.setup.before_test' ```

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.