Skip to content

Commit

Permalink
feat: use tangible hours for tasksAndProjectsStats
Browse files Browse the repository at this point in the history
  • Loading branch information
strallia committed Nov 12, 2024
1 parent 73ee181 commit 919a9ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helpers/overviewReportHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1276,6 +1276,7 @@ const overviewReportHelper = function () {
$match: {
dateOfWork: { $gte: start, $lte: end },
taskId: { $exists: true, $type: 'objectId' },
isTangible: { $eq: true },
},
},
{
Expand All @@ -1300,6 +1301,7 @@ const overviewReportHelper = function () {
$match: {
dateOfWork: { $gte: start, $lte: end },
projectId: { $exists: true },
isTangible: { $eq: true },
},
},
{
Expand Down

0 comments on commit 919a9ae

Please sign in to comment.