0.1.1 • Published 3 years ago

saltcorn-gantt v0.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

saltcorn-gantt

Gantt View plugin for Saltcorn Modern NoCode platform.

Gantt View

Description

Shows Gantt view. Currently implemented only readonly view.

Author

AlexanderSokolov

Plugin for

https://saltcorn.com/

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