Skip to content

Commit

Permalink
Merge pull request #199 from jasraa/jasra-bug-fixes
Browse files Browse the repository at this point in the history
Jasra bug fixes
  • Loading branch information
jasraa authored Apr 9, 2024
2 parents e862493 + 68d7ce3 commit 9fdda85
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
15 changes: 12 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ to deal with finances on a singular platform with ease as long as you can type f
1. Ensure that you have Java 11 installed.
2. Down the latest version of `BudgetBuddy` from [here](https://github.com/AY2324S2-CS2113-T12-3/tp/releases/tag/v2.0).
3. Copy the file to the folder you want to use as the home folder.
4. Open command terminal, ``cd`` into the folder you put your jar file in, and use the `java -jar BudgetBuddy.jar` command to run the application.
4. Open command terminal, ``cd`` into the folder you put your jar file in, and use the `java -jar BudgetBuddy.jar`
command to run the application.


## Features
Expand Down Expand Up @@ -108,7 +109,11 @@ Format: `edit savings c/CATEGORY i/INDEX a/AMOUNT`

Example of usage:

`edit savings c/Entertainment i/3 a/300`
`edit savings c/Salary i/2 a/180 d/Monthly Salary`

Expected Output:

`Saving edited successfully.`

### Edit Expenses: `edit expense`
Edit expenses that have been added previously.
Expand All @@ -123,7 +128,11 @@ Format: `edit expense c/CATEGORY i/INDEX a/AMOUNT d/DESCRIPTION`

Example of usage:

`edit expense c/Utility i/2 a/180 d/Household Electricity`
`edit expense c/Entertainment i/3 a/30 d/movie`

Expected Output:

`Expense edited successfully.`

### Reduce Savings: `reduce savings`

Expand Down
34 changes: 0 additions & 34 deletions docs/team/EditExpenseSequence.puml

This file was deleted.

0 comments on commit 9fdda85

Please sign in to comment.