X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=9faa3bb21fccf17a39ee8bbe2e92f9f90da699c9;hb=f9e704d00a2d21b1a94332e088f78c22da03d37c;hp=31ff8e76aec928c389f43fbc37ac2a34204dfa87;hpb=8ba5ac4b2800060721eb6777792cd945045c3804;p=timetracker.git diff --git a/WEB-INF/templates/invoice_view.tpl b/WEB-INF/templates/invoice_view.tpl index 31ff8e76..9faa3bb2 100644 --- a/WEB-INF/templates/invoice_view.tpl +++ b/WEB-INF/templates/invoice_view.tpl @@ -29,9 +29,12 @@ {$i18n.label.note} {$i18n.label.duration} {$i18n.label.cost} + {if $user->isPluginEnabled('ps')} + {$i18n.label.paid} + {/if} {foreach $invoice_items as $invoice_item} - + {$invoice_item.date} {$invoice_item.user_name|escape} {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} @@ -43,6 +46,9 @@ {$invoice_item.note|escape} {$invoice_item.duration} {$invoice_item.cost} + {if $user->isPluginEnabled('ps')} + {if $invoice_item.paid}{$i18n.label.yes}{else}{$i18n.label.no}{/if} + {/if} {/foreach}   @@ -61,6 +67,20 @@ {$total|escape} + + {$forms.invoiceForm.open} + {if $user->isPluginEnabled('ps')} + + + + +
+ + +
{$i18n.label.mark_paid}: {$forms.invoiceForm.mark_paid_action_options.control} {$forms.invoiceForm.btn_mark_paid.control}
+
+ {/if} + {$forms.invoiceForm.close} {/if}