digipolisgent/personal-calendar-pref-plugin

一个Kimai 2插件,允许用户在个人设置中自定义日历显示的开始和结束时间。

2.0.0 2023-08-02 09:01 UTC

This package is auto-updated.

Last update: 2024-08-31 00:26:38 UTC


README

一个Kimai 2插件,允许用户在个人设置中自定义日历显示的开始和结束时间。

安装

首先将其克隆到您的Kimai安装的plugins目录中

cd /kimai/var/plugins/
git clone https://github.com/digipolisgent/kimai_plugin_personal-calendar-pref.git PersonalCalendarPrefBundle

然后重新构建缓存

cd /kimai/
bin/console cache:clear
bin/console cache:warmup

您也可以下载zip文件并通过FTP上传目录

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