Skip to content

Commit

Permalink
Merge pull request #278 from minpyaemoe/branch-update-DG
Browse files Browse the repository at this point in the history
Fix consistency of UG, DG and Readme
  • Loading branch information
Nanosync committed Nov 11, 2019
2 parents fae9f67 + b70f047 commit 9effd61
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif::[]

*MoneyGoWhere* is a personal finance application targeted at students at the National University of Singapore (NUS).
It allows students to keep track of all their spending and their related information such as date, cost and tags.
Users can also set budget goals, view statistics, set reminders for bills and export their data to a .csv file.
Users can also set budget goals, view statistics, set reminders for bills, view exchange rates, use different currencies, and import and export their data.
With an easy-to-use Graphical User Interface (GUI) and employment of Command Line Interface (CLI), users can easily navigate through the application, contributing to its user-friendliness and efficiency.

What are you waiting for? Start tracking your finances now!
Expand Down
2 changes: 1 addition & 1 deletion docs/DeveloperGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ By: `Team CS2103T-F13-3`      Since: `Sep 2019`      Licence: `MIT`

*MoneyGoWhere* is a personal finance application targeted to students at the National University of Singapore (NUS).
It allows students to keep track of all their spending and their related information such as date, cost and tags.
Users can also set budget goals, view statistics, set reminders for bills and export their data to a Csv file.
Users can also set budget goals, view statistics, set reminders for bills, view exchange rates, use different currencies, and import and export their data.
With an easy-to-use Graphical User Interface (GUI) and employment of Command Line Interface (CLI), users can easily navigate through the application, contributing to its user-friendliness and efficiency.


Expand Down
6 changes: 3 additions & 3 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ ifdef::env-github[]
endif::[]
:repoURL: https://github.com/AY1920S1-CS2103T-F13-3/main

By: `Team CS2103T-F13-3`      Since: `Sep 2019` Licence: `MIT`
By: `Team CS2103T-F13-3`      Since: `Sep 2019`      Licence: `MIT`

== Introduction

*MoneyGoWhere* is a personal finance application targeted to students at the National University of Singapore (NUS).
It allows students to keep track of all their spending and their related information such as date, cost and tags.
Users can also set budget goals, view statistics, set reminders for bills and export their data to a Csv file.
Users can also set budget goals, view statistics, set reminders for bills, view exchange rates, use different currencies, and import and export their data.
With an easy-to-use Graphical User Interface (GUI) and employment of Command Line Interface (CLI), users can easily navigate through the application, contributing to its user-friendliness and efficiency.

What are you waiting for? Start tracking your finances now!
Expand Down Expand Up @@ -736,7 +736,7 @@ This command clears all stored reminders and spending from the application, and

*Expected Output:*

All application data is cleared.
All data stored in MoneyGoWhere is cleared and the budget is set to $1000.

//end::clear[]

Expand Down
2 changes: 1 addition & 1 deletion docs/team/jonathantjendana.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MoneyGoWhere is a personal finance application targeted at students at the Natio
designed by my team and I for our Software Engineering project.
It was morphed from a basic command line AddressBook-Level3 application.

Some notable features include: setting budget goals, viewing statistics, customised searching and sorting,
Some notable features include setting budget goals, viewing statistics, customised searching and sorting,
setting reminders for bills, viewing exchange rates, changing the application currency and importing and exporting data
from and to a Csv file.

Expand Down
2 changes: 1 addition & 1 deletion docs/team/minpyaemoe.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and is based on morphing given Address book application into personal finance ap

== Overview

MoneyGoWhere is a desktop application mainly targeted to students who often have troubles managing their finance.
MoneyGoWhere is a desktop application mainly targeted to students at National University of Singapore (NUS), who often have troubles managing their finance.
This application help users by allowing them to record their daily expenses, set budget goal as well as reminders for payment and bills.
With the integrated pie chart and graph display, students are able to have clear view of their total weekly, monthly or yearly spending.
Moreover, since the user interaction is mainly through command line interface (CLI), this application also brings convenience to users who prefers fast typing.
Expand Down

0 comments on commit 9effd61

Please sign in to comment.