itop-itsm-ru / dashlet-calendar

Calendar dashboard dashlet for Combodo iTop
6 stars 4 forks source link

Calendar for Combodo iTop

Описание на русском языке: http://community.itop-itsm.ru/t/kalendar-dlya-combodo-itop/485

This module adds the awesome FullCalendar dashlet to use in iTop dashboards and allows you to display on it an any object that has a date field.

dashlet-calendar.png

Installation

Install like any other extension.

Usage the calendar

Only a small part of FullCalendar functionality is implemented in the widget. Currently you can't add new events directly from the widget and use dragging to change dates. But it's planned in future releases. So stay tuned!

To add a new calendar open the dashboard editor and drag the calendar icon into a free space. Then you have to configure the calendar and save the dashboard. You can add several calendars on any dashboard.

Let's see what we have:

dashlet-calendar-edit.png

Here we have some general settings of the calendar and three separated sets of events. Each set of events may be configured independently of others. So you can display for example planned Changes, open Work Orders and Servers which have moved to production in this month in one calendar.

Setting

General:

View specific settings:

Event set settings:

Configuration

You can change standard colors for events in the configuration file:

'dashlet-calendar' => array (
        'colors' => array (
          'blue' => '#006699',
          'cyan' => '#009999',
          'green' => '#009933',
          'red' => '#CC0000',
          'brown' => '#996633',
          'gray' => '#666666',
          'yellow' => '#CCCC00',
          'orange' => '#FF9900',
          'purple' => '#993366',
          'pink' => '#CC6699'
        ),
),

Links