Compatible with Kimai 2.0

תכנון משימות

יצירת משימות, הפעלה/עצירה/השהיה שלהן, הקצאתן למשתמשים ולצוותים ותיעוד זמנים עבורן — ניהול רשימות מטלות עם Kimai

Kevin Papst
מוצע על ידי
Kevin Papst

A Kimai plugin, which allows you to plan your work and distribute tasks among your users and teams. It features two new dashboard widgets and a new “Task management” administration view.

Features

Add “tasks” which are used to start and group timesheet records.

Each task has the following fields:

  • Title
  • End date (optional)
  • User (optional: if left empty, the task can be self-assigned from the “pending tasks” widget)
  • Team (optional: if given, only users from this team see this task and can assign it)
  • Customer (will be copied to the started timesheet)
  • Project (will be copied to the started timesheet)
  • Activity (will be copied to the started timesheet)
  • Description (will be copied to the started timesheet)
  • Tags (will be copied to the started timesheet)
  • Time estimation (optional: if given, a progressbar for duration vs estimation will be shown in the listing page)

Ships a new report, which lists all users with the number of assigned tasks and the progress (via estimation or duration).

You can configure the permissions in multiple ways:

  • First version: allows self-management by the user via the dashboard widgets, by assigning to pending tasks
  • Second version: only the “My tasks” widget will be shown, listing page is hidden from “normal users” and teamleads will plan the work schedule (a list of tasks) for the users, who then use the widget to start/pause/stop their assigned tasks.

A task can reach the “overdue” status, which means:

  • the task reached its end date without being finished
  • the duration of all logged entries is higher than the estimation of the task

Task can also be managed via the API.

API Documentation can be found in the Plugin demo.

Dashboard widgets

This bundle ships two new dashboard widgets (see screenshots):

  • My tasks widget
  • Pending tasks widget

With the help of these dashboard widgets every user can manage their work.

Reports

This bundle ships two new report

  • My tasks
  • Team tasks

התקנה

העתקת קבצים

Extract the ZIP file and upload the included directory and all files to your Kimai installation to the new directory:

var/plugins/TaskManagementBundle/

The file structure needs to look like this afterwards:

var/plugins/
├── TaskManagementBundle
│   ├── TaskManagementBundle.php
|   └ ... more files and directories follow here ...

פינוי המטמון

After uploading the files, Kimai needs to know about the new plugin. It will be found once the cache was re-built. Call these commands from the Kimai directory:

How to reload Kimai cache

bin/console kimai:reload --env=prod

It is not advised, but in case the above command fails you could try:

rm -r var/cache/prod/*

You might have to set file permissions afterwards:

Adjust file permission

You have to allow PHP (your webserver process) to write to var/ and it subdirectories.

Here is an example for Debian/Ubuntu (to be executed inside the Kimai directory):

chown -R :www-data .
chmod -R g+r .
chmod -R g+rw var/

יצירת מסד נתונים

Run the following command:

bin/console kimai:bundle:tasks:install

This will create the required database tables and update them to the latest version.

עדכונים

Updating the plugin works exactly like the installation:

  • Delete the directory var/plugins/TaskManagementBundle/
  • Execute all installation steps again:
    • העתקת קבצים
    • פינוי המטמון
    • Update database with bin/console kimai:bundle:tasks:install

הטבלה הבאה מכילה השוואה בין התוספים לבין גרסת ה־Kimai המזערית הנדרשת.

גרסת מאגד גרסת Kimai מזערית
2.3.0 2.1.0
2.2.0 2.0.33
2.1.7 - 2.1.8 2.0.26
2.1.5 - 2.1.6 2.0.20
2.1.1 - 2.1.4 2.0.6
2.1.0 2.0.5
2.0 - 2.0.1 2.0
1.14.0 -1.16.0 1.19
1.10.0 - 1.13.1 1.15

אפשר לבדוק את התוסף הזה תחת demo.kimai.org:

שם משתמש: susan_super
סיסמה: kitten

כאן ניתן למצוא חשבונות בדיקה נוספים.

צילומי מסך

Screenshot
עמוד הניהול החדש עם סקירה של כל המשימות עם מעקב זמנים, מצב והקצאות
Screenshot
בעת יצירה או עדכון של משימה, אפשר לתעד את השדות האלו
Screenshot
הווידג׳טים החדשים של לוח המחוונים למשימות מוקצות וממתינות

רכישה

You can buy the plugin via Lemon Squeezy (CreditCard, instant access) or from the developer (bank-transfer, up to one week)

Support-questions, bug-reports and feature-requests will be answered in this Github repository

מוצע על ידי

Kevin Papst

Building Kimai since 2009

לשאלות ניתן לפנות לאמצעי הקשר המפורטים כדי לתקשר עם המפתחים ישירות.
Top