X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Freports.tpl;h=af674785eb1d4fff921ee3356e129255840eefe3;hb=1c55e1b9d6da2173f7e946011908c02dd80df26d;hp=0f9b129f7d9042fafef03620829f1ba895efc645;hpb=9a9200cf19fc4de98b09834e7d598b1b4c6f44b3;p=timetracker.git diff --git a/WEB-INF/templates/reports.tpl b/WEB-INF/templates/reports.tpl index 0f9b129f..af674785 100644 --- a/WEB-INF/templates/reports.tpl +++ b/WEB-INF/templates/reports.tpl @@ -201,15 +201,19 @@ function handleCheckboxes() { {$i18n.form.time.billable}   + {if $user->can('manage_invoices')} {$i18n.label.invoice} + {/if} {$forms.reportForm.include_records.control}   + {if $user->can('manage_invoices')} {$forms.reportForm.invoice.control} + {/if} {/if} -{if ($user->canManageTeam() && $user->isPluginEnabled('ps'))} +{if ($user->can('manage_invoices') && $user->isPluginEnabled('ps'))} {$i18n.label.paid_status} @@ -217,7 +221,7 @@ function handleCheckboxes() { {$forms.reportForm.paid_status.control} {/if} -{if $user->canManageTeam() || $user->isClient()} +{if $user->can('view_reports') || $user->can('view_all_reports') || $user->isClient()} {$i18n.label.users} @@ -244,13 +248,19 @@ function handleCheckboxes() { -{if $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv')} +{if $user->can('view_reports') || $user->can('view_all_reports') || $user->isPluginEnabled('cl') || $user->isPluginEnabled('iv') || $user->isPluginEnabled('ps')} {if $user->isPluginEnabled('cl')} {/if} - {if ($user->canManageTeam() || $user->isClient()) && $user->isPluginEnabled('iv')} + {if ($user->can('manage_invoices') || $user->isClient()) && $user->isPluginEnabled('iv')} + {/if} + {if ($user->can('manage_invoices') && $user->isPluginEnabled('ps'))} + + {/if} + {if $user->can('view_reports') || $user->can('view_all_reports')} + {/if} {/if} @@ -258,7 +268,7 @@ function handleCheckboxes() { -{if ((($user->canManageTeam() || $user->isClient()) || $user->isPluginEnabled('ex')) && defined('COST_ON_REPORTS') && isTrue($smarty.const.COST_ON_REPORTS))} +{if ($user->can('manage_invoices') || $user->isClient()) || $user->isPluginEnabled('ex')} {else} @@ -274,6 +284,14 @@ function handleCheckboxes() { {/if} +{if $user->isPluginEnabled('wu')} + + + + + + +{/if}
{if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)}{/if} {if (($smarty.const.TYPE_START_FINISH == $user->record_type) || ($smarty.const.TYPE_ALL == $user->record_type))}{/if}
@@ -281,7 +299,7 @@ function handleCheckboxes() { {$i18n.form.reports.group_by} - {$forms.reportForm.group_by.control} + {$forms.reportForm.group_by.control}