%# TimeWorkedReport - Version 1.4 %# https://github.com/coffeemonster/rt-extension-timeworkedreport#readme <%args> $startdate => undef $enddate => undef $byticket => undef $queues => undef $user => undef %args> <& /Elements/Header, Title => $title &> <& /Elements/Tabs &>
<% $grand_total %>m | <% sprintf('%.1fh', $grand_total / 60 ) %> | GRAND TOTAL | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
<% $ticket->{TotalTime} %>m | <% sprintf('%.1fh', $ticket->{TotalTime} / 60 ) %> | TOTAL TIME | |||||||||||
<% $minutes %>m | <% sprintf('%.1fh', $minutes/60) %> | <% $person %> | |||||||||||
"><% $cid %>: <% $child->{Subject}%>
|
MINUTES | HOURS | TICKET |
---|---|---|
${minutes}m | " . sprintf( "%.1fh", ( $minutes / 60 ) ) . " | " . "$subject |
${totalMinutes}m | " . sprintf( "%.1fh", ( $totalMinutes / 60 ) ) . " | TOTALS |
". Dumper \%tstats; print Dumper \%stats; # vim: syn=mason %perl>