Frappe Strict Session Defaults
A small plugin for Frappe that enforces and manages the session defaults popup.
- Author: kid1194
- Repository: https://github.com/kid1194/frappe-strict-session-defaults
- GitHub stars: 4
- Forks: 13
- License: MIT
- Category: Other
- Maintenance: Unmaintained
Install Frappe Strict Session Defaults
bench get-app https://github.com/kid1194/frappe-strict-session-defaults
Add the Frappe Gems badge to your README
Maintain Frappe Strict Session Defaults? Paste this into your README:
[](https://frappegems.com/gems/apps/kid1194/frappe-strict-session-defaults)
About Frappe Strict Session Defaults
Frappe Strict Session Defaults
A small plugin for Frappe that enforces and manages the session defaults popup.
Table of Contents
Requirements
- Frappe >= v13.0.0
Setup
⚠️ Important ⚠️
Do not forget to replace [sitename] with the name of your site in all commands.
Install
- Go to bench directory
cd ~/frappe-bench
- Get plugin from Github
(Required only once)
bench get-app https://github.com/kid1194/frappe-strict-session-defaults
- Build plugin
(Required only once)
bench build --app strict_session_defaults
- Install plugin on a specific site
bench --site [sitename] install-app strict_session_defaults
- Check the usage section below
Update
- Go to app directory
cd ~/frappe-bench/apps/strict_session_defaults
- Get updates from Github
git pull
- Go to bench directory
cd ~/frappe-bench
- Build plugin
bench build --app strict_session_defaults
- Update a specific site
bench --site [sitename] migrate
- (Optional) Restart bench
bench restart
Uninstall
- Go to bench directory
cd ~/frappe-bench
- Uninstall plugin from a specific site
bench --site [sitename] uninstall-app strict_session_defaults
- Remove plugin from bench
bench remove-app strict_session_defaults
- (Optional) Restart bench
bench restart
Usage
- Go to
Strict Session Defaults Settings - Check
Is Enabledbox - Select the
Roles Conditiondesired - Add the roles that the condition applies to
- Handle the
Users ConditionandUsersin the same way
Issues
If you find bug in the plugin, please create a bug report and let us know about it.
License
This repository has been released under the MIT License.
Related Other apps for Frappe & ERPNext
- Erpnext — Free and Open Source Enterprise Resource Planning (ERP)
- Helpdesk — Modern, Streamlined, Free and Open Source Customer Service Software
- Print Designer — Visual print designer for Frappe / ERPNext
- Ctr — CTR模型代码和学习笔记总结
- Whitelabel — Whitelabel ERPNext
- Fossunited — fossunited.org
- Helm — Helm Chart Repository for Frappe/ERPNext
- Frappe Attachments S3 — A frappe app to upload file attachments in doctypes to s3.