<< Click to Display Table of Contents >> Yearly timesheet |
Overview
The Yearly timesheet Widget for Bizagi is available for download at Bizagi Widget Xchange.
Through this Widget, you will be able to display a timesheet with tasks within a yearly planner.
Before you start
In order to test and use this Widget, you will need:
1.Bizagi Studio previously installed.
2.This specific Widget previously installed, either as described at https://help.bizagi.com/platform/en/index.html?widget_xchange.htm, or as described at https://help.bizagi.com/platform/en/index.html?widgets_manualinst.htm.
Data model considerations
In order to use this Widget, you need in your data model a Collection type attribute which holds the multiple tasks to display.
Such collection should include these attributes:
•Two date type attributes, one for a start date and one for an end date.
Ideally such dates for tasks should take up one year or more.
•One string type attribute, holding the name of the task.
The sample image below shows the use of a Task Scheduled collection, while relying on the Task, Start date, and Due date attributes.
Properties configuration
In order to configure this Widget once it is installed in your project, include it in any form and set it properties in the Forms designer, just as you would do with any other type of Bizagi control.
Consider the following properties.
PROPERTY / SUB-PROPERTY |
POSSIBLE VALUES |
DEFAULT VALUE / SUGGESTED |
---|---|---|
Data binding |
A collection type attribute which holds the multiple records displayed as tasks. |
Not applicable. This property is mandatory. |
Content (sub-property of data binding) |
The name identifying a recorded task. |
Not applicable. This property is mandatory. |
Start date (sub-property of data binding) |
The date and exact time on which the task is planned to start. |
Not applicable. This property is mandatory. |
End date (sub-property of data binding) |
The date and exact time on which the task is planned to end. |
Not applicable. This property is mandatory. |
Row Height |
A setting indicating the overall height in pixels that each recorded task takes up. |
25 px |
Starting offset |
The number of years the time sheet considers to its left, when displaying the starting year. This number is subtracted to the very first date recorded by a task. |
1 |
Ending offset |
The number of years the time sheet considers to its right, when displaying the ending year. This number is added to the very last date recorded by a task. |
4 |
Notice all Bizagi controls and Widgets, enable a visible property which allows you to set if that control should be displayed in a given form or not (e.g, by using a business rule).
This Widget is designed as read-only. |
For complete documentation or more information about this Widget's possibilities (e.g, if you wish to customize and extend it), refer to the information about the implemented jQuery Plugin at http://jquery-plugins.net/timesheet-js-javascript-library-for-html5-and-css3-time-sheets.
Last Updated 10/28/2022 10:08:34 AM