feat: Dashboard view for DocTypes - #10000
Merged
Merged
Conversation
ghost
removed their request for review
April 19, 2020 11:57
prssanna
force-pushed
the
doctype-dashboard-view
branch
from
April 19, 2020 12:02
a56e922 to
5068de6
Compare
prssanna
force-pushed
the
doctype-dashboard-view
branch
from
April 26, 2020 07:08
0f895d8 to
6782b25
Compare
prssanna
force-pushed
the
doctype-dashboard-view
branch
from
April 26, 2020 10:42
2e0d56d to
d2a9f1b
Compare
scmmishra
suggested changes
Apr 28, 2020
prssanna
force-pushed
the
doctype-dashboard-view
branch
from
April 29, 2020 09:08
ba704d6 to
a572469
Compare
prssanna
force-pushed
the
doctype-dashboard-view
branch
from
April 29, 2020 12:40
33b0deb to
e4731d0
Compare
scmmishra
approved these changes
Apr 29, 2020
Contributor
|
Just tried the feature. Awesome! However, I have a custom DocType with bunch of currency fields, and this Dashboard view only seems to call "float" fields, but no currency fields from a custom DocType. Hope you guys make it call currency fields in the new future :) |
This was referenced Mar 12, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Added a customizable Dashboard View for all DocTypes:
Fetches all Dashboard Charts and Number Cards based on the DocType.
Customizations can be saved, discarded or reset.
Customizations are saved per user in User Settings.
Added a Number Card widget and DocType
Calculates a number based on the function(Count, Sum, Avg, Min, Max) and filters provided.
Calculates percentage difference according to configured time interval (default is Daily).
Colour of number is customizable.
Routes to List View with filters set on click.
Added Number Cards to Dashboard
Other Changes
mandatory_depends_onfor Dialog.To Do:
Add Number Cards to Dashboards
Allow edit for Number Card widgets
Make page printable