稽核軌跡紀錄

記錄工時單、客戶、項目及活動的詳細變更/稽核日誌,並逐項顯示在時間軸上。

Kevin Papst
提供者
Kevin Papst

Find out who changed what and when: record and visualize the changes on timesheets, customers, projects, activities, users, system configurations and invoices.

Features

A global audit-trail page, listing all recorded changes with username, change datetime, item type and link to detail page.

Actions for each of the following items:

  • Timesheets
  • Customers
  • Projects
  • Activities
  • Invoices

Introduces a new screen for each of the above items, with all recorded changes and each log entry containing the following information:

  • username
  • date-time
  • type of change (create, update, delete)
  • changed fields (see list below)

The change history will be recorded for the following fields:

  • Timesheet: begin, end, duration, timezone, user, activity, project, description, rate, fixedRate, hourlyRate, exported, billable, internalRate, category, modifiedAt
  • Customer: name, number, comment, visible, company, contact, address, country, currency, phone, fax, mobile, email, homepage, timezone, fixedRate, color, budget, timeBudget, vatId
  • Project: customer, name, orderNumber, comment, visible, budget, fixedRate, hourlyRate, color, budget, timeBudget, start, end, timezone
  • Activity: project, name, comment, visible, fixedRate, hourlyRate, color, budget, timeBudget
  • User: username, email, enabled’, roles, alias, title, avatar, password_requested_at, auth, registration_date
  • System configuration: name, value
  • Invoice: customer, user, invoiceNumber, createdAt, timezone, total, tax, currency, status, dueDays, vat, invoiceFilename

Be aware:

  • This bundle needs to be installed and activated to keep track of the change history, previous changes are not available.
  • Not all entities and fields will be recorded, please read the above list carefully.
  • The “Audit logs” link is not available under “My timsheets” to prevent potential information leaks.
  • Certain batch updates (e.g. setting the exported flag of multiple timesheets during export) cannot be recorded, as those are executed directly via database

安裝

複製檔案

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

var/plugins/AuditTrailBundle/

The file structure needs to look like this afterwards:

var/plugins/
├── AuditTrailBundle
│   ├── AuditTrailBundle.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:audittrail: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/AuditTrailBundle/
  • Execute all installation steps again:
    • 複製檔案
    • 清除快取
    • Update database with bin/console kimai:bundle:audittrail:install

變更記錄

Version 2.10.0

Compatibility: requires minimum Kimai 2.21.0

Moved “Filter audit-logs” action to “Filter” submenu for:

  • Customer
  • Project
  • Activity

Version 2.9.0

Compatibility: requires minimum Kimai 2.21.0

  • Moved users “Audit-logs” action to “Filter” menu

Version 2.8.0

Compatibility: requires minimum Kimai 2.21.0

  • Moved several translations to core
  • Refactoring: New query objects

Version 2.7.0

Compatibility: requires minimum Kimai 2.14.0

  • Changed: Track user fields (systemAccount, totpEnabled)
  • Changed: Track activity field (number)
  • Changed: Track project field (number)

Version 2.6.0

Compatibility: requires minimum Kimai 2.5.0

Changed: support attribute caching in Voter

Version 2.5.0

Compatibility: requires minimum Kimai 2.5.0

  • Fixed: use correct base class for migration - removes Doctrine deprecation warning
  • Fixed: import route from annotation namespace

Version 2.4.0

Compatibility: requires minimum Kimai 2.5.0

  • Changed: moved some translations to core, allowing more languages
  • Changed: replaced most Gedmo code with own implementation
  • Changed: bump PHPStan from level 7 to level 9

Version 2.3.0

Compatibility: requires minimum Kimai 2.3.0

  • fixed: date formatting failed for timesheets
  • fixed: accessing entries without object ids
  • fixed: added missing listener calls

Version 2.2.0

Compatibility: requires minimum Kimai 2.1.0

  • use annotation type for routes (fix deprecation)
  • convert to Doctrine listener (fix deprecation)

Version 2.1.0

Compatibility: requires minimum Kimai 2.0.33

Fixed: possible pagination issue

體驗版本

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

使用者名稱: susan_super
密碼: token

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

使用截圖

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