டைம்சீட்களுக்கான ஒப்புதல் பணிப்பாய்வு

டைம்சீட்களுக்கு வாராந்திர ஒப்புதல் செய்ய இந்த மூட்டை கிடைக்கிறது.

Katja Glass Consulting
வழங்கியவர்
Katja Glass Consulting

A plugin for Kimai to approve timesheets of users on a weekly basis.

Features

  • Users can send a week for approval (in sequential order)
  • User lockdown -> a submitted/approved week can no longer be edited (apart from admins) - there is one lockdown date per user (LockdownPerUserBundle)
  • Teamlead/Admin can approve or deny the week
  • Overview of approvals, missing approvals and the status
  • Mailing options to recall approval tasks if outstanding
  • Various options to track overtime
  • Option to check for breaks according German Law

Requirements

பொருந்தக்கூடிய தன்மை

பின்வரும் அட்டவணையில் சொருகி மற்றும் தேவையான குறைந்தபட்ச கிமாய் பதிப்பிற்கு இடையிலான ஒப்பீடு உள்ளது.

மூட்டைப் பதிப்பு மினிமுக் கொமிபி பதிப்பு
1.0.0 1.30.5
2.0.0 2.5.0
2.0.1 2.8.0

நிறுவல்

கோப்புகளை நகலெடு

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

var/plugins/ApprovalBundle/

Or you can clone it directly to the var/plugins/ directory of your Kimai installation:

cd kimai/var/plugins/
git clone https://github.com/KatjaGlassConsulting/ApprovalBundle ApprovalBundle

The file structure needs to look like this afterwards:

var/plugins/
├── ApprovalBundle
│   ├── ApprovalBundle.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:approval: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/ApprovalBundle/
  • Execute all installation steps again:
    • கோப்புகளை நகலெடு
    • தற்காலிக சேமிப்பு துடை
    • Update database with bin/console kimai:bundle:approval:install

திரைக்காட்சிகள்

Screenshot
வேலை நேரம், எதிர்பார்க்கப்படும் நேரம் மற்றும் ஒப்புதலுக்காக சமர்ப்பித்தல் போன்ற நடவடிக்கைகள் போன்ற வார விவரங்களைக் காட்டுகிறது
Screenshot
தொடர்புடைய குழு உறுப்பினர்களின் திறந்த கடந்த கால ஒப்புதல்களின் கண்ணோட்டத் திரை மற்றும் தற்போதைய முடிக்கப்பட்ட வாரத்தின் நிலை
Screenshot
அனைத்து கருத்துகளையும் உள்ளடக்கிய ஒப்புதல் வரலாற்றை குழுத் தலைவர் அல்லது பயனர்கள் பார்க்கலாம்
Screenshot
டீம்லீட்ச் ஒரு வார ஒப்புதலை அங்கீகரிக்கலாம் அல்லது மறுக்கலாம்
Screenshot
நிர்வாகிகள் டீம்லீட்சைப் போலவே அதே அனுமதியைக் கொண்டுள்ளனர், மேலும் கூடுதலாக அனைத்து தம ஊழியர்களையும் கண்ணோட்டத்தில் உலாவலாம் மற்றும் ஒப்புதலை செயல்தவிர்க்க விருப்பம் உள்ளது
வழங்கியவர்

Katja Glass Consulting

Open Source focused consultant in Pharma area

உங்களிடம் ஏதேனும் கேள்வி இருந்தால், டெவலப்பருடன் நேரடியாக தொடர்பு கொள்ள பின்வரும் தொடர்புத் தகவலைப் பயன்படுத்தவும்.
Top