Skip to content

Commit

Permalink
Update UserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WilsonOh authored Mar 31, 2023
1 parent 54e1d75 commit 35ab4b4
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,20 @@ java -jar tp.jar

## Features

### List Expenses: `list expenses`
Run the command followed by choosing what to sort the expenses by
#### Sort the listed expenses:
* By Date Added
* By Name
* By Price
---
### `set currency` / `get currency`
Set/get the currency used by the app
#### Usage:
```
set currency {USD/MYR/CAD etc.}
```
---
### Delete Expense: `delete expense`
Deletes an expense from the current list of expenses.

Expand Down Expand Up @@ -79,4 +93,4 @@ Spent $150.0 on book in the Others category on 2023-02-01
* List future expenses `list future expenses`
* Check upcoming expenses `check upcoming expenses`
* Pay future expense `pay EXPENSE_ID`
* Exit application `bye`
* Exit application `bye`

0 comments on commit 35ab4b4

Please sign in to comment.