From acc7361baffe795d8e03131b23311b79a66861f2 Mon Sep 17 00:00:00 2001 From: inez kok Date: Tue, 14 Nov 2023 11:24:15 +0800 Subject: [PATCH] Add note in report command in UG --- docs/UserGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index e2c69066222..db9ab95c40e 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -577,6 +577,11 @@ Format: `report EMPLOYEE_ID` * The report is downloaded in a `.txt` file, located in the `reports` folder in the location of `hour.jar`. * The `.txt` file follows the naming convention `DATE_NAME` where `DATE` is the date the report is created, and `NAME` is the name of the corresponding employee. + +
:bulb: **Tip:** + Note that unlike the **hour.json** file in the **data** folder, making changes in the **.txt** file in the **reports** folder does not change the data seen in the HouR app. +
+ * The overtime pay is calculated based on the overtime hours and the salary of the employee. * The following [Singaporean Ministry of Manpower's prescribed formula](https://www.mom.gov.sg/employment-practices/hours-of-work-overtime-and-rest-days) is used to calculate overtime pay.