Skip to content
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

User can add inventory to the warehouse #9

Open
siripr4 opened this issue Dec 16, 2022 · 0 comments
Open

User can add inventory to the warehouse #9

siripr4 opened this issue Dec 16, 2022 · 0 comments
Assignees

Comments

@siripr4
Copy link
Collaborator

siripr4 commented Dec 16, 2022

  • A user can add inventory with its metadata

  • A user can allocate a location to inventory added

  • Definitions

    • Inventory: One or more identical physical units of the same product.
    • Location: An identifiable physical location of the warehouse, where inventory can be stored.
  • Constraints

    • User cannot check in an expired inventory
    • User can check in only one Inventory at a time
    • User can store only one Inventory at one Location
    • User cannot store inventory in a Location if another inventory is already stored in that location
    • User cannot store inventory in a Location that does not exist
    • Inventory metadata:
      • price (of each unit)
      • quantity
      • expiration date
      • variants
      • name
      • size (dimensions of each unit)
      • weight (of each unit)
      • is perishable?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants