Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| docs:3400_how_to:0300_charts:0550_gantt_charts [2022/08/25 00:00] – removed - external edit (Unknown date) 127.0.0.1 | docs:3400_how_to:0300_charts:0550_gantt_charts [2025/06/12 03:59] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | [< | ||
| + | ====== How to add Gantt chart to your application ====== | ||
| + | |||
| + | To add support for Gantt chart in your application you need to do the following: | ||
| + | |||
| + | - Add some predefined business objects to your application that represent Gantt tasks, dependencies and allocated resources | ||
| + | - Add business rules and process to create and process instances of these objects | ||
| + | - Add a query that finds tasks and displays them and related dependencies as a Gantt chart | ||
| + | To add predefined business objects to your application select the Business Objects node in the tree, right click and select the '' | ||
| + | |||
| + | After this you need to define rules and processes that will create and manage tasks and related dependencies. | ||
| + | |||
| + | Finally you need to define a query to find task objects and display them as a Gantt chart. When a query looks for task objects // | ||
| + | |||
| + | {{page> | ||
| + | . | ||
| + | |||
| + | |||