You are here

README.txt in Views Gantt 7.2

Same filename and directory in other branches
  1. 7 README.txt
Views Gantt
http://drupal.org/project/views_gantt

This module provides a views display plugin to show tasks in a GANTT Chart
using the dhtmlx GANTT javascript library. Views Gantt
uses the libraries API. Please upload the dhtmlx GANTT library
and put it in you libraries folder if you want to use this module.

Installation:
------------
1. Download and unpack the Libraries module directory in your modules folder
   (this will usually be "sites/all/modules/").
   Link: http://drupal.org/project/libraries
2. Download and unpack the Views module directory in your modules folder
   (this will usually be "sites/all/modules/").
3. Download and unpack the Views Gantt module directory in your modules folder
   (this will usually be "sites/all/modules/").
4. Download and unpack the dhtmlx GANTT js library in "sites/all/libraries".
    Make sure the path to the plugin files becomes:
    "sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.css",
    "sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.js",
   Link: http://www.dhtmlx.com/docs/products/dhtmlxGantt/
5. Go to "Administer" -> "Modules" and enable the Views Gantt module.
6. Create view with Gantt style and set all required options in the settings.
	- required
		ID field - task nid (numeric).
		Name field - task title (string).
		Date field - task start date (timestamp or date string in right format for strtotime()).
		End date field - task end date (timestamp or date string in right format for strtotime()).
		Progress field - task progress in percent (numeric).
		Project ID field - project nid, can be node reference or entityreference field in task.
		Task type - task node type.

	-optional
		Project date field - project start date (timestamp or date string in right format for strtotime()).
		Parent ID field - task parent nid (entityreference field).
		Predecessor ID field - task predecessor nid (entityreference field).
		Height of Gantt Chart - height value in px.
		Add Task - enable posibility add tasks from Gantt chart.
		Edit Task - enable posibility edit tasks from Gantt chart.
		Scale level - default scale level for chart.

If you find a problem, incorrect comment, obsolete or improper code or such,
please let us know by creating a new issue at
http://drupal.org/project/issues/views_gantt

File

README.txt
View source
  1. Views Gantt
  2. http://drupal.org/project/views_gantt
  3. This module provides a views display plugin to show tasks in a GANTT Chart
  4. using the dhtmlx GANTT javascript library. Views Gantt
  5. uses the libraries API. Please upload the dhtmlx GANTT library
  6. and put it in you libraries folder if you want to use this module.
  7. Installation:
  8. ------------
  9. 1. Download and unpack the Libraries module directory in your modules folder
  10. (this will usually be "sites/all/modules/").
  11. Link: http://drupal.org/project/libraries
  12. 2. Download and unpack the Views module directory in your modules folder
  13. (this will usually be "sites/all/modules/").
  14. 3. Download and unpack the Views Gantt module directory in your modules folder
  15. (this will usually be "sites/all/modules/").
  16. 4. Download and unpack the dhtmlx GANTT js library in "sites/all/libraries".
  17. Make sure the path to the plugin files becomes:
  18. "sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.css",
  19. "sites/all/libraries/dhtmlxgantt/codebase/dhtmlxgantt.js",
  20. Link: http://www.dhtmlx.com/docs/products/dhtmlxGantt/
  21. 5. Go to "Administer" -> "Modules" and enable the Views Gantt module.
  22. 6. Create view with Gantt style and set all required options in the settings.
  23. - required
  24. ID field - task nid (numeric).
  25. Name field - task title (string).
  26. Date field - task start date (timestamp or date string in right format for strtotime()).
  27. End date field - task end date (timestamp or date string in right format for strtotime()).
  28. Progress field - task progress in percent (numeric).
  29. Project ID field - project nid, can be node reference or entityreference field in task.
  30. Task type - task node type.
  31. -optional
  32. Project date field - project start date (timestamp or date string in right format for strtotime()).
  33. Parent ID field - task parent nid (entityreference field).
  34. Predecessor ID field - task predecessor nid (entityreference field).
  35. Height of Gantt Chart - height value in px.
  36. Add Task - enable posibility add tasks from Gantt chart.
  37. Edit Task - enable posibility edit tasks from Gantt chart.
  38. Scale level - default scale level for chart.
  39. If you find a problem, incorrect comment, obsolete or improper code or such,
  40. please let us know by creating a new issue at
  41. http://drupal.org/project/issues/views_gantt