From fe90e3b5902aac2f12ba1f3dc7e2740be1de820a Mon Sep 17 00:00:00 2001 From: Guan Quan <76832850+guanquann@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:57:42 +0800 Subject: [PATCH 1/2] Fix formatting for addorder in UG --- docs/UserGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 6c26a716bf0..982a6ffbfd2 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -301,11 +301,13 @@ Format: `addorder INDEX d/DATE r/REMARK` * The date must be in the format `YYYY-MM-DD`, where `YYYY` is the year (all the digits, i.e. 2012), `MM` is the month (01 to 12) and `DD` is the day (01 to 31). For example, `2020-12-31`. + **Note:** A person can have any number of orders (including 0) -**Note:** You can add an order with the same remark and date to the same supplier multiple times. This is because we understand that you may want to quickly make duplicate orders when demand is high without the hassle of deleting your original order and adding back the updated version again. + +**Note**: You can add an order with the same remark and date to the same supplier multiple times. This is because we understand that you may want to quickly make duplicate orders when demand is high without the hassle of deleting your original order and adding back the updated version again. Examples: From 755f3b0fcd426b4837adbe288a867f6dbe820be0 Mon Sep 17 00:00:00 2001 From: Guan Quan <76832850+guanquann@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:01:48 +0800 Subject: [PATCH 2/2] Fix UG poor phrasing in quick start section --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 982a6ffbfd2..f4d2e90d361 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -73,7 +73,7 @@ This user guide provides in-depth documentation on GourmetGrid installation proc 1. Copy the file to the folder you want to use as the _home folder_ for GourmetGrid. 1. Open a command terminal, `cd` into the folder you put the jar file in, and use the `java -jar gourmetgrid.jar` command to run the application.
- A GUI similar to the below should appear in a few seconds. Note how the app contains some sample data.
+ A GUI similar to the screenshot below should appear in a few seconds. Note how the app contains some sample data.
![Ui](images/Ui.png) 1. Type the command in the command box and press Enter to execute it. e.g. typing **`help`** and pressing Enter will open the help window.