-
Notifications
You must be signed in to change notification settings - Fork 0
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
Invoicing rate report #182
base: feature/3489-workload-report-period-average-etc
Are you sure you want to change the base?
Invoicing rate report #182
Conversation
889d76f
to
5cc53d4
Compare
2e06e3c
to
7883be8
Compare
$workerProjects = []; | ||
|
||
foreach ($periods as $period) { | ||
// Add current period match-point (current week-number, month-number etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add some more explanation about why it should be 53 when not the current year.
377b748
to
f0f0e4e
Compare
dc3b7bf
to
b312ec8
Compare
CHANGELOG.md
Outdated
@@ -368,10 +370,7 @@ complete process. | |||
* Updated to authorization code flow. | |||
* Changed worklog save button styling to be sticky. | |||
|
|||
[Unreleased]: https://github.com/itk-dev/economics/compare/2.5.1...HEAD | |||
[2.5.1]: https://github.com/itk-dev/economics/compare/2.5.0...2.5.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.5.1, 2.5.0, 2.4.3 should not be removed
src/Entity/IssueEpic.php
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the file
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
Co-authored-by: Troels Ugilt Jensen <[email protected]>
@@ -58,6 +58,8 @@ public function getWorkloadReport(int $year, PeriodTypeEnum $viewPeriodType = Pe | |||
$currentPeriodReached = false; | |||
$expectedWorkloadSum = 0; | |||
$loggedHoursSum = 0; | |||
$periodSums = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$periodSums and $periodCounts are not used in the file
Link to ticket
2597
Description
This PR builds upon #183 and #184 and introduces a new report containing essentially a summary of what Worklog Report provides, to give a detailed overview of billable hours, percentage of billed hours, as well as the team averages.
Screenshot of the result
N/A
Checklist