17c304d96SSzymon Olewniczak<h1 class="bez_report"> 2ff14b107SSzymon Olewniczak<?php echo $tpl->getLang('activity_report') ?> 37c304d96SSzymon Olewniczak</h1> 47c304d96SSzymon Olewniczak 5eb2e6be9SSzymon Olewniczak<div class="bez_filter_form"> 6b331b892SSzymon Olewniczak <form action="<?php echo $tpl->url('activity_report') ?>" method="post"> 7b331b892SSzymon Olewniczak <span class="datepair"> 8*bc2653b0SSzymon Olewniczak <label><?php echo $tpl->getLang('report from') ?>: <input name="from" value="<?php echo $tpl->value('from') ?>" class="date start" style="width: 90px"></label> 9*bc2653b0SSzymon Olewniczak <label><?php echo $tpl->getLang('report to') ?>: <input name="to" value="<?php echo $tpl->value('to') ?>" class="date end" style="width: 90px"></label> 10b331b892SSzymon Olewniczak </span> 11*bc2653b0SSzymon Olewniczak <button><?php echo $tpl->getLang('show') ?></button> 12b331b892SSzymon Olewniczak </form> 13b331b892SSzymon Olewniczak 14b331b892SSzymon Olewniczak</div> 15b331b892SSzymon Olewniczak 16ff14b107SSzymon Olewniczak<h2><?php echo $tpl->getLang('activity_in_issues') ?></h2> 17b331b892SSzymon Olewniczak 18b2c9de2bSSzymon Olewniczak<table class="bez_sumarise"> 197c304d96SSzymon Olewniczak <tr> 20ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('user') ?></th> 21ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('reporter') ?></th> 22ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('coordinator') ?></th> 23ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('commentator') ?></th> 24ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('executor') ?></th> 25ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('report_total') ?></th> 267c304d96SSzymon Olewniczak </tr> 277c304d96SSzymon Olewniczak <?php $reporter = 0 ?> 287c304d96SSzymon Olewniczak <?php $total_total = 0 ?> 290d676982SSzymon Olewniczak <?php $commentator = 0 ?> 30b2c9de2bSSzymon Olewniczak <?php $coordinator = 0 ?> 31b2c9de2bSSzymon Olewniczak <?php $executor = 0 ?> 32ff14b107SSzymon Olewniczak <?php foreach ($tpl->get('thread_involvement') as $involvement): ?> 337c304d96SSzymon Olewniczak <tr> 34b2c9de2bSSzymon Olewniczak <td> 35ff14b107SSzymon Olewniczak <?php echo $tpl->user_name($involvement['user_id']) ?> 36b2c9de2bSSzymon Olewniczak </td> 37eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['original_poster_sum'] ?></td> 38eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['coordinator_sum'] ?></td> 39eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['commentator_sum'] ?></td> 40eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['task_assignee_sum'] ?></td> 41eb2e6be9SSzymon Olewniczak <?php $total = $involvement['original_poster_sum'] + $involvement['coordinator_sum'] + $involvement['commentator_sum'] + $involvement['task_assignee_sum'] ?> 42eb2e6be9SSzymon Olewniczak <td><?php echo $total ?></td> 437c304d96SSzymon Olewniczak </tr> 44eb2e6be9SSzymon Olewniczak <?php $reporter += $involvement['original_poster_sum'] ?> 45eb2e6be9SSzymon Olewniczak <?php $coordinator += $involvement['coordinator_sum'] ?> 46eb2e6be9SSzymon Olewniczak <?php $commentator += $involvement['commentator_sum'] ?> 47eb2e6be9SSzymon Olewniczak <?php $executor += $involvement['task_assignee_sum'] ?> 48eb2e6be9SSzymon Olewniczak <?php $total_total += $total ?> 497c304d96SSzymon Olewniczak <?php endforeach ?> 50b2c9de2bSSzymon Olewniczak <tr> 51ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('report_total') ?></th> 52b2c9de2bSSzymon Olewniczak <td><?php echo $reporter ?></td> 530d676982SSzymon Olewniczak <td><?php echo $coordinator ?></td> 540d676982SSzymon Olewniczak <td><?php echo $commentator ?></td> 550d676982SSzymon Olewniczak <td><?php echo $executor ?></td> 560d676982SSzymon Olewniczak <td><?php echo $total_total ?></td> 57b2c9de2bSSzymon Olewniczak </tr> 587c304d96SSzymon Olewniczak</table> 596fa92f54SSzymon Olewniczak<p style="font-weight: bold">KPI = <?php echo sprintf("%.2f", $tpl->get('kpi')) ?></p> 60a5de966aSSzymon Olewniczak<p style="font-weight: bold">% = <?php echo sprintf("%.2f", $tpl->get('bez_activity')) ?></p> 61b2c9de2bSSzymon Olewniczak 62b2c9de2bSSzymon Olewniczak 63ff14b107SSzymon Olewniczak<h2><?php echo $tpl->getLang('activity_in_tasks') ?></h2> 64b2c9de2bSSzymon Olewniczak<table class="bez_sumarise"> 65b2c9de2bSSzymon Olewniczak <tr> 66ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('user') ?></th> 67ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('reporter') ?></th> 68ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('commentator') ?></th> 69ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('executor') ?></th> 70ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('report_total') ?></th> 71b2c9de2bSSzymon Olewniczak </tr> 72ff14b107SSzymon Olewniczak <?php $reporter = 0 ?> 73ff14b107SSzymon Olewniczak <?php $commentator = 0 ?> 74ff14b107SSzymon Olewniczak <?php $executor = 0 ?> 75ff14b107SSzymon Olewniczak <?php $total_total = 0 ?> 76ff14b107SSzymon Olewniczak <?php foreach ($tpl->get('task_involvement') as $involvement): ?> 77b2c9de2bSSzymon Olewniczak <tr> 78b2c9de2bSSzymon Olewniczak <td> 79ff14b107SSzymon Olewniczak <?php echo $tpl->user_name($involvement['user_id']) ?> 80b2c9de2bSSzymon Olewniczak </td> 81eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['original_poster_sum'] ?></td> 82eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['commentator_sum'] ?></td> 83eb2e6be9SSzymon Olewniczak <td><?php echo $involvement['assignee_sum'] ?></td> 84eb2e6be9SSzymon Olewniczak <?php $total = $involvement['original_poster_sum'] + $involvement['commentator_sum'] + $involvement['assignee_sum'] ?> 85eb2e6be9SSzymon Olewniczak <td><?php echo $total ?></td> 86eb2e6be9SSzymon Olewniczak <?php $reporter += $involvement['original_poster_sum'] ?> 87eb2e6be9SSzymon Olewniczak <?php $commentator += $involvement['commentator_sum'] ?> 88eb2e6be9SSzymon Olewniczak <?php $executor += $involvement['assignee_sum'] ?> 89eb2e6be9SSzymon Olewniczak <?php $total_total += $total ?> 90b2c9de2bSSzymon Olewniczak </tr> 91b2c9de2bSSzymon Olewniczak <?php endforeach ?> 92b2c9de2bSSzymon Olewniczak <tr> 93ff14b107SSzymon Olewniczak <th><?php echo $tpl->getLang('report_total') ?></th> 94ff14b107SSzymon Olewniczak <td><?php echo $reporter ?></td> 95ff14b107SSzymon Olewniczak <td><?php echo $commentator ?></td> 96ff14b107SSzymon Olewniczak <td><?php echo $executor ?></td> 97ff14b107SSzymon Olewniczak <td><?php echo $total_total ?></td> 98b2c9de2bSSzymon Olewniczak </tr> 99b2c9de2bSSzymon Olewniczak</table> 100