Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Limit

Limit Frappe Erpnext usage

[a] v13: module link under 'Administrator' section-->Limit

  • Check Usage Limit
  • Set Usage Limit

[b] set usage limits : can be done only user 'Administrator'

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>

[c] Usage information

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)

[d] site_config.json, will be updated via set limit doctype

{
 "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

License

Contact

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages