{{> user_details/breadcrumb employee=employee }}
{{ leave_statistics.used_so_far }} days used so far
{{ leave_statistics.remaining }} days remaining in current year

{{ user_allowance.number_of_days_available_in_allowance }} out of {{ user_allowance.total_number_of_days_in_allowance }} in allowance

{{# if user_allowance.is_accrued_allowance }}Yes{{else}}No{{/if}}

The way of available allowance calculation is defined on department level. More details
Absences used this year grouped by leave types
{{# if leave_type_statistics }} {{# each leave_type_statistics }}
{{this.leave_type.name}}: {{this.days_taken}}{{# if this.limit}} out of {{this.limit}}{{/if}}
{{/each}} {{else}}
No approved requests so far.
{{/if}}
{{> user_details/allowance_breakdown user_allowance = user_allowance }}
working days
Allowance adjustment based on unused holidays from previous year.
It is calculated at the beginning of current year.
working days
Tune allowance for this user in current year.
Could be negative as well.
The value is valid during current year. Next year it needs to be re-confirmed.
 
{{> user_requests_grouped grouped_leaves=grouped_leaves logged_user=logged_user }}