任務規劃

建立任務,開始、停止、暫停任務,分派給使用者與團隊並記錄其工時——使用 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
  • Work description
  • End date (optional)
  • Time estimation (optional: if given, a progressbar for duration vs estimation will be shown in the listing page)
  • 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)
  • List of comments (to share updates with others)

Ships new reports:

  • List all users with the number of assigned tasks and progress (via estimation / logged duration)
  • List all teams with the number of assigned tasks and progress (via estimation / logged duration)

Users can log work time for tasks with drag & drop support in the calendar view.

Ships two new dashboard widgets (see screenshots):

  • The amount of rows in the dashboard widgets can be configured in the user-preferences
  • With the help of the dashboard widgets every user can manage their work

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
  • Third version: Tasks are shared, pending tasks can be started and stopped by everyone/team members

A task can reach the overdue status, which means:

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

Tasks which are overdue will be highlighted by a warning color.

A task can be created from an Activity, pre-setting all possible values from the project and activity.

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/

You might not need these commands in a shared-hosting environment. And you probably need to prefix them with sudo and/or the group might be called different from www-data.

建立資料庫

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

變更記錄

Version 2.10.0

Compatibility: requires minimum Kimai 2.17.0

  • Fixed CSRF token refresh when deleting comments
  • Compatibility with composer installation
  • Inline Nelmio API Doc configuration
  • Inline JMS Serializer configuration

Version 2.9.0

Compatibility: requires minimum Kimai 2.17.0

Added API endpoint to fetch all timesheets for one task

Version 2.8.0

Compatibility: requires minimum Kimai 2.17.0

Deprecated “pageSize” API parameter in favor of “size”

Version 2.7.0

Compatibility: requires minimum Kimai 2.15.0

Added: support for custom fields for Tasks

Version 2.6.0

Compatibility: requires minimum Kimai 2.1.0

Added: allow to filter tasks from detail page listing

Version 2.5.0

Compatibility: requires minimum Kimai 2.1.0

Changed: support attribute caching in Voter

Version 2.4.2

Compatibility: requires minimum Kimai 2.1.0

  • Changed: import Route attribute from correct namespace
  • Changed: removed API security definition

Version 2.4.1

Compatibility: requires minimum Kimai 2.1.0

Fix SQL problem on listing page for users with team assignment

Version 2.4.0

Compatibility: requires minimum Kimai 2.1.0

  • Improved: replaced up to 1 DB query call per Task on listing page with 1 query in total
  • Improved: stopping a task multiple times will not raise an error anymore

Version 2.3.0

Compatibility: requires minimum Kimai 2.1.0

  • Fixed: route mapping type changed to attribute
  • Fixed: removed sticky table header in detail page for timesheet list

Version 2.2.0

Compatibility: requires minimum Kimai 2.0.33

  • Fixed: API param pageSize did not allow arbitrary values
  • Fixed: API pagination compatibility with Kimai 2.0.33

體驗版本

如要測試此外掛程式,可前往體驗版網頁 demo.kimai.org:

使用者名稱: susan_super
密碼: kitten

在此處找到更多測試帳號.

使用截圖

Screenshot
本外掛程式所提供的管理頁面,提供所有任務的已追蹤工時、狀態、與分派狀況的總覽
Screenshot
您可在建立與更新任務時編輯這些欄位
Screenshot
本外掛程式所提供的儀錶板小工具,可用於追蹤已分派與待進行的任務

常見問題

這些常見問題由本外掛程式的開發者提供。

You can buy the plugin via the Marketplaces 'Lemon Squeezy' or 'Gumroad' and pay with Credit Card or PayPal. Both offer instant access to the purchases.

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

提供者

Kevin Papst

Building Kimai since 2009

如果您有任何問題,請透過以下聯絡資訊直接與此開發者聯繫。
Top