seitime-frappe/frappe/core
Rushabh Mehta c600a302bb [enhancement] Added progress bar in data import tool
async.py: in `publish_realtime`, `event` is now optional, if called from within task
importer.py: send record count being updated using `frappe.publish_realtime`
ui/messages.js: added new tool `frappe.get_progress(title, count, total)` that will show progress bar realtime
2015-09-02 11:51:41 +05:30
..
doctype Merge pull request #1280 from rmehta/communication-notify 2015-08-27 16:59:01 +05:30
page [enhancement] Added progress bar in data import tool 2015-09-02 11:51:41 +05:30
report Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py [fix] Allow appending to communication, don't pull sent email 2015-08-17 14:07:29 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30

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