Limit Frappe Erpnext usage
- Check Usage Limit
- Set Usage Limit
Set Usage Limit : v13 URL : https://site.com/app/set-limit
v12 URL : http://site.com/desk#Form/Set%20Limit
- When not using a particular limit restriction, increase its value to a high no. Ex no. of users = 1000
- Uninstall the limit app if not using restrictions/li>
v13 URL : https://site.com/app/usage-info
v12 URL : http://site.com/desk#usage-info
Link is made visible under user icon (top right corner) , last option 'Dashboard Usage' (before logout)
{
"db_name": "xxxxxxxxxx",
"db_password": "xxxxxxxxxxxx",
"limits": {
"emails": 1500,
"space": 0.157,
"expiry": "2016-07-25",
"users": 1,
"support_email": "help@xx.com",
"support_phone": "0112533399"
}
}The valid limits you can set are:
- users - Limit on the number of maximum users for a site
- emails - Limit on the number of emails sent per month from the site. When limit is reached, emails will become muted. They will be blocked up in email queue.
- space - Limit on the maximum space the site can use (GB). In above example it is 157 MB
- expiry - Expiry date for the site (YYYY-MM-DD within quotes)
- support_email - Email id to be displayed
- support_phone - Contact no to be displayed
Contact