Merge branch 'sprint/216_mayue_bug#25081' into 'master'

* Fix bug #25081.

See merge request easycorp/zentaopms!4473
This commit is contained in:
孙广明
2022-07-12 06:28:56 +00:00
6 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.main-content > h2 {font-size: 16px;}
#mainContent h2 .icon-help {font-size: 16px; vertical-align: text-bottom;}
.tooltip-inner {font-size: 13px; letter-spacing: 1px; line-height: 22px; max-width: 400px !important}
.tooltip-inner {font-size: 13px; letter-spacing: 1px; line-height: 22px; max-width: 400px !important; text-align: left;}
.container {max-width: 1700px !important}
.pull-left .input-control {margin-right: 10px;}
+5 -1
View File
@@ -431,7 +431,11 @@ $lang->execution->charts->burn->graph->actuality = 'Aktualität';
$lang->execution->charts->burn->graph->delay = 'Delay';
$lang->execution->charts->cfd = new stdclass();
$lang->execution->charts->cfd->cfdTip = "The Cumulative Flow Diagram(CFD)reflects the trend of accumulated workload at each stage over time. The horizontal axis of CFD represents the date, and the vertical axis represents the number of work items. Through this report, you can calculate the WIP quantity, delivery rate and average lead time to understand the team's delivery.";
$lang->execution->charts->cfd->cfdTip = "<p>
1. The CFD(Cumulative Flow Diagram)reflects the trend of accumulated workload at each stage over time.<br>
2. The horizontal axis represents the date, and the vertical axis represents the number of work items.<br>
3. To learn about the team's delivery, you can calculate the WIP quantity, delivery rate and average lead time through the CFD.
<p>";
$lang->execution->charts->cfd->cycleTime = 'Average cycle time';
$lang->execution->charts->cfd->cycleTimeTip = 'Average cycle time of each card from development start to completion';
$lang->execution->charts->cfd->throughput = 'Throughput Rate';
+5 -1
View File
@@ -431,7 +431,11 @@ $lang->execution->charts->burn->graph->actuality = 'Actual';
$lang->execution->charts->burn->graph->delay = 'Delay';
$lang->execution->charts->cfd = new stdclass();
$lang->execution->charts->cfd->cfdTip = "The Cumulative Flow Diagram(CFD)reflects the trend of accumulated workload at each stage over time. The horizontal axis of CFD represents the date, and the vertical axis represents the number of work items. Through this report, you can calculate the WIP quantity, delivery rate and average lead time to understand the team's delivery.";
$lang->execution->charts->cfd->cfdTip = "<p>
1. The CFD(Cumulative Flow Diagram)reflects the trend of accumulated workload at each stage over time.<br>
2. The horizontal axis represents the date, and the vertical axis represents the number of work items.<br>
3. To learn about the team's delivery, you can calculate the WIP quantity, delivery rate and average lead time through the CFD.
<p>";
$lang->execution->charts->cfd->cycleTime = 'Average cycle time';
$lang->execution->charts->cfd->cycleTimeTip = 'Average cycle time of each card from development start to completion';
$lang->execution->charts->cfd->throughput = 'Throughput Rate';
+4 -1
View File
@@ -434,7 +434,10 @@ $lang->execution->charts->burn->graph->actuality = 'Actuel';
$lang->execution->charts->burn->graph->delay = 'Delay';
$lang->execution->charts->cfd = new stdclass();
$lang->execution->charts->cfd->cfdTip = "Le Cumulative Flow Diagram(CFD)indique la tendance de la charge de travail cumulée de chaque étape au fil du temps. L'axe horizontal du CFD représente la date et l'axe vertical représente le nombre d'éléments de travail. Ce rapport vous permet de calculer les quantités de travail en cours (WIP), les taux de livraison et les délais moyens pour comprendre comment votre équipe travaille."
$lang->execution->charts->cfd->cfdTip = "<p>
1. Le CFD(Cumulative Flow Diagram)indique la tendance de la charge de travail cumulée de chaque étape au fil du temps.<br>
2. L'axe horizontal représente la date et l'axe vertical représente le nombre de travaux.<br>
3. Ce CFD vous permet de calculer les quantités de travail en cours (WIP), les taux de livraison et les délais moyens pour comprendre comment votre équipe travaille.<p>";
$lang->execution->charts->cfd->cycleTime = 'Average cycle time';
$lang->execution->charts->cfd->cycleTimeTip = 'Average cycle time of each card from development start to completion';
$lang->execution->charts->cfd->throughput = 'Throughput Rate';
+4 -1
View File
@@ -431,7 +431,10 @@ $lang->execution->charts->burn->graph->actuality = '实际';
$lang->execution->charts->burn->graph->delay = '延期';
$lang->execution->charts->cfd = new stdclass();
$lang->execution->charts->cfd->cfdTip = '累积流图反应各个阶段累积处理的工作项数量随时间的变化趋势,该报表横轴代表日期,纵轴代表工作项数量,通过此图可计算出在制品数量,交付速率以及平均前置时间,从而了解团队的交付情况。';
$lang->execution->charts->cfd->cfdTip = "<p>
1.累积流图反应各个阶段累积处理的工作项数量随时间的变化趋势。</br>
2.横轴代表日期,纵轴代表工作项数量。</br>
3.通过此图可计算出在制品数量,交付速率以及平均前置时间,从而了解团队的交付情况。</p>";
$lang->execution->charts->cfd->cycleTime = '平均周期时间';
$lang->execution->charts->cfd->cycleTimeTip = '平均每个卡片从开发启动到完成的周期时间';
$lang->execution->charts->cfd->throughput = '吞吐率';
+1 -1
View File
@@ -48,7 +48,7 @@
</div>
</div>
<div id='mainContent' class='main-content'>
<h2 class='text-center'><?php echo $executionName . ' - ' . zget($lang->execution->cfdTypeList, $type) . $lang->execution->CFD;?> <i class="icon icon-help" data-toggle="tooltip" data-tip-class="tooltip-help" data-placement="bottom" title="<?php echo $lang->execution->charts->cfd->cfdTip;?>"></i></h2>
<h2 class='text-center'><?php echo $executionName . ' - ' . zget($lang->execution->cfdTypeList, $type) . $lang->execution->CFD;?> <i class="icon icon-help" data-toggle="tooltip" data-tip-class="tooltip-help" data-html='true' data-placement="bottom" title="<?php echo $lang->execution->charts->cfd->cfdTip;?>"></i></h2>
<?php if(isset($chartData['labels']) and count($chartData['labels']) != 1): ?>
<div id="cfdWrapper">
<div id="cfdChart" style="width: 1200px; height: 600px"></div>