-
Notifications
You must be signed in to change notification settings - Fork 521
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 #203 from GERARDJM018/V1.4-Fix-Test
Update UserGuide.md
- Loading branch information
Showing
4 changed files
with
5 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -163,6 +163,8 @@ Warnings that caution you on potentially adverse or unintended effects will be a | |
|
||
HouseKeeping Hub provides a clean user interface that elegantly displays all its information. | ||
|
||
![Ui](./images/GUI1.png) | ||
|
||
Component | Description | ||
--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
Command Box | Type and enter your commands here | ||
|
@@ -172,6 +174,8 @@ Housekeeper List | List all bookings of a housekeeper with `list`<br>Format: `bo | |
|
||
In the client list, each client card will include the client's details and their housekeeping details. | ||
|
||
![Ui](./images/Clients_Card.png) | ||
|
||
Component | Description | ||
--------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
Client Details | The client's particulars are displayed here | ||
|
@@ -849,7 +853,7 @@ Action | Format, Examples | |
[**Edit**](#editing-a-person--edit) | `edit TYPE INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [d/DETAILS] [ar/AREA] [t/TAG]…`<br> e.g., `edit client 1 p/91234567 e/[email protected]` | ||
[**Find**](#locating-persons-by-keywords--find) | `find TYPE n/KEYWORD [MORE_KEYWORDS] ar/KEYWORD [MORE_KEYWORDS] a/KEYWORD [MORE_KEYWORDS]`<br> e.g., `find client n/John` | ||
[**Leads**](#getting-client-call-list-leads) | `leads` | ||
[**Booking**](#booking-commands-booking) | `booking TYPE ACTION INDEX [PARAMETERS]`<br> e.g., `booking client last 2 2024-04-01`<br> * This has many commands and it is recommended to refer to the [Booking commands](#booking-commands-booking) section for more details. | ||
[**Booking**](#booking-commands-booking) | `booking TYPE ACTION INDEX [PARAMETERS]`<br> e.g., `booking client edit 1 lhd/2024-04-01`<br> * This has many commands and it is recommended to refer to the [Booking commands](#booking-commands-booking) section for more details. | ||
[**Clear**](#clearing-all-entries--clear) | `clear` | ||
[**Exit**](#exiting-the-program--exit) | `exit` | ||
[**Help**](#viewing-help--help) | `help` | | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.