Commit graph

544 commits

Author SHA1 Message Date
Aditya Hase
f6f55fa0ad
fix(background jobs): Show method name on Background Jobs page. (#10014)
After https://github.com/frappe/frappe/pull/8486 background jobs page doesn't provide any information.
2020-04-20 13:32:18 +05:30
Shivam Mishra
4764f65c13 Merge branch 'develop' of github.com:frappe/frappe into desk-user-custom 2020-04-08 18:12:43 +05:30
Shivam Mishra
3dd2c756f1 fix: added comma 2020-04-06 14:00:43 +05:30
prssanna
f79a43d5f3 feat: save dashboard chart config for user 2020-04-02 12:12:40 +05:30
mergify[bot]
843469d268
Merge pull request #9789 from prssanna/dashboard-permissions
refactor(Dashboard): Refactor dashboard permissions
2020-04-01 05:35:42 +00:00
prssanna
d0aa01367b fix: show message if there are no permitted charts on a dashboard 2020-03-31 16:28:08 +05:30
prssanna
5600d84d3c fix: don't show dashboard chart if not permitted 2020-03-31 16:01:57 +05:30
Deepesh Garg
18664430c4 fix: Do not show create, write and delete perm in role permission manager for doctypes with in_create property set 2020-03-28 21:06:56 +05:30
prssanna
1bfb1a3d37 refactor(Dashboard): refactor dashboard permissions 2020-03-26 14:50:57 +05:30
Shivam Mishra
236d4851e4 refactor: better customization options 2020-03-23 12:35:52 +05:30
Shivam Mishra
641892b0cc feat: disable sortable on dashboard 2020-03-20 19:44:14 +05:30
Shivam Mishra
ed0a8009ee feat: use widgets to make dashboards 2020-03-13 19:32:00 +05:30
Shivam Mishra
67b71f78b4 feat: remove dashboard.css 2020-03-13 19:31:57 +05:30
Shivam Mishra
4370747a8b refactor: remove unused code 2020-03-06 12:45:21 +05:30
Shivam Mishra
50a21bc87d feat: add dashboard chart to separate namespace 2020-03-06 12:28:04 +05:30
Shivam Mishra
b15df49225 Merge branch 'develop' of github.com:frappe/frappe into dashdash 2020-03-06 12:11:50 +05:30
prssanna
8e51dff07e fix: codacy issues 2020-03-06 00:45:38 +05:30
prssanna
154199b83b fix: codacy 2020-03-05 15:58:40 +05:30
prssanna
7c3c47fd83 fix: use functools.wrap 2020-03-05 15:10:27 +05:30
prssanna
3fb2b6795c fix: code formatting 2020-03-05 14:40:49 +05:30
Shivam Mishra
29276a8954 feat: add workspace page as default home page 2020-03-02 18:49:56 +05:30
Shivam Mishra
e55b2ec782 refactor: separated dashboard chart 2020-03-02 18:49:56 +05:30
prssanna
9e8752c1c0 style: dashboard chart button spacing 2020-03-01 19:16:02 +05:30
prssanna
965975b9af style: dashboard date range field style 2020-02-28 14:48:20 +05:30
prssanna
628b988841 fix: child table for y fields and color in dashboard chart 2020-02-28 13:01:34 +05:30
prssanna
6ae2c3dfcd fix: fix custom report charts 2020-02-28 13:01:33 +05:30
prssanna
c61b6728f6 style: centre dashboard chart 2020-02-28 13:01:33 +05:30
prssanna
891c11a11f feat: add custom report charts 2020-02-28 13:01:33 +05:30
prssanna
33553476e4 fix: don't filter out required filters 2020-02-28 13:00:04 +05:30
prssanna
18a8c8d3c0 fix: dashboard chart color 2020-02-28 13:00:04 +05:30
prssanna
67b1a9999a feat: add percentage and pie chart types to group by chart 2020-02-28 13:00:04 +05:30
prssanna
e673fb3768 feat: multi axis dashboard report charts 2020-02-28 13:00:04 +05:30
prssanna
53fb84bd68 fix: codacy issues 2020-02-28 13:00:04 +05:30
prssanna
4e83e7ccbb fix: fix rebase issue 2020-02-28 13:00:04 +05:30
prssanna
c84321d638 fix: code formatting 2020-02-28 13:00:04 +05:30
prssanna
f4d5e9ea0d fix: add route to report to chart actions list 2020-02-28 13:00:04 +05:30
prssanna
946990d531 fix: set filter button for all chart types 2020-02-28 13:00:04 +05:30
prssanna
15e7d4d231 feat: Add filter button to dashboard charts based on doctype 2020-02-28 13:00:04 +05:30
prssanna
55846c7e1e fix: filter out report filters with get_query, get_data 2020-02-28 13:00:04 +05:30
prssanna
80fa4ccff0 fix: fix user profile page chart api 2020-02-28 13:00:04 +05:30
prssanna
adba7c09e7 feat: add timeseries filters to dashboard chart 2020-02-28 13:00:04 +05:30
prssanna
54f07e9b16 feat: Create dashboard charts from reports 2020-02-28 13:00:03 +05:30
Suraj Shetty
6977e6ec2b fix: Throw "Invalid Filter Value" error on getting TypeError
TypeError with message "'NoneType' object is not iterable" will mostly occur if a link field value does not exist.
2020-02-10 19:01:34 +05:30
Sahil Khan
273a64ff44 fix(background_job): use status as get_status is not accessible in html 2020-01-14 17:25:01 +05:30
Chinmay D. Pai
196b2ad254
fix: use get_status for rq job status
job.status has been replaced with job.get_status() in the latest release (1.0)

https://github.com/rq/rq/releases/tag/v1.0

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-12-06 22:43:49 +05:30
Mangesh-Khairnar
f7e48d5a81 fix: minor changes 2019-11-23 18:36:34 +05:30
Mangesh-Khairnar
2489a1bc9d fix: fetch date based on a predefined period for yearly charts 2019-11-23 12:07:46 +05:30
prssanna
fda597c8f2 fix: codacy 2019-10-29 01:53:09 +05:30
prssanna
d8bfb05ff8 feat(Dashboards): Add group by dashboard chart type 2019-10-29 01:53:09 +05:30
Shivam Mishra
7ba29b3277 feat: enabled truncate Legends across 2019-09-26 13:09:03 +05:30