-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ug update 7 nov #364
Ug update 7 nov #364
Conversation
docs/CS2113T-F09-3-Eggventory-UG.md
Outdated
@@ -176,12 +170,12 @@ Keywords to modify each property: | |||
|
|||
Format: `edit stock <Stock Code> {<Property> <New Value>}` | |||
|
|||
eg. `edit stock R500 quantity 1000 description stockcode Res500` | |||
eg. `edit stock R500 quantity 1000 description stockcode Res500` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not allowed
docs/CS2113T-F09-3-Eggventory-UG.md
Outdated
|
||
This adds a new person to keep track that will loan stock. | ||
|
||
|
||
|
||
Format: `add person <Matric No.> <Name>` | ||
|
||
eg. `add person A0123456` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
name???
|
||
Format: `add loan <Matric No.> {<Stock Code> <Quantity>}` | ||
Format: `add loan <Matric No.> <Stock Code> <Quantity>` | ||
|
||
eg. `add loan A0123456 R500 1000 X123 80` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cannot assign multiple loans
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok except for few comments
* 'master' of https://github.com/AY1920S1-CS2113T-F09-3/main: Ug update 7 nov (AY1920S1-CS2113T-F09-3#364) Loans update (AY1920S1-CS2113T-F09-3#362)
fixes #324
fixes #297
fixes #299
fixes #297