X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=1ff5c834a272bdf1b9b09618623bb154c0ab5702;hb=16b12b986b03d54187662046e4a0a3c7a8c2393e;hp=ceeeffc9bc5dd5c7673fcad9529194904ec780f8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/invoice_view.tpl b/WEB-INF/templates/invoice_view.tpl index ceeeffc9..1ff5c834 100644 --- a/WEB-INF/templates/invoice_view.tpl +++ b/WEB-INF/templates/invoice_view.tpl @@ -6,17 +6,17 @@ - - - - + + + +
{$i18n.title.invoice} {$invoice_name|escape:'html'}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape:'html'}
{$i18n.label.client_address}: {$client_address|escape:'html'}
{$i18n.title.invoice} {$invoice_name|escape}
{$i18n.label.date}: {$invoice_date}
{$i18n.label.client}: {$client_name|escape}
{$i18n.label.client_address}: {$client_address|escape}
{if $invoice_items} - +
@@ -31,37 +31,36 @@ {foreach $invoice_items as $invoice_item} - - - + + + {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {/if} - {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} - + {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {/if} - - - + + + {/foreach} {if $tax} - + - + {/if} - + - -
{$i18n.label.date} {$i18n.form.invoice.person}{$i18n.label.cost}
{$invoice_item.date}{$invoice_item.user_name|escape:'html'}
{$invoice_item.date}{$invoice_item.user_name|escape}{$invoice_item.project_name|escape:'html'}{$invoice_item.project_name|escape}{$invoice_item.task_name|escape:'html'}{$invoice_item.task_name|escape}{$invoice_item.note|escape:'html'}{$invoice_item.duration}{$invoice_item.cost}{$invoice_item.note|escape}{$invoice_item.duration}{$invoice_item.cost}
 
{$i18n.label.subtotal}:{$subtotal|escape:'html'}{$subtotal|escape}
{$i18n.label.tax}:{$tax|escape:'html'}{$tax|escape}
{$i18n.label.total}:{$total|escape:'html'}{$total|escape}
+ {/if} @@ -69,6 +68,3 @@ - - -