Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch ug #129

Merged
merged 15 commits into from
Oct 30, 2023
Merged

Branch ug #129

merged 15 commits into from
Oct 30, 2023

Conversation

NeoMinWei
Copy link

fixes #120

@NeoMinWei NeoMinWei added this to the v2.0 milestone Oct 29, 2023
@NeoMinWei NeoMinWei self-assigned this Oct 29, 2023
Copy link

@ryan1604 ryan1604 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

| **list all cashflows** | `list` |
| **list all incomes** | `list income` |
| **list all expenses** | `list expense` |
| **list all recurring cashflows** | `list recurrence* |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

list recurrence**

Comment on lines 49 to 52
2. Down the latest version of `Financial Planner` from [here](http://link.to/duke).
3. Copy the file to the folder you want to use as the *home folder* for Neo Chatbot.
4. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar ip.jar` command to run the application.
5. Refer to the **Features** section below for details of each command.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Download**, neo chatbot?

Copy link

@wwweert123 wwweert123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice!

| **Display Overview** | `overview` |
| **View balance** | `balance` |
| **Exit program** | `exit` |
| Action | Format |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good


## Features

{Give detailed description of each feature}
### Notes about the command format

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this

#### Add income: `add income`
Adds an income source to the Financial Planner.

Format: `add income /a AMOUNT /t TYPE [/r DAYS] [/d DESCRIPTION]`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow! very comprehensive

@@ -77,7 +77,8 @@ public String toString() {

if (recur != 0) {
string += System.lineSeparator() + " Recurring every: " + recur + " days";
string += ", starting from: " + date.format(DateTimeFormatter.ofPattern("MMM dd yyyy"));
string += ", date added: " + date.format(DateTimeFormatter.ofPattern("MMM dd yyyy"));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@NeoMinWei NeoMinWei merged commit 924dbb6 into AY2324S1-CS2113-T18-2:master Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update UG with income/expense
3 participants