Code Monkey home page Code Monkey logo

erpnext_quota's Introduction

Erpnext Quota

App to manage ERPNext User, Company and Space limitations

Note: Space size does not include database size.

How to Install

bench get-app --branch master erpnext_quota https://github.com/ahmadpak/erpnext_quota bench include-app erpnext_quota bench --site site_name install-app erpnext_quota

Usage

Install the app. It will create a file quota.json in site directory Contents will look like:

{ "users": 5, "space": 5120, "company": 2, "count_website_users": 0, }

Manually change the default value of users, space, company and count_website_users to change the limits. Default is 5 active users not including website users, 2 companies and 5GB space for attachments and backup

After installation and creating new users, company and submitting a document, the file quota.json will get update and look like: { "users": 5, "space": 5120, "company": 2, "count_website_users": 0, "active_users": 2 }

To see the Usage info with the portal visit the page 'Usage Info' Usage Info Screenshot Usage Info Error Screenshot

License

MIT

erpnext_quota's People

Contributors

ahmadpak avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.