Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 14, 2024
1 parent 6836cf7 commit cdc3efd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,13 @@ Format: `payment [pa/PAYMENT]`

* The search is case-insensitive. (i.e. `paid` will match `PAID`)
* Only full words will be matched. (i.e. `Not paid` will not match `Not p`)
* The displayed output matches the user's input exactly. (i.e., if the user inputs `PaId` it will be displayed as `PaId`)
* The displayed output matches the user's input exactly. (i.e., if the user inputs `PaId` it will be

Examples
* `payment pa/Paid` return students with payment: `Paid`
![Payment Paid](images/PaymentPaid.png)
* `payment pa/Not Paid` return students with payment: `Not Paid`
![Payment Not Paid](images/PaymentNotPaid.png)

### View Schedule : `view`

Expand Down
Binary file added docs/images/PaymentNotPaid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/PaymentPaid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdc3efd

Please sign in to comment.