forked from nus-cs2103-AY2223S2/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #250 from randallnhr/master
Export diagrams
- Loading branch information
Showing
15 changed files
with
112 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"logLevel" : "INFO", | ||
"userPrefsFilePath" : "preferences.json" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"categories" : [ { | ||
"categoryName" : "Food", | ||
"summary" : "For food" | ||
}, { | ||
"categoryName" : "Entertainment", | ||
"summary" : "For entertainment" | ||
}, { | ||
"categoryName" : "Transportation", | ||
"summary" : "For bus, car, train" | ||
}, { | ||
"categoryName" : "Shopping", | ||
"summary" : "" | ||
}, { | ||
"categoryName" : "Housing", | ||
"summary" : "" | ||
} ], | ||
"expenses" : [ { | ||
"name" : "Meal at JE", | ||
"amount" : "4.5", | ||
"date" : "2023-04-10", | ||
"category" : { | ||
"categoryName" : "Food", | ||
"summary" : "For food" | ||
} | ||
}, { | ||
"name" : "Groceries", | ||
"amount" : "56.3", | ||
"date" : "2023-03-25", | ||
"category" : { | ||
"categoryName" : "Food", | ||
"summary" : "For food" | ||
} | ||
}, { | ||
"name" : "Shoes", | ||
"amount" : "75.0", | ||
"date" : "2023-03-20", | ||
"category" : { | ||
"categoryName" : "Shopping", | ||
"summary" : "" | ||
} | ||
}, { | ||
"name" : "Movie ticket", | ||
"amount" : "12.99", | ||
"date" : "2023-03-15", | ||
"category" : { | ||
"categoryName" : "Entertainment", | ||
"summary" : "For entertainment" | ||
} | ||
}, { | ||
"name" : "MRT fare", | ||
"amount" : "45.8", | ||
"date" : "2023-03-10", | ||
"category" : { | ||
"categoryName" : "Transportation", | ||
"summary" : "For bus, car, train" | ||
} | ||
} ], | ||
"budget" : { | ||
"amount" : "0.0" | ||
}, | ||
"recurringGenerators" : [ ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp init | ||
INFO: =============================[ Initializing ExpenseTracker ]=========================== | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp initConfig | ||
INFO: Using config file : config.json | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp initPrefs | ||
INFO: Using prefs file : preferences.json | ||
Apr 10, 2023 10:00:51 PM fasttrack.commons.core.LogsCenter init | ||
INFO: currentLogLevel: INFO | ||
Apr 10, 2023 10:00:51 PM fasttrack.commons.util.JsonUtil readJsonFile | ||
INFO: Json file data\fastTrack.json not found | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp initModelManager | ||
INFO: Data file not found. Will be starting with a sample ExpenseTracker | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp initModelManager | ||
INFO: fine | ||
Apr 10, 2023 10:00:51 PM fasttrack.MainApp start | ||
INFO: Starting ExpenseTracker V1.3.1ea | ||
Apr 10, 2023 10:00:51 PM fasttrack.ui.UiManager start | ||
INFO: Starting UI... | ||
Apr 10, 2023 10:01:10 PM fasttrack.MainApp stop | ||
INFO: ============================ [ Stopping Expense Tracker ] ============================= | ||
Apr 10, 2023 10:01:18 PM fasttrack.MainApp init | ||
INFO: =============================[ Initializing ExpenseTracker ]=========================== | ||
Apr 10, 2023 10:01:18 PM fasttrack.MainApp initConfig | ||
INFO: Using config file : config.json | ||
Apr 10, 2023 10:01:18 PM fasttrack.MainApp initPrefs | ||
INFO: Using prefs file : preferences.json | ||
Apr 10, 2023 10:01:18 PM fasttrack.commons.core.LogsCenter init | ||
INFO: currentLogLevel: INFO | ||
Apr 10, 2023 10:01:18 PM fasttrack.MainApp initModelManager | ||
INFO: fine | ||
Apr 10, 2023 10:01:18 PM fasttrack.MainApp start | ||
INFO: Starting ExpenseTracker V1.3.1ea | ||
Apr 10, 2023 10:01:18 PM fasttrack.ui.UiManager start | ||
INFO: Starting UI... | ||
Apr 10, 2023 10:01:23 PM fasttrack.MainApp stop | ||
INFO: ============================ [ Stopping Expense Tracker ] ============================= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters