ida-arbeitszeit / arbeitszeitapp

A webapp for labour-time calculation.
https://arbeitszeitapp.readthedocs.io
GNU Affero General Public License v3.0
36 stars 4 forks source link

Companies need a list of their registered working hours #1029

Closed sloschert closed 2 months ago

sloschert commented 3 months ago

Description:

Companies are registering the hours worked of their workers. But currently they cannot see in the app for whom they registered hours worked. For data protection reasons, in the publicly visible account A (/user/company/{company_id}/account_a) and in the publicly visible transactions overview (/user/company/{company_id}/transactions), only date and amount of the registration is visible.

Proposed solution:

Each company should have a new tile on dashboard section "Company accounting", named "Registered hours worked". There, the company should be able to access all hours they registered, including name and ID of the workers they registered hours for.

Implementation: