seitime-frappe/frappe/core
Zarrar e76b3eef4e [Enhance] New DocField - 'Fetch From' (#5563)
* add new docfield fetch_from - serves as add_fetch

* replace options.split with fetch_from.split

* copied data from options to fetch_from

* patch to update fetch_from for docfield, custom_field and property_setter

* update tests according to fetch_from change
2018-05-23 11:07:57 +05:30
..
doctype [Enhance] New DocField - 'Fetch From' (#5563) 2018-05-23 11:07:57 +05:30
page Permission fixes (#5530) 2018-05-04 19:49:11 +05:30
report Permission fixes (#5530) 2018-05-04 19:49:11 +05:30
web_form Added mobile number in edit user profile web form (#3766) 2017-07-26 11:52:21 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py fixed merge conflict 2018-04-06 15:05:15 +05:30
README.md rename Profile to User frappe/frappe#470 2014-03-11 16:14:47 +05:30
utils.py Moved feed from Communication to Activity Log (#4435) 2017-11-21 15:46:51 +05:30

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