Web Tracks
    Help and Documentation
BookmarkPrintLink
 Welcome
 Getting Started
    Getting Started with Web Tracks
    Installation
    System Requirements
 Administrative
    Application Settings
    Configure Email Settings
    Customizing Fields & Forms
    License & Registration
    Dashboard Controls
    Database Maintenance
    Importing Users
    Manage Attachments
    Permissions & Access Levels
    Upsizing to SQL Server
    Working with Users
 General Information
    Compare Web Tracks Editions 
    Navigating Web Tracks
    Working with Graphs
    Working with Reports
    Working with File Attachments
 Inventory
    Asset Tags and Web Tracks
    Auditing Computers
    Working with Computers
    Working with Documentation
    Working with Peripherals
    Working with Software Assets
 Windows Applications
    Web Tracks Audit
    Web Tracks Database Updater
    Web Tracks Windows Service
    Web Tracks Report Designer
 Purchasing
    Working with Purchase Orders
 Service Desk
    Working with Service Desk Tickets
    Working with the Knowledge Base
 Trouble Shooting
    RPC Errors when Auditing


Home > Administrative > Dashboard Controls

Dashboard Controls

Web Tracks gives you quite a bit of flexibility when it comes to the presentation of your web application.  One powerful way in which Web Tracks allows for a high level of customization is through Dashboard Objects.  The following figure shows how dashboard objects can be used to give a customized view of the home page...


Dashboard objects can be graphs (which you can create) or Text/HTML. 

The location of the dashboard control can be in the login page, home page, or the footer. 

NOTE: the home page displays text objects in the left hand column and graph objects in the right hand column.  Furthermore graph objects can only be displayed on the home page (in the right hand column).

You can set the visibility of the control based upon the user's permissions to Web Tracks.  For example the 'Administrative Shortcuts' control in the image above is only available to view by administrators.  
 
An administrator of Web Tracks can configure the Dashboard Controls by selecting the 'Admin' Menu and then selecting the 'Dashboard Objects' menu items.


The following is a list of attributes that apply to Dashboard Objects:

GENERAL TAB

Dashboard Item Name
Enter the name of the dashboard control which you are creating.

Description
Enter a short description which describes the purpose of this item

Display Start Date (optional)
If left blank the dashboard object will begin displaying immediately.  If a date is entered the dashboard object will not display unless it's greater than or equal to the current date.

Display End Date (optional)
If left blank the dashboard object will display indefinitely.  If a date is entered the dashboard object will stop being displayed once the entered date has passed.

Display Order
Dashboard objects with lower 'Display Order' numbers are displayed first. 

Active?
If a dashboard object is not marked Active it will not be displayed. 

DETAILS TAB

Dashboard Object Type
 Text   Choose this option to create a text/html dashboard objects
 Graph   Choose this option to create a Graph dashboard object

Location
 Home Page  Object is displayed on the home page (left column for text, right column for graphs)
 Footer  Object is displayed in the footer (this option sets visibility to all)
 Login Page  Object is display in the login page (this option sets visibility to all)

Visibility
 Administrators  Only Administrators will see this object
 All Users  Everyone will see this object
 End-Users  Non web tracks users will see this object
 Inventory Licensed  Only users with Inventory permissions will see this object
 Purchasing Licensed  Only users with Purchasing permissions will see this object
 Knowledge Base Licensed  Only users with Knowledge Base permissions will see this object
 Service Desk Licensed  Only users with Service Desk permissions will see this object

Text Settings *
Use the HTML Editor to customize the Text/HTML output of the dashboard object.

Text Variables (only applies to text dashboard objects placed on the home page)

You may insert any of these variables into your Text dashboard object.

 COMMON VARIABLES  
 %DATE%   The current date in Long Date format according to your regional settings
 %DATETIME%  The current date in Long Date, Short Time format according to your regional settings
 %TIME%  The current time in Short Time format according to your regional settings
 %USERID%  The User ID of the signed in User
 %USERFNAME%  The first name of the signed in User
 %USERLNAME%  The last name of the signed in User
 %SESSIONLENGTH%  Session Length as set in Application Settings
   
 SERVICE DESK VARIABLES  
 %CNT_TICKETS_ALL%  The Count of all Tickets in the Database
 %CNT_OPEN_TICKETS%  The Count of all Open Service Desk Tickets
 %CNT_OPEN_TICKETS_TECH%  The Count of Open Service Desk Tickets where the signed in user is the technician
 %CNT_OPEN_TICKETS_USER%  The Count of Open Service Desk Tickets where the signed in user is the requester
 %CNT_CLOSED_TICKETS%  The Count of all Closed Service Desk Tickets
 %CNT_CLOSED_TICKETS_TECH%  The Count of Closed Service Desk Tickets where the signed in user is the technician
 %CNT_CLOSED_TICKETS_USER%  The Count of Closed Service Desk Tickets where the signed in user is the requester
 %CNT_PENDING_TICKETS%  The Count of all Pending Service Desk Tickets
 %CNT_PENDING_TICKETS_TECH%  The Count of Pending Service Desk Tickets where the signed in user is the technician
 %CNT_PENDING_TICKETS_USER%  The Count of Pending Service Desk Tickets where the signed in user is the requester
 %CNT_WORKHOURS_TODAY%   The Count of Work Hours for the current day where the signed in user is the technician
 %CNT_WORKHOURS_WEEK%  The Count of Work Hours for the current week where the signed in user is the technician
 %CNT_WORKHOURS_MONTH%  The Count of Work Hours for teh current month where the signed in user is the technician
   
 PURCHASE ORDER VARIABLES  
 %CNT_OPEN_POS%  The Count of all Open Purchase Orders in the database
 %CNT_OPEN_POS_USER%  The Count of Open Purchase Orders where the signed in user is the PO Writer
 %CNT_CLOSED_POS%  The Count of all Close Purchase Orders in the database
 %CNT_CLOSED_POS_USER%  The Count of Closed Purchase Orders where the signed in user is the PO Writer
   
 KNOWLEDGE BASE VARIABLES  
 %CNT_KB_ARTICLES%  The count of All KB Articles in the database
 %CNT_KB_ARTICLES_PRIVATE%  The count of Private KB Articles in the database
 %CNT_KB_ARTICLES_PUBLIC%  The count of Public KB Articles in the database
   
 INVENTORY VARIABLES  
 %CNT_COMPS%  The count of Computers in the database
 %CNT_PERIPHS%  The count of Peripherals in the database
 %CNT_SOFTWARE_ASSETS%  The count of Software Assets in the database
 %CNT_DOCS%  The count of Documentation Assets in the database


Graph Settings **

Select Graph: Choose the graph to be displayed.

Graph Height: Choose the height of the graph


* This setting is only available when the dashboard object type is set to Text.

** These settings are only available when the dashboard object type is set to Graph.


See also