forked from nus-cs2103-AY2324S2/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.
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 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 |
---|---|---|
|
@@ -419,19 +419,19 @@ Further details on the planned enhancements can be found in the Developer Guide. | |
<div style="page-break-after: always;"></div> | ||
|
||
# Command summary | ||
| Action | Format | Examples | | ||
|--------------------------|-----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| **Help** | `help` | `help` | | ||
| Action | Format | Examples | | ||
|--------------------------|----------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| **Help** | `help` | `help` | | ||
| **Add (Employee)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Employee [r/REMARK] [t/TAG]... [dept/DEPARTMENT] [job/JOB] [skills/SKILL]... ` | `add n/Bob Ye p/8928732 e/[email protected] a/Blk 11, Clementi Ave 1, #03-32 t/friends t/coreTeam r/requires follow up on pay raise role/employee dept/HR job/Manager skills/Java` | | ||
| **Add (Client)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Client [r/REMARK] [t/TAG]... [pref/PREFERENCES] [prod/PRODUCT]...` | `add n/Benson Mayer p/87728933 e/[email protected] a/311, Clementi Ave 2, #02-25 role/Client pref/Dairy-free prod/Sourdough bread prod/Raisin Bread` | | ||
| **Add (Supplier)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Supplier [r/REMARK] [t/TAG].. [tos/TERMS OF SERVICE] [prod/PRODUCT]...` | `add n/Fiona Kunz p/94824272 e/[email protected] a/little tokyo role/Supplier tos/Delivery within 2 weeks prod/Office Supplies prod/Furniture` | | ||
| **List** | `list` | `list` | | ||
| **Delete** | `delete [i/ID] [n/NAME]` | `delete i/123`, `delete n/John Doe` | | ||
| **Edit** | `edit [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [r/REMARK] [t/TAG]…` (other fields specific to the role) | `edit i/123 n/James Lee e/[email protected]` | | ||
| **Find** | `find [n/NAME] [t/TAG] [p/PHONE_NUMBER] [role/ROLE] [r/REMARK]` | `find role/employee` , followed by `find n/Bob` to stack filters | | ||
| **Relate Profiles** | `relate i/ID i/ID` | `relate i/1 i/2` | | ||
| **Unrelate Profiles** | `unrelate i/ID i/ID` | `relate i/1 i/2` | | ||
| **Show related Profile** | `showrelated i/ID` | `showrelated i/2` | | ||
| **Export** | `export [filename]` | `export ClientInfo.csv` | | ||
| **Clear** | `clear` | `clear` | | ||
| **Exit** | `exit` | `exit` | | ||
| **Add (Client)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Client [r/REMARK] [t/TAG]... [pref/PREFERENCES] [prod/PRODUCT]...` | `add n/Benson Mayer p/87728933 e/[email protected] a/311, Clementi Ave 2, #02-25 role/Client pref/Dairy-free prod/Sourdough bread prod/Raisin Bread` | | ||
| **Add (Supplier)** | `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS role/Supplier [r/REMARK] [t/TAG].. [tos/TERMS OF SERVICE] [prod/PRODUCT]...` | `add n/Fiona Kunz p/94824272 e/[email protected] a/little tokyo role/Supplier tos/Delivery within 2 weeks prod/Office Supplies prod/Furniture` | | ||
| **List** | `list` | `list` | | ||
| **Delete** | `delete [i/ID] [n/NAME]` | `delete i/123`, `delete n/John Doe` | | ||
| **Edit** | `edit i/ID [n/NAME] [p/PHONE_NUMBER] [e/EMAIL] [a/ADDRESS] [r/REMARK] [t/TAG]…` (other fields specific to the role) | `edit i/123 n/James Lee e/[email protected]` | | ||
| **Find** | `find [n/NAME] [t/TAG] [p/PHONE_NUMBER] [role/ROLE] [r/REMARK]` | `find role/employee` , followed by `find n/Bob` to stack filters | | ||
| **Relate Profiles** | `relate i/ID i/ID` | `relate i/1 i/2` | | ||
| **Unrelate Profiles** | `unrelate i/ID i/ID` | `relate i/1 i/2` | | ||
| **Show related Profile** | `showrelated i/ID` | `showrelated i/2` | | ||
| **Export** | `export [filename]` | `export ClientInfo.csv` | | ||
| **Clear** | `clear` | `clear` | | ||
| **Exit** | `exit` | `exit` | |