X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Freport.tpl;h=4ed3baa138d2c432d24ae7048adc5cac5f53bf0b;hb=845622e615e142555436c61425dfcef7c51e14a2;hp=eb7ed473ee29558cb346e915e975892e75aa25ef;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/report.tpl b/WEB-INF/templates/report.tpl index eb7ed473..4ed3baa1 100644 --- a/WEB-INF/templates/report.tpl +++ b/WEB-INF/templates/report.tpl @@ -7,7 +7,7 @@ - +
{$i18n.form.report.export} XML {$i18n.label.or} CSV{$i18n.form.report.export} {if file_exists('WEB-INF/lib/tcpdf')}PDF,{/if} XML {$i18n.label.or} CSV
@@ -33,7 +33,7 @@ {if $bean->getAttribute('chcost')}{/if} {else} - + {if $user->canManageTeam() || $user->isClient()}{/if} @@ -46,11 +46,11 @@ {if $bean->getAttribute('chduration')}{/if} {if $bean->getAttribute('chnote')}{/if} {if $bean->getAttribute('chcost')}{/if} - {if $bean->getAttribute('chinvoice')}{/if} + {if $bean->getAttribute('chinvoice')}{/if} {foreach $report_items as $item} - {$cur_date = $item.date} + {$cur_date = $item.date} {if $print_subtotals} {$cur_grouped_by = $item.grouped_by} {if $cur_grouped_by != $prev_grouped_by && !$first_pass} @@ -70,7 +70,7 @@ {/if} - {$first_pass = false} + {$first_pass = false} {/if} {if $cur_date != $prev_date} @@ -100,7 +100,7 @@ {if $print_subtotals} {$prev_grouped_by = $item.grouped_by} {/if} {/foreach} - {if $print_subtotals} + {if $print_subtotals} {/if}{/if} @@ -160,4 +160,4 @@
{$user->currency|escape:'html'} {if $user->canManageTeam() || $user->isClient()}{$totals['cost']}{else}{$totals['expenses']}{/if}
{$i18n.label.date}{$i18n.label.user}{$i18n.label.duration}{$i18n.label.note}{$i18n.label.cost}{$i18n.label.invoice}{$i18n.label.invoice}
 
{$i18n.label.subtotal} {if $user->canManageTeam() || $user->isClient()}{if $group_by == 'user'}{$subtotals[$cur_grouped_by]['name']|escape:'html'}
- \ No newline at end of file +