-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhr-payroll.component.html
More file actions
21 lines (21 loc) · 1.36 KB
/
hr-payroll.component.html
File metadata and controls
21 lines (21 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<bold-reportviewer id="hr-payroll" [reportServiceUrl]="serviceUrl" [reportPath]="reportPath"
(toolBarItemClick)="onToolbarItemClick($event)" (exportItemClick)="onExportItemClick()"
[toolbarSettings]="toolbarSettings">
</bold-reportviewer>
<div id="description">
<p>
The HR Payroll report provides a comprehensive overview of employee compensation, departmental performance, and leave management. It helps HR teams analyze payroll trends and make informed decisions.
</p>
<ul>
<li>Displays <code>gross salary</code>, <code>net salary</code>, and <code>deductions</code> across departments.</li>
<li>Visualizes <code>Loss of Pay (LOP)</code>breakdown by leave type: sick, good, and compensation leave.</li>
<li>Includes <code>employee demographics</code> such as gender distribution and contract types.</li>
<li>Summarizes leave availability for sick and casual leave by department.</li>
<li>Highlights <code>average performance</code> and employee count per department.</li>
</ul>
<p>
For more information on how dynamic image report items enhance customization in multi-company HR reports, refer to this
<a href="https://help.boldreports.com/enterprise-reporting/designer-guide/report-designer/image-manager/"
target="_blank" rel="noreferrer">documentation</a> section.
</p>
</div>