Content
Updated by Niels Lindenthal 25 days ago
**User story** ### **Acceptance criteria**
As a project controller Add project-specific settings for defining the Maximum Log time
I want to prevent users to * **"Maximum log more than times"**
* Add a new input field to specify the maximum number of hours per day (e.g. 8 h)
So that I can more easily comply with frame contracts.
<br>
**Acceptance criteria**
* There is a global setting which defines a default for all new projects.
* This setting can be changed on logged in a project level.
* When copying projects this setting is copied over. The same for creating new projects based on templates.
* The unit in the input form is hours (h)
**Out of scope**
* Dealing with error cases when there are days with more than this maximum value.
**Translations**
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><thead class="op-uc-table--head"><tr class="op-uc-table--row"><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">Context</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">i18n string</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">EN</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">DE</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">FR</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">ES</p></th></tr></thead><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Project settings</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Maximum logged time per day</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Maximal buchbare Zeit pro Tag</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Global default</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Default maximum logged time per day</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Standardwert für die maximal buchbare Zeit pro Tag</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td></tr></tbody></table></figure><br> day.
<br>
As a project controller
I want to prevent users to
* Add
So that I can more easily comply with frame contracts.
<br>
**Acceptance criteria**
* There is a global setting which defines a default for all new projects.
* This setting can be changed on
* When copying projects this setting is copied over. The same for creating new projects based on templates.
* The unit in the input form is hours (h)
**Out of scope**
* Dealing with error cases when there are days with more than this maximum value.
**Translations**
<figure class="table op-uc-figure_align-center op-uc-figure"><table class="op-uc-table"><thead class="op-uc-table--head"><tr class="op-uc-table--row"><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">Context</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">i18n string</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">EN</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">DE</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">FR</p></th><th class="op-uc-table--cell op-uc-table--cell_head"><p class="op-uc-p">ES</p></th></tr></thead><tbody><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Project settings</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Maximum logged time per day</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Maximal buchbare Zeit pro Tag</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td></tr><tr class="op-uc-table--row"><td class="op-uc-table--cell"><p class="op-uc-p">Global default</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p">Default maximum logged time per day</p></td><td class="op-uc-table--cell"><p class="op-uc-p">Standardwert für die maximal buchbare Zeit pro Tag</p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td><td class="op-uc-table--cell"><p class="op-uc-p"><br></p></td></tr></tbody></table></figure><br>
<br>