DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Introduction

What does it do?

This extension was created with the SAV Library Kickstarter in order to be used with the SAV Library Plus extension.

The SAV Library Extension Kickstarter makes it possible to directly build extensions without any PHP coding, thanks to simple configuration parameters.

The SAV Library Kickstarter includes:

  • Creation of multiple views of the data,
  • Front end input of the data,
  • Views with folders,
  • Context Sensitive Help,
  • Generation of emails,
  • Generation of RTF files using database tags,
  • Data export in CSV format,
  • Many other features.

The aim of this extension is to show how include XML JpGraph into an extension (see the extension sav_jpgraph for detailed information and a tutorial). In this example, we want to display list of events as Gantt graphs. Each graph is a period of time as, for example months or quarters. Two forms are requested: The first one (Admin) will be used to input events in FE. An event includes a title, a begin and a end date, a category. Categories will be input in BE. They have a name and a color which will be used in the Gantt graph.

Important

For more information, please read the Tutorial 9 section of the SAV Library Plus documentation.

Screenshots

Admin Edit and List Views

../_images/ScreenshotsAdminEditView.png
../_images/ScreenshotsAdminListView.png

List View

../_images/ScreenshotsListView.png