Aditya Hase
0d55b112d0
feat(dashboard): Update chart after changing filters
2019-03-25 12:41:16 +05:30
Aditya Hase
dbd653e794
feat(dashboard): Convert indentation to tabs
2019-03-25 12:41:16 +05:30
Aditya Hase
05da0a4916
feat(dashboard): Cache results for Chart
2019-03-25 12:41:16 +05:30
Aditya Hase
f7f1aca59e
feat(dashboard): Add Refresh Chart button
2019-03-25 12:41:16 +05:30
Aditya Hase
499ddf5392
refactor(dashboard): Rename More to Set Filters
2019-03-25 12:41:16 +05:30
Aditya Hase
cc0ea4f5ef
feat(dashboard): Add dropdown menu to set filters
2019-03-25 12:41:16 +05:30
Aditya Hase
21ae89e721
feat(code-editor): Add JSON language for Code Editor
2019-03-25 12:41:16 +05:30
Aditya Hase
8f929e1390
feat(dashboard): Add color and styling
2019-03-25 12:41:16 +05:30
Aditya Hase
750540f625
refactor(dashboard): Refactor field names
2019-03-25 12:41:16 +05:30
Aditya Hase
8028fef196
refactor(dashboard): Refactor into Class
2019-03-25 12:41:16 +05:30
Aditya Hase
241d13743f
refactor(dashboard): Move DocTypes to Desk module
...
- Rename Chart to Dashboard Chart
2019-03-25 12:41:16 +05:30
Aditya Hase
59ca894231
feat(dashboard): Configurable chart width
2019-03-25 12:41:16 +05:30
Aditya Hase
95b501030f
fix(dashboard): Change fieldtype Chart Filters to Code
2019-03-25 12:41:16 +05:30
Aditya Hase
9dd0dde020
rafactor(dashboard): Use capitalized names in chart type
2019-03-25 12:41:16 +05:30
Aditya Hase
de24979f30
feat(dashboard): Set chart_name as chart title
2019-03-25 12:41:16 +05:30
Aditya Hase
82bb567ace
fix(dashboard): Remove global filters
2019-03-25 12:41:16 +05:30
Aditya Hase
aa3a0a89dd
feat(dashboard): Translate Show Dashboard button label
2019-03-25 12:41:15 +05:30
Aditya Hase
f82a991949
feat(dashboard): Add Show Dashboard button
2019-03-25 12:41:15 +05:30
Aditya Hase
7b7c7b1dc9
feat(dashboard): Set dashboard name as page title
2019-03-25 12:41:15 +05:30
Aditya Hase
0ad14c04d9
fix(dashboard): Change naming for Dashboard DocType
2019-03-25 12:41:15 +05:30
Aditya Hase
5e85c129c3
feat(dashboard): Render multiple charts from charts table
2019-03-25 12:41:15 +05:30
Aditya Hase
23ab8e6429
fix(dashboard): Do not render single chart by default
2019-03-25 12:41:15 +05:30
Aditya Hase
12dc6c8bb6
fix(dashboard): Use valid chart type in chart options
2019-03-25 12:41:15 +05:30
Aditya Hase
529536da21
feat(dashboard): Create Dashboard DocType
2019-03-25 12:41:15 +05:30
Aditya Hase
6d404c881e
feat(dashboard): Create chart DocType
2019-03-25 12:41:15 +05:30
Aditya Hase
94c4740729
feat(dashbard): Set account from filters
2019-03-25 12:41:15 +05:30
Aditya Hase
4f247a0ed5
feat(dashboard): Add Time Grain filter
2019-03-25 12:41:15 +05:30
Aditya Hase
8840a17999
feat(dashboard): Add timespan filter
2019-03-25 12:41:15 +05:30
Aditya Hase
762813a076
feat(dashboard): Create Dashboard page
2019-03-25 12:41:15 +05:30
Himanshu
7dc1fec27c
feat(Naming Series): Option to Add field_value in Naming Series ( #7027 )
...
To use field_value in naming_series, just add field_name in curly braces instead of the old naming convention which was kinda confusing and not easily understandable.
eg: {field_name}.-.YYYY.-.MM.-.DD.-.####
2019-03-25 11:43:08 +05:30
Suraj Shetty
7fee2c42f3
fix(build): Disable spread transpilation
...
- https://github.com/bublejs/buble/issues/81
2019-03-25 11:09:07 +05:30
Suraj Shetty
c30af981e5
feat: Abstract review feature to separate file
2019-03-25 11:07:06 +05:30
Suraj Shetty
ae1db4613c
feat: Add more data to energy point history page
2019-03-25 11:04:43 +05:30
Faris Ansari
bdf14d3e16
fix: Reload doctype in patch ( #7114 )
2019-03-25 10:51:59 +05:30
Faris Ansari
f63ad574e5
fix: Dont append request data to form_dict
...
This breaks many whitelisted methods which do not expect a data arg,
and also the methods which expect an optional data arg but the value is
not passed.
Examples:
frappe.desk.reportview.get
frappe.desk.doctype.bulk_update.bulk_update.submit_cancel_or_update_docs
2019-03-24 12:12:53 +05:30
Suraj Shetty
0084108e86
Merge branch 'develop' of https://github.com/frappe/frappe into energy_point_new
2019-03-23 13:05:47 +05:30
Frappe Bot
bd2e410a02
Merge branch 'master' into develop
2019-03-23 07:23:54 +00:00
Frappe Bot
b7b061105f
Merge branch 'hotfix'
2019-03-23 07:21:22 +00:00
Frappe Bot
30bc0f95ad
bumped to version 11.1.16
2019-03-23 07:21:22 +00:00
Rushabh Mehta
aae2c0e4e7
Merge pull request #7110 from khadijazaki/master
...
fix: indentation error in validate_email_address
2019-03-23 11:54:16 +05:30
Faris Ansari
f01130d1da
fix(HTML Editor): Update preview when form changes ( #7108 )
2019-03-22 18:56:22 +05:30
Deepesh Garg
f544dcafbe
Merge pull request #7106 from netchampfaris/user-signup-fix-2
...
fix: Ignore password policy in new user signup
2019-03-22 18:45:35 +05:30
khadijazaki
946cea700a
fixed indentation error
2019-03-22 17:38:35 +05:00
Rushabh Mehta
98b1608ce9
Merge pull request #7100 from netchampfaris/doctype-form-ux
...
fix: Doctype UX
2019-03-22 17:59:07 +05:30
Rushabh Mehta
c6a7165d52
Merge pull request #7103 from netchampfaris/blog-post-fix
...
fix(BlogPost): Get content based on type
2019-03-22 17:58:42 +05:30
Faris Ansari
8c6c46281a
fix: Ignore password policy in new user signup
2019-03-22 17:53:40 +05:30
Chinmay Pai
3c6b6dfcdf
Merge pull request #7104 from sahil28297/fix_email
...
fix: proxied 'validate_email_add'
2019-03-22 15:46:02 +05:30
Sahil Khan
44a2180d1a
fix: proxied 'validate_email_add'
2019-03-22 15:41:30 +05:30
Faris Ansari
d9807d346e
fix(BlogPost): Get content based on type
2019-03-22 10:03:14 +00:00
Shivam Mishra
efa8263d2b
Merge pull request #7102 from scmmishra/hotfix
...
fix: Proxied `validate_email_add`
2019-03-22 15:18:56 +05:30