Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja authored Nov 5, 2023
1 parent d9aaf16 commit 4f040cd
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Executing Command: `clear`

![ClearBeforeAfter](images/ClearCommand.png)

### Managing Employee's Claims: `claim`
### Managing employee's claims: `claim`

Performs adjustments to employee's claims.

Expand All @@ -228,7 +228,7 @@ Executing command: `claim 1 $/-500`

![ClaimCommandBeforeAfter](images/claim.png)

### Adding Employee’s Leave: `leave`
### Adding employee’s Leave: `leave`

Adds leave months for an employee.

Expand Down Expand Up @@ -405,6 +405,10 @@ HR Insight data are saved automatically as a JSON file `[JAR file location]/data
If your changes to the data file makes its format invalid, HR Insight will discard all data and start with an empty data file at the next run. Hence, it is recommended to take a backup of the file before editing it.
</box>

### More detailed leave records [Coming soon]

Currently, HR Insight only records employees' leave months. In v2.0, we will record the exact dates of employees' leaves.

---

## FAQ
Expand Down

0 comments on commit 4f040cd

Please sign in to comment.