digipolisgent/archive-timesheets-command-plugin
A Kimai 2 plugin, which allows you to archive timesheets older than a specified timeframe, using a command.
Maintainers
Package info
github.com/district09/kimai_plugin_archive-timesheets-command
Type:kimai-plugin
pkg:composer/digipolisgent/archive-timesheets-command-plugin
2.0.1
2024-08-12 09:45 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 362fbe6a5a0977e78452241c3005dc2ed23a56a1
- Jelle Sebreghts <Jelle.Sebreghts.woop@district09.gent>
This package is auto-updated.
Last update: 2026-06-12 13:46:51 UTC
README
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 and upload the directory via FTP:
/kimai/var/plugins/
├── ArchiveTimesheetsCommandBundle
│ ├── ArchiveTimesheetsCommandBundle.php
| └ ... more files and directories follow here ...
