X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=31ff8e76aec928c389f43fbc37ac2a34204dfa87;hb=7845106db9c5e8b90fb5bf0a50f66d40e75250f4;hp=57b917e7a62cb18a7bb4accdaf85cb8ed9e382d5;hpb=a781da5661a1932521e0d1feb4be340b97edce9a;p=timetracker.git diff --git a/WEB-INF/templates/invoice_view.tpl b/WEB-INF/templates/invoice_view.tpl index 57b917e7..31ff8e76 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} - +
@@ -32,33 +32,33 @@ {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} - - - + + + {/foreach} {if $tax} - + - + {/if} - +
{$i18n.label.date} {$i18n.form.invoice.person}
{$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}