jbt-it / neomdb

Database application to manage member data, projects and events.
GNU General Public License v3.0
8 stars 2 forks source link

Client: Project billing #343

Open jbt-it opened 9 months ago

jbt-it commented 9 months ago

This page is only displayed when two conditions apply:

The following data regarding the project are displayed:

if status = durchführung and user has permission "Projektabrechnung" OR is PL:

if status = abrechnung | abgeschlossen and the user has the permission "Projektabrechnung" or role "PL"

Image

)

when a PM / PL / QM is added to a project on the #167 page, there is a NDA check: Image if the user does not click "okay" or clicks "abbrechen", the adding process is cancelled

when a PL / QM is added to a project on the #167 page, there is a PL / QM qualification check. If the member that the user is about to add does not have the necessary qualification (attribute in the member table), the following warning is displayed: Image if the user does not click "okay" or clicks "abbrechen", the adding process is cancelled

jbt-it commented 2 weeks ago

@JanMueller31 I added the NDA check and QPL/QM qualification check to the issue description