You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The number specified for PRODUCT_ID cannot exceed the total number of products. All the IDs must be identifiable
84
+
* The number of arguments specified for PRODUCT_QUANTITY and PRODUCT_ID must match
85
+
* EXPECTED_DELIVERED_DATE must be after current time and of the form YYYY-MM-DD
86
+
87
+
***Examples**:
88
+
*`create sid/01 s/123 id/1 2 4 8 qty/100 200 400 800 date/2020-12-12` : Creates a purchase order for the delivery of 100, 200, 400 and 800 of products with ID 1, 2, 4 and 8 respectively from supplier ID of 01 to store ID of 123 by December 12, 2020.
89
+
87
90
### Listing all persons : `list`
88
91
89
92
Shows a list of all persons in the address book.
@@ -157,9 +160,7 @@ Format: `exit`
157
160
158
161
AddressBook data are saved in the hard disk automatically after any command that changes the data. There is no need to save manually.
0 commit comments