seitime-frappe/frappe/core
Suraj Shetty 95e9afa1f3 feat: Clear user permissions button (#6767)
* Add button to delete user permissions in bulk

* Show no records deleted the delete count is 0

* Return this from show of dialog to make it chainable

* Add test for clear user permissions function

* Fix test

* Format code

* Reset the user

* Remove rollback from test

* Move clear user permission button to menu

* fix: Translations
2019-01-21 16:52:12 +05:30
..
doctype feat: Clear user permissions button (#6767) 2019-01-21 16:52:12 +05:30
page [Fix] Notification count not showing for the doctypes like purchase order, sales invoice (#6657) 2018-12-24 13:10:58 +05:30
report [Fix] Transaction log corrections (#6693) 2019-01-02 09:10:50 +05:30
web_form fix: Only allow images in Attach Image 2018-11-01 19:38:07 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py Workflow actions (#5598) 2018-05-30 11:24:49 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py Add find & find_all utility function 2018-11-01 21:18:14 +05:30

Core module contains the models required for the basic functioning of frappe including DocType, User (user), Role and others.