seitime-frappe/frappe/core
Zarrar 430e93b17d [ Fixes ] Data Import / Data Export (#5776)
* add button to toggle check all or none

* add 'M' to label for mandatory field - manual selection

* add select_all / deselect_all button to toggle checkbox

* multicheck control fix
call refresh of parent class as its overridden, ignore pushing same data in selected_options

* pass with_data parameter as 1 or 0 to be interpreted using cint

* make fields visible and disabled according to option selected

* allow editing for non mandatory field when mandatory option selected
simplified columns selection logic when passing it to be exported
2018-07-06 11:55:17 +05:30
..
doctype [ Fixes ] Data Import / Data Export (#5776) 2018-07-06 11:55:17 +05:30
page Reset standard json after migrating customisations to custom layer 2018-06-28 13:25:56 +05:30
report Permission fixes (#5530) 2018-05-04 19:49:11 +05:30
web_form [Refactor] Webforms (#5537) 2018-06-22 11:35:52 +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 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.