It's basic django app used for tracking all employees' work in one calendar. This is used only by employers or project managers to monitor the availability of workers.
There are three subpages containing:
name
represents the name of ordershort
represents the shortcut of order (In the live demo is just used as a filter in the table)status
only active orders can be selected in the calendarcolort
color of the order in the calendarinfo
some info or notes
name
represents the name of employeeteam
in the calendar each employee will be ranked according to the teamcolor
color of the employee in the calendarinfo
some info or notes
The default calendar range is 60 days (14 backwards and 46 forward). The calendar is divided into two parts, the first is the calendar of employees and the second shows the time intervals of individual orders. To assign a new order, unavailability, vacation or holiday to an employee, you must click on the name or highlight the period.