Skip to content

Commit

Permalink
Update UG
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 3, 2024
1 parent 067766f commit 57e0232
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ Format: `filter [g/GRADE] [s/SUBJECT]`
* The order of keywords does not matter.
* At least one of the optional fields must be provided.

### Categorise student by payment : `payment`

Categorise students who has Paid or Not paid

Format: `payment [pa/PAYMENT]`

* The search is case-insensitive. e.g `paid` will match `PAID`
* Only full words will be matched e.g. `Not paid` will not match `Not p`

### View Schedule : `view`

Displays a calendar to view scheduled classes.
Expand Down

0 comments on commit 57e0232

Please sign in to comment.