Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
redmine_v2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VeNtura
redmine_v2
Commits
97f51e2f
Commit
97f51e2f
authored
Dec 11, 2023
by
Tấn Trần Thanh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build orther acture time
parent
c67f1814
Pipeline
#1601
failed with stages
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
plugins/workflow_report/lib/workflow_report.rb
+4
-0
No files found.
plugins/workflow_report/lib/workflow_report.rb
View file @
97f51e2f
...
@@ -80,6 +80,10 @@ module WorkflowReport
...
@@ -80,6 +80,10 @@ module WorkflowReport
end
end
end
end
else
else
6
.
times
do
|
index
|
build_est_to_actual_time!
(
result
,
EST_DETAIL_FIRST_COL
,
0
,
index
)
build_est_to_actual_time!
(
result
,
ACTUAL_TIME_DETAIL_FIRST_COL
,
0
,
index
)
end
build_est_to_actual_time!
(
result
,
EST_DETAIL_FIRST_COL
,
issue
.
estimated_hours
.
to_f
,
6
)
build_est_to_actual_time!
(
result
,
EST_DETAIL_FIRST_COL
,
issue
.
estimated_hours
.
to_f
,
6
)
build_est_to_actual_time!
(
result
,
ACTUAL_TIME_DETAIL_FIRST_COL
,
issue
.
spent_hours
.
to_f
,
6
)
build_est_to_actual_time!
(
result
,
ACTUAL_TIME_DETAIL_FIRST_COL
,
issue
.
spent_hours
.
to_f
,
6
)
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment