Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note in report command in UG #281

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div markdown="span" class="alert alert-primary">: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.
</div>

* 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.

Expand Down
Loading