diff --git a/module/block/control.php b/module/block/control.php index 10d0aca623..e6be90f536 100644 --- a/module/block/control.php +++ b/module/block/control.php @@ -1196,7 +1196,7 @@ class block extends control $charts['PV'] .= $this->milestone->getPV($projectIdList, $begin, $stageEnd) . ','; $charts['EV'] .= $this->milestone->getEV($projectIdList, $begin, $stageEnd) . ','; $charts['AC'] .= $this->milestone->getAC($projectIdList, $begin, $stageEnd) . ','; - $start = $longProgram ? date('Y-m-d', strtotime("$start + 1 month")) : date('Y-m-d', strtotime("$start + 7 days")); + $start = date('Y-m-d', strtotime("$stageEnd + 1 day")); $i ++; } diff --git a/module/block/view/cmmiestimateblock.html.php b/module/block/view/cmmiestimateblock.html.php index 909cea5fb1..cae8155d74 100644 --- a/module/block/view/cmmiestimateblock.html.php +++ b/module/block/view/cmmiestimateblock.html.php @@ -2,15 +2,15 @@
| durationestimation->people;?> | -+ | durationestimation->members;?> | |||
|---|---|---|---|---|---|
| workestimation->duration;?> | -workestimation->hour;?> | +workestimation->consumed;?> | -workestimation->hour;?> | +||
| workestimation->totalLaborCost;?> | diff --git a/module/block/view/programstatisticblock.html.php b/module/block/view/programstatisticblock.html.php index e739b2941e..db877a9462 100644 --- a/module/block/view/programstatisticblock.html.php +++ b/module/block/view/programstatisticblock.html.php @@ -68,7 +68,7 @@ html[lang="en"] .product-info .type-info {color: #A6AAB8; text-align: center; po .block-statistic .weekly-small{font-size:12px; color: #838A9D;} .block-statistic .weekly-progress {font-weight: bold; font-size:24px;} .block-statistic .weekly-name{font-size:14px; color: #838A9D;} -.block-statistic .weekly-value{font-size:18px; color: #3C4253;} +.block-statistic .weekly-value{font-size:14px;} .block-statistic .col-6 .stage{margin-left: 10px}