Skip to content

Commit cb15646

Browse files
committed
[IMP] Payroll: Updating reporting
closes #14972 X-original-commit: 9569797 Signed-off-by: Lara Martini (larm) <[email protected]>
1 parent b517993 commit cb15646

File tree

15 files changed

+78
-231
lines changed

15 files changed

+78
-231
lines changed

content/applications/hr/payroll.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ form.
396396
- :doc:`payroll/payslips`
397397
- :doc:`payroll/batches`
398398
- :doc:`payroll/commissions`
399-
- :doc:`payroll/reporting`
399+
- :doc:`payroll/payroll_analysis`
400400
- :doc:`payroll/headcount`
401401
- :doc:`payroll/work_entry_analysis`
402402
- :doc:`payroll/payroll_localizations`
@@ -412,7 +412,7 @@ form.
412412
payroll/payslips
413413
payroll/batches
414414
payroll/commissions
415-
payroll/reporting
415+
payroll/payroll_analysis
416416
payroll/headcount
417417
payroll/work_entry_analysis
418418
payroll/payroll_localizations
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
================
2+
Payroll analysis
3+
================
4+
5+
The *Payroll Analysis* report displays the total net wage for the company, for the last 365 days.
6+
This report allows companies to view their payroll costs and identify any trends.
7+
8+
To view the *Payroll Analysis* report, navigate to :menuselection:`Payroll app --> Reporting -->
9+
Payroll`.
10+
11+
:guilabel:`Net Wage` is the default metric displayed in the report, but other measures can be
12+
displayed if desired, such as *gross wage* or *days of paid time off*. Click the
13+
:guilabel:`Measures` :icon:`fa-caret-down` button to view a drop-down menu of other metrics to
14+
display. Click on the desired measure to display the results.
15+
16+
.. image:: payroll_analysis/payroll-report.png
17+
:alt: Payroll overview report showing payroll for the last 365 days.
18+
19+
.. _payroll_analysis/multiple:
20+
21+
View multiple metrics
22+
=====================
23+
24+
It is possible to view multiple metrics at one time by viewing the report in the *pivot table* view.
25+
This can aid management to determine other trends, such as which departments do not take time off,
26+
or which departments have the highest payroll costs.
27+
28+
.. note::
29+
**Only one** measure is able to be displayed in the default :icon:`fa-area-chart`
30+
:guilabel:`Graph` view. Multiple measures are **only** possible in the :icon:`oi-view-pivot`
31+
:guilabel:`Pivot` view.
32+
33+
To display the data in a pivot table, click on the :icon:`oi-view-pivot` :guilabel:`Pivot` button.
34+
35+
The default information displayed includes the number of payslips (:guilabel:`# Payslip`), the
36+
number of :guilabel:`Days of Paid Time Off` and :guilabel:`Days of Unpaid Time Off`, along with the
37+
:guilabel:`Net Wage` and :guilabel:`Gross Wage`. All the information is organized by department.
38+
39+
To display more information on the report, click the :guilabel:`Measures` :icon:`fa-caret-down`
40+
button to reveal a drop-down menu. Click on any metric to display it on the pivot table.
41+
42+
.. image:: payroll_analysis/pivot.png
43+
:alt: Pivot table view with the various metrics on display.
44+
45+
Use case: comparing payroll costs
46+
=================================
47+
48+
Managers can compare payroll costs, and determine which departments have raised their payroll costs,
49+
either by hiring more employees, or by raising salaries.
50+
51+
To compare previous periods of time, first view the *Payroll Analysis* report in a :ref:`pivot table
52+
<payroll_analysis/multiple>`. Then, click the :icon:`fa-caret-down` :guilabel:`(Toggle Search
53+
Panel)` icon in the search bar, and click :guilabel:`Start Date` :icon:`fa-caret-down` to reveal a
54+
list of time periods (months, quarters, and years). Click on a desired time period, and a
55+
:icon:`fa-adjust` :guilabel:`Comparison` section appears in the search bar. Click on one of the two
56+
available options, either :guilabel:`Start Date: Previous Period`, or :guilabel:`Start Date:
57+
Previous Year`.
58+
59+
The report now displays three columns of information for every displayed measure: a column for the
60+
current time period, a column for the previous time period, and a :guilabel:`Variation` column,
61+
which displays the difference between the two time periods in a color-coded percentage (green for
62+
increases, red for decreases.)
63+
64+
.. example::
65+
In this example, the data shows an overall increase in the number of payslips. Since the company
66+
pays all employees every two weeks, an increase in the number of payslips (:guilabel:`#
67+
Payslips`) means that more employees were hired, in this example, a 500% increase.
68+
69+
Additionally, both the :guilabel:`Net Wage` and :guilabel:`Gross Wage` increased. The department
70+
:guilabel:`RD US` showed the largest growth, with both metrics increasing by approximately 350%.
71+
72+
.. image:: payroll_analysis/comparison.png
73+
:alt: Pivot table view comparing two years of data.
74+
75+
.. seealso::
76+
:doc:`../../essentials/reporting`
24.3 KB
Loading
22.3 KB
Loading

content/applications/hr/payroll/reporting.rst

Lines changed: 0 additions & 229 deletions
This file was deleted.
-3.64 KB
Binary file not shown.
-16 KB
Binary file not shown.
-5.64 KB
Binary file not shown.
-20.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)