forked from nus-cs2103-AY1920S1/addressbook-level3
-
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.
- Loading branch information
Showing
47 changed files
with
263 additions
and
174 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
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 |
---|---|---|
|
@@ -227,7 +227,7 @@ Customers cannot share the same contact number or email. | |
* Adds a single customer | ||
. `add-c n/Steve Jobs c/12345678 e/[email protected]` | ||
|
||
image::ug-command/ug-add-c.png[width="900"] | ||
image::ug-command/ug-add-c.png[width="600"] | ||
|
||
==== Delete a customer : `delete-c` | ||
Deletes a customer in SML. Note that deleting a customer will also delete the orders and schedules associated with the customer. + | ||
|
@@ -269,13 +269,13 @@ Finds customers whose fields contain any of the given keywords. + | |
* Find customers with keyword `colleague` + | ||
. `find-c colleague` + | ||
|
||
image::ug-command/ug-find-c-1.png[width="800"] | ||
image::ug-command/ug-find-c-1.png[width="600"] | ||
|
||
* Find customers with keywords `charlotte` `oliveiro` + | ||
. `find-c charlotte oliveiro` + | ||
|
||
image::ug-command/ug-find-c-2.png[width="800"] | ||
|
||
image::ug-command/ug-find-c-2.png[width="600"] | ||
// end::customer[] | ||
|
||
==== List the customers : `list-c` | ||
|
||
|
@@ -341,7 +341,7 @@ Emails a customer in SML. Opens Gmail on web browser and drafts an email to cust | |
[underline]#Format#: `email-c INDEX` | ||
|
||
|
||
// end::customer[] | ||
|
||
|
||
// tag::phone[] | ||
=== Phone Commands | ||
|
@@ -728,6 +728,9 @@ image::ug-command/ug-undo.png[width="800"] | |
==== Redo : `redo` | ||
Redo the previous undone command. Inverse of undo. + | ||
|
||
When you redo a delete command, it will specifically delete the customer/phone/order that was previously deleted. | ||
When you redo an add command, it will specifically add the customer/phone/order that was previously added. | ||
|
||
Currently, the following commands are undoable and redoable. + | ||
|
||
. Add Customer | ||
|
@@ -739,6 +742,7 @@ Currently, the following commands are undoable and redoable. + | |
. Edit Order | ||
. Complete Order | ||
. Cancel Order | ||
. Clear Order | ||
|
||
. Add Phone | ||
. Edit Phone | ||
|
@@ -784,7 +788,7 @@ image::ug-command/ug-redo.png[width="800"] | |
|
||
=== History: `history` | ||
|
||
Views the command history of all your previous commands. | ||
Views the command history of all your previous commands, starting from the latest to the earliest command. | ||
|
||
[underline]#Format#: `history` | ||
|
||
|
@@ -1038,7 +1042,7 @@ The hash tag represents the length of the valid input for the primary key. | |
|
||
==== Add fields to a new product `[coming in v2.0]` | ||
|
||
This command is to allow users to add a field to their product. | ||
This command allow users to add a field to their product. | ||
Users have to first key in the field name. | ||
This will be followed by the data type of the field. | ||
The data types that will be supported are: #_DIGIT, #_CHARACTERS, #_ALPHANUMERIC, and also any of the existing fields. | ||
|
@@ -1047,6 +1051,10 @@ The hash tag represents the length of the valid input for the primary key. | |
|
||
[underline]#Format#: `addfield PRODUCT_NAME FIELD_NAME DATA_TYPE ` | ||
|
||
=== Autocorrect `[coming in v2.0]` | ||
|
||
Corrects any typos that you may have while typing the commands. | ||
|
||
== FAQ | ||
*Q*: How do I transfer my data to another Computer? + | ||
*A*: Install the app in the other computer and overwrite the empty data file it creates with the file that contains the data of your previous SML folder. | ||
|
@@ -1061,12 +1069,12 @@ The hash tag represents the length of the valid input for the primary key. | |
|======================================================================= | ||
|Command | Summary | ||
|`switch-c` | Switches to customer tab panel. | ||
|`add-c n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [t/TAG]…`| Adds a new customer into SML | ||
|`edit-c INDEX [n/NAME] [p/PHONE] [e/EMAIL] [a/ADDRESS] [t/TAG]… `| Edits an existing customer. | ||
|`add-c n/NAME p/PHONE_NUMBER e/EMAIL [t/TAG]…`| Adds a new customer into SML | ||
|`edit-c INDEX [n/NAME] [p/PHONE] [e/EMAIL] [t/TAG]… `| Edits an existing customer. | ||
|`delete-c INDEX`| Deletes a customer and its associated orders and schedules. | ||
|`clear-c`| Deletes all customers and their associated orders and schedules. | ||
|`find-c KEYWORD [MORE_KEYWORDS]`| Finds the customers that contains the keywords in its field. | ||
|`copy-c INDEX`| Copies a customer into clipboard | ||
|`copy-c INDEX`| Copies a customer into clipboard. | ||
|======================================================================= | ||
|
||
|
||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Oops, something went wrong.