elmagory1 / frappe-active-users

Frappe plugin that displays a list of current active users.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frappe Active Users

A small plugin for Frappe that displays a list of current active users.

Active ausers

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

  1. Go to bench directory
cd ~/frappe-bench
  1. Get plugin from Github

(Required only once)

bench get-app https://github.com/kid1194/frappe-active-users
  1. Build plugin

(Required only once)

bench build --app active_users
  1. Install plugin on a specific site
bench --site [sitename] install-app active_users
  1. Check the usage section below

Update

  1. Go to app directory
cd ~/frappe-bench/apps/active_users
  1. Get updates from Github
git pull
  1. Go to bench directory
cd ~/frappe-bench
  1. Build plugin
bench build --app active_users
  1. Update a specific site
bench --site [sitename] migrate
  1. Restart bench
bench restart

Uninstall

  1. Go to bench directory
cd ~/frappe-bench
  1. Uninstall plugin from a specific site
bench --site [sitename] uninstall-app active_users
  1. Remove plugin from bench
bench remove-app active_users
  1. Restart bench
bench restart

Usage

  1. Go to Active Users Settings
  2. Check the Is Enabled box and set the desired Refresh Interval
  3. Choose the Roles and Users that you want the plugin to be visible to or hidden from

Contributors


License

MIT

About

Frappe plugin that displays a list of current active users.

License:MIT License


Languages

Language:Python 42.3%Language:JavaScript 35.6%Language:CSS 22.2%