X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=31ff8e76aec928c389f43fbc37ac2a34204dfa87;hb=e1703495130c8ed88fe210f50a2a6b453b3c566b;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..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,36 +32,35 @@ {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}
{$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 @@ - - -