Skip to content

AleksandrSokolov/saltcorn-gantt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

saltcorn-gantt

Gantt View plugin for Saltcorn.

Gantt View

Description

Shows Gantt view. Currently implemented only readonly view.

Author

AlexanderSokolov

Based on

https://frappe.io/gantt

View parameters

You need to have following columns in table:

title field

Name of the task (String).

start field

Start date of the task (Date).

end field

End date of the task (Date).

milestone field (optional)

(under construction) Mark task as milestone (Bool).

progress field (optional)

Task progess (Interger or Float). The number between 0..100.

Documentation

  • See #1 for installation manual