Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/district09/kimai_plugin_archive-timesheets-command
A Kimai 2 plugin, which allows you to archive (remove) timesheets older than a specified timeframe, using a command.
https://github.com/district09/kimai_plugin_archive-timesheets-command
d09check22 web
Last synced: about 2 months ago
JSON representation
A Kimai 2 plugin, which allows you to archive (remove) timesheets older than a specified timeframe, using a command.
- Host: GitHub
- URL: https://github.com/district09/kimai_plugin_archive-timesheets-command
- Owner: district09
- License: mit
- Created: 2022-01-07T10:28:42.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2024-08-12T09:45:38.000Z (4 months ago)
- Last Synced: 2024-10-13T14:42:12.445Z (2 months ago)
- Topics: d09check22, web
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ArchiveTimesheetsCommandBundle
A Kimai 2 plugin, which allows you to archive timesheets older than a specified
timeframe, using a command.## Installation
First clone it to your Kimai installation `plugins` directory:
```
cd /kimai/var/plugins/
git clone https://github.com/digipolisgent/kimai_plugin_archive-timesheets-command.git ArchiveTimesheetsCommandBundle
```And then rebuild the cache:
```
cd /kimai/
bin/console cache:clear
bin/console cache:warmup
```You could also [download it as zip](https://github.com/digipolisgent/kimai_plugin_archive-timesheets-command/archive/master.zip) and upload the directory via FTP:
```
/kimai/var/plugins/
├── ArchiveTimesheetsCommandBundle
│ ├── ArchiveTimesheetsCommandBundle.php
| └ ... more files and directories follow here ...
```