Suraj Shetty
03ca005f68
Merge branch 'develop' into qe_cf
2019-12-31 20:26:58 +05:30
Himanshu Warekar
76c0d3b561
fix: adding quick entry fields via customize form
2019-12-27 12:51:29 +05:30
deepeshgarg007
ea274cc999
fix: Add mandatory depends on and read only depends on field in custom field doctype
2019-12-12 21:51:20 +05:30
prssanna
cb8ccffb37
fix: add mandatory_depends_on and read_only_depends_on to customize form
2019-12-04 21:35:32 +05:30
marination
e08779c362
fix: Importable docs via Customize Form set in redis cache
...
can_import list is set in redis cache
Data Import's set query will fetch from cache ad update list
2019-10-09 12:36:35 +05:30
marination
3e8ca0dd8d
feat: Added 'Allow Import (via Data Import Tool)' checkbox in Customize Form
...
Checkbox will let users enable DocTypes in Data Import
Document Type Link Field in Data Import will fetch Importable DocTypes from meta
2019-09-27 13:08:33 +05:30
Sahil Khan
64349d9254
feat(custom_field): add length option in custom field
2019-09-12 18:37:26 +05:30
Sahil Khan
a5480c8dfc
feat(custom_field): update db on updating custom field
2019-09-12 18:37:13 +05:30
Himanshu Warekar
53527e0483
fix: do not insert synced events
2019-07-31 11:46:48 +05:30
Himanshu Warekar
03c1095038
test: test case fixes
2019-07-31 10:32:40 +05:30
Himanshu Warekar
6a8e82be4d
feat: Google Calendar compatible with new events
2019-07-29 16:45:22 +05:30
Himanshu Warekar
26826441c8
fix: test case for customize form
2019-07-27 11:23:22 +05:30
Rucha Mahabal
73df6d2887
requested changes implemented
2019-07-10 11:11:03 +05:30
Rucha Mahabal
589bd26085
changed as per codacy review
2019-07-03 12:19:15 +05:30
Rucha Mahabal
05c45b1c03
feat: Refactor Auto Repeat
2019-07-03 11:50:34 +05:30
Nabin Hait
b375ee9eef
fix: merge conflict
2019-06-18 18:45:21 +05:30
Rushabh Mehta
81fa64d4bc
refactor(form.js): remove very old API
2019-05-24 09:08:56 +05:30
Aditya Hase
ad0086c7ea
feat: Add Track Views field to Customize Form ( #7465 )
2019-05-14 16:07:53 +05:30
Shivam Mishra
22771008f9
feat: disable customize option for single doctypes
2019-05-06 20:05:39 +05:30
Shivam Mishra
b79d35033f
feat: disable customize option for single doctypes
2019-05-06 18:42:28 +05:30
Rushabh Mehta
ac721a6f34
feat(grid): Move row to a particular id
2019-04-21 21:06:06 +05:30
rohitwaghchaure
2f0201e8e1
fix: In global search property from customize form is not working ( #7261 )
2019-04-11 16:07:09 +05:30
Faris Ansari
c9fac081b8
Merge pull request #7128 from Mangesh-Khairnar/rating-control
...
Feature: Rating control
2019-03-28 14:16:12 +05:30
Faris Ansari
8081ad1c38
fix: Remove deprecated fields from Customize Form ( #7143 )
2019-03-27 15:42:21 +05:30
Mangesh-Khairnar
dfe55b6d97
feat: add rating control in docfield, custom docfield, custom form field
2019-03-25 16:47:28 +05:30
Suraj Shetty
fda05cab83
Merge pull request #7097 from netchampfaris/refactor-custom-script
...
fix: Custom Script form and UX
2019-03-22 10:17:09 +05:30
Faris Ansari
13512a4444
fix: Missing semicolon
2019-03-21 14:43:21 +05:30
Faris Ansari
9d1b8f896a
fix: Custom Script form helpers and UX
2019-03-21 14:30:43 +05:30
Faris Ansari
dbd478dea4
fix(Custom Script): Remove script_type field
2019-03-21 14:29:57 +05:30
Faris Ansari
19c4f6086e
fix: Remove cscript and cur_frm from all client scripts
...
- DocType
- Report
- Property Setter
- Newsletter
- Currency
- Contact
- Address and Contact
2019-03-20 17:29:43 +05:30
Frappe Bot
94ea028db3
Merge branch 'master' into develop
2019-03-08 09:38:18 +00:00
Suraj Shetty
d04188283c
Merge pull request #6991 from sagarvora/fetch_only_once
...
feat(core): New DocField "Fetch If Empty"
2019-03-04 12:31:18 +05:30
Sagar Vora
0483877c9d
feat: New DocField "Fetch If Empty"
2019-02-26 21:46:15 +05:30
Saurabh
f638a500ae
Merge branch 'master' into develop
2019-02-20 18:12:48 +05:30
Faris Ansari
82036241e2
fix: Dont set doctype if it is not set ( #6966 )
2019-02-20 17:36:07 +05:30
Saurabh
76bd4e4f19
Merge branch 'master' into develop
2019-01-30 12:36:43 +05:30
Sagar Vora
4e3684ee2a
fix: there are 28 fields in Event, not 30 ( #6850 )
2019-01-29 21:31:11 +05:30
Sagar Vora
ef82f39f99
Merge branch 'staging' into develop
2019-01-29 18:24:11 +05:30
Sagar Vora
fe3fe0a4b8
Merge branch 'master' into staging-fixes
2019-01-29 17:08:58 +05:30
Zarrar
94d0489674
fix: Customize Form and Custom DocType related fixes ( #6645 )
...
* display Customize option in menu bar only for standard DocType
* disallow opening of custom doctype in Customize Form
* make fields dependent on is_submittable property visible for child table
* throw message that custom fields can only be added to standard doctype
* set query similar to the one in Customize Form for DocType selection
* only hide customize option [fix]
* add core doctypes list in model and use it from there
* avoid editing of core doctype from Customize Form or Custom Field
* test case updated and additional test for core doctypes added
* codacy fix
2019-01-25 11:21:10 +05:30
Faris Ansari
3b86f16b73
New Control: Table MultiSelect ( #6675 )
...
* feat(control): Add Table MultiSelect control
* fix: Use btn-group instead of span
* fix: Remove functionality
* fix: Add 'Table MultiSelect' to Field doctypes
* fix: Replace usage of string 'Table' with array `table_fields`
* fix: Use internal array to store values instead of building from HTML elements
* fix(style): Add semicolon
* fix: Read only mode and click to navigate to form
* style: indent
* fix: fallback to empty array
* fix: Add formatters in js and py
* style: missing semicolon
* fix: Add docfield validation
2018-12-28 15:36:59 +05:30
Saurabh
b727233948
Merge branch 'staging' into develop
2018-12-13 10:37:25 +05:30
Prateeksha Singh
c964d1420c
[custom-field] Admin-owned programmed fields
2018-12-11 16:10:02 +05:30
Faris Ansari
5562134990
fix: Add to Custom Field
2018-11-26 13:06:35 +05:30
Aditya Hase
02d8edd332
[Feature] Markdown Editor ( #6383 )
...
* feat(markdown-editor): Add new fieldtype - MarkdownEditor
* feat(markdown-editor): Add MarkdownEditor control
* fix(markdown-editor): Fix placement of "Show Preview" button
* fix(markdown-editor): Render HTML in prints
2018-11-22 11:37:50 +01:00
Faris Ansari
48c5345ce6
fix: Set Code options to JS
...
For Custom Script, DocField and Customize Form Field
2018-11-06 12:30:56 +05:30
Ameya Shenoy
63c5613f92
Merge branch 'staging' into develop
2018-10-11 10:11:26 +00:00
Suraj Shetty
e85589f46c
HTML Editor control ( #6237 )
...
* Add HTML editor
* Add HTML editor map to db_schema.py
* Revert permission change
- ref #6218
* Fix typo
* Add HTML Editor entry to customize form field
* Update customize_form_field.json
* Update permissions.py
* Debounce preview generation
* Translate strings
2018-10-11 14:07:16 +05:30
Ameya Shenoy
960d568427
Merge branch 'staging' into develop
2018-10-05 09:08:07 +00:00
Sagar Vora
30a0592feb
fix create_custom_field to accept all parameters of df ( #6186 )
2018-10-05 11:30:32 +05:30