seitime-frappe/frappe/core
Rushabh Mehta 54df9298f8 [enhance] Signature Control (#3024)
* - Add controller for signature field, including buttons for save and reset
- Add library and style

* Add DB mapping for Signature field -> fix bug not saving
Add empty image, and auto load image when loading form
Add option for Signature field type on Doctype form

* Make field uneditable after submitting

* Remove console log and revert adding empty lines

* Update layout, remove edit mode/button, make save button compact. Refactor and use change event to trigger save.

* [cleanup] Signature Control
2017-04-07 13:52:42 +05:30
..
doctype [enhance] Signature Control (#3024) 2017-04-07 13:52:42 +05:30
page Enhance multi file upload (#2912) 2017-04-07 13:37:08 +05:30
report added roles in the report 2017-03-06 14:42:14 +05:30
web_form [fixes] [web forms] 2016-09-24 14:09:50 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
notifications.py [enhance] mark email as spam, trash, add to contact 2017-03-14 17:55:07 +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.