Once you have downloaded the Dashboard Ninja app from the Odoo app store, you will get a folder named “ks_dashboard_ninja”.
Copy and paste it to your Add-ons folder.
Click on the Update Apps list from the menu and now Dashboard Ninja will appear in the App list.
Go to the Apps menu, search for 'Dashboard Ninja', and click the Install button.
You are ready to use Dashboard Ninja.
Steps
Please commit/push Dashboard Ninja code on GitHub which is associated with Odoo.sh.
Log-in to the Odoo.sh and click on that branch on which you have committed Dashboard Ninja.
Click on the connect button then go to the app search for the Dashboard Ninja app and click on the install button.
Add a Dashboard Item
Click on the ‘+Add’ Button on the top right corner of your Dashboard screen.
Once you click on the ‘+Add’ Button, you will be asked to select the Dashboard Item Type.
Choose from the 10 item types as provided by Dashboard Ninja.
Create A Dashboard Item As A Tile
If you select the Dashboard Item Type as a Tile, a pop screen or a dashboard item creation window will appear as given below:
Note: The ones highlighted in purple are mandatory to fill. The Model field is the most important one to fill to save the dashboard item.
Category | Label | Description | Condition |
---|---|---|---|
General | Name | Label which will be displayed on the tile | |
Model | Select the model/table on which you want to create your item | ||
Company | Display tile to a particular company | ||
Type | Select the type as ‘Tile’ | ||
Preview | Live Preview of the Tile at the right side |
Select the Model type to begin your dashboard creation process.
After selecting the Model, click on the ‘Edit Domain’ button to define the Domain for the Dashboard item.
For instance: If your Model is Sale Order, you can define the Domain as Sale Order where the total amount is greater than 100.
Once the Model is selected, you will notice five configurations further namely Data Display, Actions, Auto Update, & Advance Configuration.
1. Data
The ‘Data' tab allows users to add/select the data for which they wish to display the results.
Category | Label | Description | Condition |
---|---|---|---|
Data | Record Type | Allows you to show your data/record as a Count, Sum, or Average | |
Record Field | Allow you to select the field on which to apply the sum or average operation | It will only be visible when the Record Type is Sum or Average | |
Record Value | Display exact value depending upon selected Record Type and Record Field | ||
Domain | Allow you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, & 15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
|
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | |
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | |
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter |
2. Display
The ‘Display’ tab will allow a user to configure the dashboard item on the basis of its color, layout, & more.
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | ||||
Layout | Choose the Layout for your dashboard item from the 6 available sets:
Layout 1, 2, 3, 4, 5, & 6 |
|||||
Theme | A pre-configured set of 5 different colors i.e White, Blue, Green, Red, and Yellow. Select the Theme as per your choice | Get overridden if custom values are set in Background Color, Font Color & Icon Color | ||||
Background Color | Allows you to set the background color from a color pop-up window. Also provides an option to set transparency. | |||||
Font Color | Allows you to set the font color from a color pop-up window. Also provides an option to set transparency. | |||||
Icon Option |
|
|
||||
Icon | We have provided 29 pre-loaded Default Font Awesome 4.7.0 icons | Use the search bar to search for other available Font Awesome icons. | ||||
Icon Color | Allows you to choose the color of the icon. Also, provides an option to set transparency. | Only visible when Icon Option is chosen as Default | ||||
Top Button Colorful | Allows you to set the distinct color of Top Buttons of the Tile.
Helps you to edit, remove, move, or duplicate from the Main Dashboard |
3. Actions
The ‘Actions’ tab will allow a user to perform the vital action on the chosen item.
a.
b.
Category | Label | Description | Condition |
---|---|---|---|
Actions | Client Action | Allow you to choose Client Item Action field | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Only visible when client action is not selected |
4. Auto Update
Update your dashboard results as per your choice of intervals.
a.
b.
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
5. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Apply Multiplier | Allows you to get results by applying a multiplying factor | |
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As A Bar Chart
If you select the Dashboard Item Type as a Bar Chart, the ‘Data Calculation Type’ tab will appear.
Either you can select the ‘Default Query’ to get the dashboard results or select the ‘Custom Query’ to add custom chart values.
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Preview | Live Preview of the Bar Chart |
1. Data
Once you select the Model, three important fields will appear:
Measures
Line Measure
Data Type
The measures and Line Measure field will allow the user to select multiple values and corresponding to the selected fields, the dataset will start displaying for those values.
For instance:
Let’s select the:
Model as Sales Order
Measures as Total (sale.order), Taxes (sale.order) and Untaxed Amount(sale.order)
Measures and Line Measure will show a list of fields related to the chosen model on the basis of the following attributes:
Type: Integer, Float, or Monitory
Store: True i.e. this field value must be stored in the database.
Note: Field name “id” is not allowed to show explicitly.
Once you select the Data Type as Sum, Count, or Average, it will start displaying the data respectively.
You will notice the following configuration options under Group/Dimensions tab:
Group By
Sub Group By
Sort By Field
Sort Order
Record Limit Data Visibility
Note: Group By and Sub Group By fields allow you to group your selected Measure field data.
While selecting the Group By or Sub Group By field, if you select the field type as Date/Datetime Type, then you will notice a new field start displaying, i.e “ Group By Date/Sub Group By Date ”
Group By Date/Sub Group By Date field will allow you to group your data as per the options available:
Minute
Hour
Day
Week
Month
Quarter
Year
Month-Year
Select the ‘Sub Group By’ Field to further group your ‘Group By Field’ data.
For example, select the:
Group By as Customer (sale.order)
Sub Group By as Company (sale.order)
You can also select the Sort By Field, Sort Order, and Record Limit options specific to the dashboard item you’re currently making.
Category | Label | Description | Condition |
---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average |
Line Measure | Allows you to select the fields for which you want to display lines on the Bar Chart | Only visible when Data type is Sum or Average | |
Data Type | Allows you to display your data as Sum, Count, or Average | ||
Group By | Allows you to group your selected Measure fields data | ||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | |
Sub Group By | Allows you to further group your Group By field data. | ||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | |
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | ||
Sort Order | Allows you to sort your data in Ascending or Descending order | ||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | |
Domain | Allows you to add conditions to filter out your Data |
This Odoo default widget is only available in Odoo 11, 12, 13, 14, & 15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
|
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | |
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | |
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | |
Chart Color Palette | It will allow you to select the color from 4 pre-defined options: Default, Cool, Warm & Neon | ||
Stacked Bar Chart | The results will appear in a stacked form, one above the another | ||
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Target
If you select your Group By field as Date Type, for example: Let’s select the Group By field as a “Creation Date”, you will notice a Target tab will appear beside the Data, Display, & Actions tabs.
Note: Select the ‘Enable Target’ option for further configurations.
If you enable the option, “Show Target as Line”, it will start showing the target as a Line.
If you input the value for the “Standard Target” option, then you will be able to view your Data target as per the input value, as shown above screenshot.
If you wish to see the target with different data and date ranges, then you need to add them by clicking on “Add a Line”.
On clicking the Add a Line, you will be asked to select the Date and the value for which you want to see the target.
You can add multiple lines to see the target values as per your need.
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | On enabling the option, you will be able to see the Target values | The target tab is only visible when the Date/Datetime field is selected in Group By |
Show Target as Line | Allows you to set your target values which you wish to see as a line on the chart. | Visible only when you enable the Enable Target | |
Standard Target | Default target value if any value is empty for a particular date period | ||
Date | Allows you to set the date on which you wish to see your Target values. | Visible only when you check the Enable Target option | |
Value | Allows you to set the Target value respective to the date. | Visible only when you check the Enable Target option |
5. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
6. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Cumulative Field | A user can see information acquired over a period of time using the Cumulative Field option | ||
Cumulative As Line | A user can see information acquired over a period of time as a line using the ‘Cumulative As Line’ option | ||
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier Lines | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create a Dashboard Item as a Horizontal Bar Chart
Follow the steps as mentioned in the previous sections to get the Horizontal Bar Chart of your inserted values.
The following results would look like this:
Note: In Horizontal Bar Chart, the Line Measure option is not present.
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Preview | Live Preview of the Horizontal Bar Chart |
1. Data
Category | Label | Description | Condition |
---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average |
Data Type | Allows you to display your data as Sum, Count, or Average | ||
Group By | Allows you to group your selected Measure fields data | ||
Group By Date |
Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | |
Fill Temporal Value | Allows you to show data in the detailed form | ||
Sub Group By | Allows you to further group your Group By field data. | ||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | |
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | ||
Sort Order | Allows you to sort your data in Ascending or Descending order | ||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | |
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, & 15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
|
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | |
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | |
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter |
2. Display
Use the ‘Stacked Bar Chart’ or ‘Show Data Value’ to make your chart look more interactive and informative.
After applying the required conditions in all six tabs, you can get the desired Preview to track your important business data.
Category | Label | Description | Condition |
---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | |
Chart Color Palette | It will allow you to select the color from 4 pre-defined options: Default, Cool, Warm & Neon | ||
Stacked Bar Chart | The results will appear in a stacked form, one above the another | ||
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
To further modify your chart, the ‘Action’ tab is beneficial.
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Target
Target helps you to see how many business goals you have achieved for a particular time.
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | On enabling the option, you will be able to see the Target values | The target tab is only visible when the Date/Datetime field is selected in Group By |
Standard Target | Default target value if any value is empty for a particular date period | ||
Date | Allows you to set the date on which you wish to see your Target values. | Visible only when you check the Enable Target option | |
Value | Allows you to set the Target value respective to the date. | Visible only when you check the Enable Target option |
5. Auto Update
To stay updated with the changes made in the data, try the ‘Auto Update’ option.
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
6. Advance Configuration
Do advance configurations to get the exact data chart as per your need.
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As A Line Chart
If you select chart type as the ‘Line Chart’ followed by all the previous steps, you will get results like this:
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Preview | Live Preview of the Line Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average | |||
Data Type | Allows you to display your data as Sum, Count, or Average | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, & 15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | |
Chart Color Palette | It will allow you to select the color from 4 pre-defined options: Default, Cool, Warm & Neon | ||
Stacked Bar Chart | The results will appear in a stacked form, one above the another | ||
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Display the custom unit in the Bar Chart | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Target
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | On enabling the option, you will be able to see the Target values | The target tab is only visible when the Date/Datetime field is selected in Group By |
Standard Target | Default target value if any value is empty for a particular date period | ||
Date | Allows you to set the date on which you wish to see your Target values. | Visible only when you check the Enable Target option | |
Value | Allows you to set the Target value respective to the date. | Visible only when you check the Enable Target option |
5. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
6. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As An Area Chart
If you need to show the rise and fall of data over a period of time, select Dashboard Item as an Area Chart.
Follow the steps mentioned earlier and get the desired results.
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Preview | Live Preview of the Area Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average | |||
Data Type | Allows you to display your data as Sum, Count, or Average | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, &15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | |
Chart Color Palette | It will allow you to select the color from 4 pre-defined options: Default, Cool, Warm & Neon | ||
Stacked Bar Chart | The results will appear in a stacked form, one above the another | ||
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Target
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | On enabling the option, you will be able to see the Target values | The target tab is only visible when the Date/Datetime field is selected in Group By |
Standard Target | Default target value if any value is empty for a particular date period | ||
Date | Allows you to set the date on which you wish to see your Target values. | Visible only when you check the Enable Target option | |
Value | Allows you to set the Target value respective to the date. | Visible only when you check the Enable Target option |
5. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
6. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplierr | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As A Pie Chart
To display your data in an interactive way, try out the Pie Chart.
Follow the steps as mentioned earlier and track your data with a Pie Chart as shown below:
If you need to create a Semi Doughnut Chart, check the ‘Semi Circle Chart’ option and save. The results will be displayed as given below:
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Semi Circle Chart | Convert your Doughnut Chart into Semi Doughnut Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average | |||
Data Type | Allows you to display your data as Sum, Count, or Average | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, &15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Chart Color Palette | It will allow you to select the color from 4 pre-defined options i.e Default, Cool, Warm, and Neon | |
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
5. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As A Doughnut Chart
Create a Doughnut Chart following the steps as mentioned in the Bar Chart, & the final result will look like this:
If you need to create a Semi Doughnut Chart, check the ‘Semi Circle Chart’ option and save. The results will be displayed as given below:
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Semi Circle Chart | Convert your Doughnut Chart into Semi Doughnut Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average | |||
Data Type | Allows you to display your data as Sum, Count, or Average | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, &15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Chart Color Palette | It will allow you to select the color from 4 pre-defined options i.e Default, Cool, Warm, and Neon | |
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
5. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create A Dashboard Item As A Polar Area Chart
If you select the Dashboard Item as a Polar Area Chart, followed by all the necessary steps, you will get results like this:
Category | Label | Description | Condition |
---|---|---|---|
General | Name | Label which will be displayed on the header of the item | |
Model | Select the model/table on which you want to create your item | ||
Company | Display Bar Chart to a particular company | ||
Type | Select the type as Bar Chart | ||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Type
|
|
Preview | Live Preview of the Polar Area Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | Measures | Allows you to select the fields for which you want to perform the calculations as per the selected Model | Only visible when Data type is Sum or Average | |||
Data Type | Allows you to display your data as Sum, Count, or Average | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, &15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | Chart Color Palette | It will allow you to select the color from 4 pre-defined options i.e Default, Cool, Warm, and Neon | |
Show Data Value | Read the graph easily by selecting the ‘Show Data Value’ | ||
Show Custom Unit | Display the custom unit in the Bar Chart | Only appear when ‘Show Custom Unit’ is selected | |
Select Unit Type | Choose Unit type as Monetary or Custom | Only appear when ‘Show Custom Unit’ is selected |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
Client Action | Allows you to set the client action on the item, chosen by the client | Only visible when client action is selected | |
Client Item Action | Allows you to set the action of the item | Only visible when client action is selected | |
Item Action | Allows you to set the action of the item | Item Action |
4. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
5. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Show Legend | Show or hide a bar chart legend | Appears when ‘Show Legend’ is enabled |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create a Dashboard Item as a List View
Select the List View Type as an option for the Dashboard Item followed by all the required steps to get the results like this:
Category | Label | Description | Condition | |
---|---|---|---|---|
General | Name | Label which will be displayed on the header of the item | ||
Model | Select the model/table on which you want to create your item | |||
Company | Display Bar Chart to a particular company | |||
Type | Select the type as Bar Chart | |||
Data Calculation Type | Allows you to create ‘Default Query’ or ‘Custom Query’ | Two Types
|
||
Preview | Live Preview of the Bar Chart |
1. Data
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Data | List View | Allows you to view data in the list format | Further, divide your data as: Grouped or Un-Grouped | |||
Fields to Show in List | Allows you to display your data based on the selected measures | |||||
Group By | Allows you to group your selected Measure fields data | |||||
Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, Year, & Month-Year. |
Only visible when Date/DateTime field is chosen in Group By | ||||
Fill Temporal Value | Allows you to show data in the detailed form | |||||
Sub Group By | Allows you to further group your Group By field data. | |||||
Sub Group By Date | Allows you to select the date option by which you wish to group the data.
Options are Minute, Hour, Day, Week, Month, Quarter, & Year. |
Only visible when Date/DateTime field is chosen in Sub Group By | ||||
Sort By Field | It will allow you to select the field on which you want to sort the records/Data | |||||
Sort Order | Allows you to sort your data in Ascending or Descending order | |||||
Record Limit | Allows you to set limits to your records/data | Appear when the ‘Record Limit Data Visibility’ option is selected | ||||
Domain | Allows you to add conditions to filter out your Data | TThis Odoo default widget is only available in Odoo 11, 12 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
||||
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | ||||
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | ||||
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | ||||
|
|
Only visible when the ‘Date Filter Selection’ is other than None. |
2. Display
Category | Label | Description | Condition |
---|---|---|---|
Display | List View Layout | Change the appearance of your ListView with the given four options.
Default layout, Layout1, 2, & 3 |
3. Actions
Category | Label | Description | Condition |
---|---|---|---|
Actions | Action lines | Allow you to choose different data at a time to perform an action, to go in deep you can choose the number of lines as per your need | This field is applicable on every type except Tile, KPI, and List |
4. Target
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | On enabling the option, you will be able to see the Target values | The target tab is only visible when the Date/Datetime field is selected in Group By |
Standard Target | Default target value if any value is empty for a particular date period | ||
Date | Allows you to set the date on which you wish to see your Target values. | Visible only when you check the Enable Target option | |
Value | Allows you to set the Target value respective to the date. | Visible only when you check the Enable Target option |
5. Auto Update
Category | Label | Description | Condition | ||||
---|---|---|---|---|---|---|---|
Auto Update | Auto Update Type |
|
|
||||
Show Live Update Pop Up | Allow you to see the notification pop of live updates of records | Update at every instance must be activated | |||||
Set Update Interval | Allow you to select the interval to update the data. | Update it after ‘Selected Interval’ must be selected |
6. Advance Configuration
Category | Label | Description | Condition |
---|---|---|---|
Advance Configuration | Pagination Limit | A user can set the limit of pages in the ‘List View’ as required. | |
Show Records | To display records of your data, select the ‘Show Records’ option | ||
Apply Multiplier | Allows you to get results by applying a multiplying factor | ||
Multiplier | Insert the number you wish your results to get multiplied by | Visible when ‘Apply Multiplier’ action is selected |
Create a Dashboard Item as a KPI
You can create some amazing KPI with the below comparison options:
KPI with Target
KPI with Previous Period
KPI with Target and Previous Period
1. Data & Data #2
After filling in all the necessary steps, the KPI tile looks like this:
You also get an option of the additional query using which you can perform different operations using the "Data Calculation" field on two result sets along with Target comparison:
None/Comparison
Sum
Ratio
Percentage
Category | Label | Description | Condition |
---|---|---|---|
General | Name | Label which will be displayed on the tile | |
Model | Select the model/table on which you want to create your item | ||
Company | Display KPI to a particular company | ||
Type | Select the type as KPI | ||
Preview | Live Preview of the KPI | ||
Data | Record Type | Allows you to show your data/record as a Count, Sum, or Average | |
Record Field | Allow you to select the field on which to apply the sum or average operation | It will only be visible when the Record Type is Sum or Average | |
Record Value | Display exact value depending upon selected Record Type and Record Field | ||
Previous Period | Show/Hide previous period value | ||
Domain | Allow you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12, 13, 14, & 15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
|
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | |
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | |
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
Data #2 | Model | Select the model/table on which you want to create your item | |
Record Type | Allows you to show your data/record as a Count, Sum, or Average | ||
Record Field | Allow you to select the field on which to apply the sum or average operation | It will only be visible when the Record Type is Sum or Average | |
Data Calculation | 4 options for the calculation of Data and Data #2 result set. Options are None, Sum, Ratio, Percentage. | Target value displays only when Sum and Percentage is selected | |
Domain | Allow you to add conditions to filter out your Data | This Odoo default widget is only available in Odoo 11, 12,13, 14, &15 versions.
Odoo 10 customers will need technical knowledge to add conditions. |
|
Date Filter Field | Field on which date filter will work | Only date fields will be displayed | |
Date Filter Selection | Select the Date filter for which you want to filter out your item records/data | If the None option is selected then only the Main Dashboard page date filter will work. | |
Start Date | Option to set a start date for the custom date filter | Only visible when Date filter selection is set to Custom Filter | |
End Date | Option to set an end date for the custom date filter | Only visible when Date filter selection is set to Custom Filter |
2. Display
Convert your KPI tile into different colors to stand your chart among others.
Category | Label | Description | Condition | |||
---|---|---|---|---|---|---|
Display | Number System | Track the data in your format with the pre-defined four Number system options | ||||
Layout | Choose the Layout for your dashboard item from the 6 available sets:
Layout 1, 2, 3, 4, 5, & 6 |
|||||
Theme | A pre-configured set of 5 different colors i.e White, Blue, Green, Red, and Yellow. Select the Theme as per your choice | Get overridden if custom values are set in Background Color, Font Color & Icon Color | ||||
Background Color | Allows you to set the background color from a color pop-up window. Also provides an option to set transparency. | |||||
Font Color | Allows you to set the font color from a color pop-up window. Also provides an option to set transparency. | |||||
Icon Option |
|
|
||||
Icon | We have provided 29 pre-loaded Default Font Awesome 4.7.0 icons | Use the search bar to search for other available Font Awesome icons. | ||||
Icon Color | Allows you to choose the color of the icon. Also, provides an option to set transparency. | Only visible when Icon Option is chosen as Default | ||||
Top Button Colorful | Allows you to set the distinct color of Top Buttons of the Tile.
Helps you to edit, remove, move, or duplicate from the Main Dashboard |
3. Target
Under the Target Tab, you will get the option to see target value as Number or Progress Bar like described in below screenshot:
As Number:
As Progress Bar:
Category | Label | Description | Condition |
---|---|---|---|
Target | Enable Target | Show/Hide target value | |
Standard Target | Target value to be compared | ||
View | Allows you to display target value either in number or in Progress Bar |
You can Duplicate or Move any dashboard item from one dashboard to another or within same dashboard by two ways:
1. Copy icon on item visible on mouseover as described in below screenshot:
2. Action dropdown with option to Duplicate or Move in Add/Edit screen after item is saved. Clicking the same will reveal two drop-down options to either Duplicate the dashboard item or Move the dashboard item.
Selecting either of the options will open the Dashboard Item Action pop-up. Proceed by selecting the Action you want to execute i.e. Duplicate and Move, and the destination Dashboard.
The Duplicate Action will duplicate the dashboard item from one dashboard to another or same dashboard.
The Move Action will move the dashboard item from one dashboard to another dashboard or same dashboard.
You can Duplicate or Move any dashboard item from one dashboard to another or within same dashboard by two ways:
1. Copy icon on item visible on mouseover as described in below screenshot:
2. Action dropdown with option to Duplicate or Move in Add/Edit screen after item is saved. Clicking the same will reveal two drop-down options to either Duplicate the dashboard item or Move the dashboard item.
Selecting either of the options will open the Dashboard Item Action pop-up. Proceed by selecting the Action you want to execute i.e. Duplicate and Move, and the destination Dashboard.
The Duplicate Action will duplicate the dashboard item from one dashboard to another or same dashboard.
The Move Action will move the dashboard item from one dashboard to another dashboard or same dashboard.
You can resize the dashboard items by clicking on the Edit Layout button from the top right corner of the Dashboard screen by dragging the same horizontally or vertically from their corners as per your need.
Note: Tiles can only be resized horizontally.
1. Charts - Click on the info icon present on top right of charts to view the details/list view of charts data, you can even click on charts sections of filter out particular chart data.
2. Tiles - Click on the tile to see details/list view of the data.
Steps to Export Dashboard
1. Login with admin account
2. Go to menu : My Dashboard > Configuration > Dashboards
3. Select the dashboard record which you want to export
4. Select "Export Dashboard" option from 'Actions' dropdown
5. A JSON file will be downloaded with name 'dashboard_ninja.json'.
Steps to Import Dashboard
1. Login with admin account
2. Go to menu : My Dashboard > Configuration > Dashboards
3. Click on 'Import Dashboard' button
4. Select the JSON (dashboard_ninja.json) file exported previously
5. Dashboard will be imported successfully and you can see in list view of Dashboards
If you want to see data of logged In user for particular item, follow below steps:
1. Go to edit screen for particular dashboard item
2. Click on 'Domain Filter'
3. In value field, use %UID
4. Click Save
Auto refresh feature allows your data to render automatically after configured period of time. You can set the Auto Refresh timer from the Configuration > Dashboards menu available as per your need: None, 15 sec, 30 sec, 45 sec, 1 min, 2 min, 5 min, 10 min.
User can define the target values for the model which they wish to see the comparison.
Note: Target Comparison is possible for below listed Dashboard items
1. Line Chart
2. Bar Chart
3. Horizontal Bar Chart
4. Area Chart
5. KPI
If you click on Target tab, you will be able to see the Enable Target option on activating it, you will notice the new configurations menus to set the Targets for your data as per your need.
If you input the value for “Standard Target” option, then you will be able to view your Data target as per the input the value, as shown above screenshot.
If you wish to see the target with different data and date range, then you need to add them by clicking on “Add Line”. on clicking the Add Line, you will be asked to select the Date and the value for which you want to see the target.
You can add multiple lines to see the target values as per your need.
You can easily configure you dashboard on the fly from the Dashboard Screen itself for some important configurations, as shown below
This features provides you an ease to change parent menu of a particular Dashboard even after initial creation of the Dashboard.
Total 15 Date Filter options are provided to filter out your data as per your need.
You can easily remove the dashboard item by clicking on the remove item button from the dashboard item itself.
This feature allows a user to change dashboard item’s color on the fly from the dashboard item itself.
You can configure your Dashboards from the My Dashboards > Configuration > Dashboards menu as shown below:
You can configure your Dashboards from the My Dashboards > Configuration > Dashboards menu as shown below:
You can activate and deactivate a customized dashboard by checking and unchecking the box respectively
While creating a dashboard, you will have the option of selecting the dashboard layout from 3 Pre-defined layout templates and Preconfigured Sales Dashboard.
If you want your dashboard data to get auto refreshed after some interval, set value for 'Update Inverval' for particular dashboard.
Group Access option allows us to set groups permission who can access the selected dashboard.