Nur-Lesender Zugriff

Ermöglicht Benutzerzugänge, welche nur die erfassten Zeiten für ein bestimmtes Unternehmen lesen können.

fungus.at: der.pilz
Angeboten von
fungus.at: der.pilz

This bundle adds a special admin screen where the role can be assigned to an existing Kimai user.

Imagine the following:

If you are a contract worker for some different customers and if you are using Kimai for time-tracking.

Than you can do it that way: Create in Kimai the different Companies: Comp1 and Comp2 Create the different Projects you are working on: ProjC1A and ProjC1B for Comp1, ProjC2A for Comp2 And record your times.

At the end of the month, you create a bill for Comp1 and Comp2 and send it to them. Now you wait for your money. But sometimes no money comes back, but some discussions will start: why do you charge that mouch for ProjC1A, why was adjusting the login-screen that expensive, why did you do that… and that…

So, what if you can create some other user-accounts in Kimai, lets say UserComp1 and UserComp2. And now you can assign UserComp1 to Comp1 and UserComp2 to Comp2.

With that user-accounts someone responsible at Company1 and Company2 can login into Kimai and track instantly your times. Because UserComp1 can see (and only see!!) the times entered for Company1 from anyone who can record some times in Kimai.

Wouldn’t that be great?

Permissions

This bundle ships a new administration screen, which will be available for the following users:

  • ROLE_SUPER_ADMIN - every super administrator
  • edit_readonly_user - every use that owns this permission

This bundle also ships a new user-screen, which is available for users that are configured in the new admin-screen.

Requires

Kimai v1.1

Installation

Dateien kopieren

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

var/plugins/ReadOnlyAccessBundle/

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

cd kimai/var/plugins/
git clone https://github.com/fungus75/ReadOnlyAccessBundle.git ReadOnlyAccessBundle

The file structure needs to look like this afterwards:

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

Cache leeren

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/

Aktualisierung

Updating the plugin works exactly like the installation:

  • Delete the directory var/plugins/ReadOnlyAccessBundle/
  • Execute all installation steps again:
    • Dateien kopieren
    • Cache leeren

Bilder

Screenshot
Angeboten von

fungus.at: der.pilz

Part time developer, code fanboy, backend-freak, symfony-lover

Wenn Sie Fragen haben, nutzen Sie bitte die folgenden Informationen, um den Entwickler direkt zu kontaktieren.
Top