-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
743 additions
and
510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
40 changes: 40 additions & 0 deletions
40
..._users/doctype/active_users_notification_receiver/active_users_notification_receiver.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"actions": [], | ||
"allow_copy": 1, | ||
"allow_import": 1, | ||
"editable_grid": 1, | ||
"autoname": "hash", | ||
"creation": "2022-04-04 04:04:04.119400", | ||
"description": "Active users notification receiver", | ||
"doctype": "DocType", | ||
"document_type": "Document", | ||
"engine": "InnoDB", | ||
"field_order": [ | ||
"user" | ||
], | ||
"fields": [ | ||
{ | ||
"fieldname": "user", | ||
"fieldtype": "Link", | ||
"label": "User", | ||
"options": "User", | ||
"reqd": 1, | ||
"bold": 1, | ||
"in_list_view": 1, | ||
"allow_in_quick_entry": 1, | ||
"ignore_user_permissions": 1 | ||
} | ||
], | ||
"istable": 1, | ||
"links": [], | ||
"modified": "2022-04-04 04:04:04.119400", | ||
"modified_by": "Administrator", | ||
"module": "Active Users", | ||
"name": "Active Users Notification Receiver", | ||
"owner": "Administrator", | ||
"permissions": [], | ||
"sort_field": "modified", | ||
"sort_order": "DESC", | ||
"states": [], | ||
"track_changes": 1 | ||
} |
11 changes: 11 additions & 0 deletions
11
...ve_users/doctype/active_users_notification_receiver/active_users_notification_receiver.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Active Users © 2022 | ||
# Author: Ameen Ahmed | ||
# Company: Level Up Marketing & Software Development Services | ||
# Licence: Please refer to license.txt | ||
|
||
|
||
from frappe.model.document import Document | ||
|
||
|
||
class ActiveUsersNotificationReceiver(Document): | ||
pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.