-
Notifications
You must be signed in to change notification settings - Fork 100
Enable working day calculation instead of working time calculation #2347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
To fulfil the needs of other customers we decided to make the behaviour configurable. You can decide if you want to have precise WorkingTime calculation based on milliseconds or if you want the calculation based on the Day. |
New configuarion property
default value When this property is set to true, the The We also implement at least the following 3 testcases: Beispiel 1: Beispiel 2: Beispiel 3: |
… of working time calculation Closes #2347: Configuration to enable working day calculation instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
…instead of working time calculation Closes Taskana#2347: Configuration to enable working day calculation instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
… of working time calculation Closes #2347: Configuration to enable working day calculation instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
…instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
… of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
…instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
…instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
…instead of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
… of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
… of working time calculation * added configuration property for detailed working time calculation * added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour * bugfix ServiceLevelHandler comparing classificationKeys --------- Co-authored-by: arolfes <[email protected]>
Our customer wants the old behaviour to calculate the dueDate from before version 6.0.0 back
Example:
actual:
ServiceLevel=3 Tage
PlanedDate=30.07.2023 (Sunday) -> 31.07.2023 (Monday)
DueDate=02.08.2023 (Wednesday)
expected:
ServiceLevel=3 Tage
PlanedDate=30.07.2023 (Sunday) -> 31.07.2023 (Monday)
DueDate=03.08.2023 (Thursday)
affected Version 6.0.2 and following
The text was updated successfully, but these errors were encountered: