Commit graph

79 commits

Author SHA1 Message Date
Rushabh Mehta
093f293f42 [fix] grids editable by default 2016-07-11 16:06:20 +05:30
Rushabh Mehta
104df66ab4 [editable fields] now configable and customizable 2016-07-08 14:33:29 +05:30
Rushabh Mehta
ab3d1849bf [minor] 2016-06-14 18:09:07 +05:30
mbauskar
927e2bb796 [Image View] added flag on Customize Form to switch from List to Image view 2016-06-08 12:57:04 +05:30
Rushabh Mehta
c5be48802b [fix] route for customize from list 2016-06-03 16:03:35 +05:30
Rushabh Mehta
b67ebc86c3 [minor] no quick entry for custom script 2016-05-16 12:40:36 +05:30
Rushabh Mehta
298f013c66 [fixes] tests and enhancement to frappe.make_property_setter 2016-05-11 16:46:46 +05:30
Chris Ian Fiel
0c6ab997e8 add customized from for option enable/disable quick entry 2016-04-14 13:26:16 +08:00
Nabin Hait
2adb2bf744 [fix] Freeze customize form on trigger of doctype 2016-04-11 18:50:58 +05:30
aruizramon
8af9c46315 Added custom field name, as well as label, in Not Found error message. Previously, it was hard to find which field was causing the problem when the field did not have a label - such as column breaks 2016-04-06 09:54:27 -04:00
Rushabh Mehta
90fb3ebcb9 [enhancement] added image_field so image will appear in the sidebar 2016-04-04 16:56:35 +05:30
Nabin Hait
737d81e45d Merge branch 'dynamic-links' of https://github.com/rmehta/frappe into rmehta-dynamic-links 2016-03-16 14:42:38 +05:30
Anand Doshi
b181b81ebf [fix] mark new row as Custom Field in Customize Form to make it draggable 2016-03-10 17:50:27 +05:30
Rushabh Mehta
ebbcd4593e [refactor] [optimize] dynamic links on deletion 2016-03-10 15:14:44 +05:30
Anand Doshi
305117574c [fix] [hot] editable customize form and draggable custom fields 2016-03-10 11:56:25 +05:30
Anand Doshi
4874510d7b [fix] sort fields - set idx in Custom Field for faster sorting during load 2016-03-09 13:00:36 +05:30
Rushabh Mehta
022f1dd385 [redesign] do not allow re organizing fields via customize form 2016-03-08 10:43:46 +05:30
Anand Doshi
353e8a9d1f [fix] Sanitize form_dict and doc values to prevent XSS 2016-02-23 12:11:28 +05:30
Anand Doshi
5b45450252 [fix] create optional columns during sync, use email account name if no sender full name 2016-02-08 13:14:00 +05:30
Neil Trini Lasrado
5542a8e5ef Fixed Attach Image feild selection in Customize Form / Custom Feild 2016-01-25 15:26:25 +05:30
Anand Doshi
d315e089f3 [minor] allow Event in Customize Form 2016-01-08 15:26:54 +05:30
Nabin Hait
61866f6a8a [fix] Set _idx based on Custom Field 2016-01-05 15:18:19 +05:30
Anand Doshi
14d20d6360 [fix] fieldnames should be lowercase 2015-12-25 16:09:29 +05:30
Rushabh Mehta
140cce235e [fix] test case, reorg custom field form 2015-12-24 11:01:42 +05:30
Nabin Hait
cd56b568b7 [fix] Removed logic based on previous_field property 2015-12-23 19:00:54 +05:30
Nabin Hait
270787f1b5 [fix] Create/update property setter for _idx from Custom Field 2015-12-23 19:00:54 +05:30
Rushabh Mehta
658b19990d [fix] system settings saving in frappe 2015-11-30 15:11:57 +05:30
Anand Doshi
e5a2524820 [fix] Ability to hide a field in print if its value is 0 2015-11-25 16:33:37 +05:30
Anand Doshi
15ffac514c [fix] Apply docfield customization in webforms based on fieldname, don't add custom fields, translate labels in webforms 2015-11-23 18:43:59 +05:30
Anand Doshi
5621ba30c0 [enhancement] Int, Currency, Float, Percent as not null and default to 0 2015-11-19 13:09:44 +05:30
Sambhaji Kolate
e28a893a82 [minor] Added collapsible to custom field section break #1364 2015-10-26 16:32:37 +05:30
Anand Doshi
6670ecd4f8 [fix] Customize Title Field using Customize Form. Validate title field customization. Fixes frappe/erpnext#4177 2015-10-22 15:40:25 +05:30
Rushabh Mehta
553211acd8 [fix] depends_on as Small Text 2015-10-15 10:17:53 +05:30
Rushabh Mehta
15c686f572 [fix] make all VARCHAR default lengths as 140 2015-10-14 17:28:10 +05:30
Anand Doshi
3c4f31a23c Limit varchar length to 140 instead of 255 to mitigate Row Size Too Large error 2015-10-14 16:00:14 +05:30
Anand Doshi
5d63553f6a Added Field Read Only checkbox in Customize Form Fields 2015-10-01 18:56:18 +05:30
Rushabh Mehta
62d53ce213 [minor] Added collapsible to customize form view. 2015-09-04 22:07:01 +05:30
Anand Doshi
ad9c500863 Exported all doctypes 2015-08-27 16:45:45 +05:30
Rushabh Mehta
647d632b9a [help] fixed custom field examples showing frappe.ui.form.on 2015-08-27 16:07:19 +05:30
Rushabh Mehta
616098ba0a [minor] fix document_type in DocType and add 'name' and 'modified' to customize form sort options 2015-08-24 14:28:17 +05:30
Anand Doshi
f525520788 [fix] Add/Drop unique based on property setter 2015-08-12 14:48:50 +05:30
Anand Doshi
baec4f855f Change Check fields to have default as 0 (if not specified) and not null 2015-07-30 11:54:27 +05:30
Anand Doshi
ec7763eb94 [minor] changed modified for json files to affect #1215 2015-07-27 12:15:05 +05:30
Tsutomu Mimori
a72b6d89de Removed HTML from messages 2015-07-23 21:12:56 +09:00
Rushabh Mehta
56b2317ea0 [fix] property setter for idx 2015-07-10 20:32:54 +05:30
Nabin Hait
1a8055112e In list view property not allowed to no-value-fields 2015-05-04 16:06:00 +05:30
Nabin Hait
5429e1fbca Deleted all property setters for idx 2015-05-01 16:31:31 +05:30
Rushabh Mehta
3adcad64c3 [minor] is_custom_field in Customize Form, page_name editable in Blog Post and other 2015-04-24 11:40:54 +05:30
Rushabh Mehta
b3c5765426 [labels] fixes frappe/erpnext#3105 2015-04-15 13:04:07 +05:30
Rushabh Mehta
4582339bcf [minor] formatters 2015-04-13 15:31:46 +05:30