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

Inventory Management #12

Open
pdt256 opened this issue Nov 5, 2015 · 2 comments
Open

Inventory Management #12

pdt256 opened this issue Nov 5, 2015 · 2 comments
Assignees

Comments

@pdt256
Copy link
Member

pdt256 commented Nov 5, 2015

  • Upon order creation, decrement inventory quantity
  • Delegate stock movements to InventoryTransaction
@pdt256
Copy link
Member Author

pdt256 commented Nov 8, 2015

Handle inventory activity/transactions:

  • manually increase/decrease qty
  • auto decrease qty upon shipment
  • move items to new location
  • set restock trigger to alert when item count is low
  • set cost
  • set expiration date
  • set lot number

@pdt256
Copy link
Member Author

pdt256 commented Nov 10, 2015

Need ability to alert store owner when:

  • inventory count falls below threshold
  • pending cart items would cause inventory count to fall below threshold

@pdt256 pdt256 self-assigned this Nov 15, 2015
pdt256 added a commit that referenced this issue Nov 18, 2015
Move: actual stock movements.
Hold: reserve stock for customer order.
pdt256 added a commit that referenced this issue Nov 24, 2015
Switching to CreateOrderFromCartCommand.
Delcaring Hanlders final.
Cleaning up Action Handler tests.
@pdt256 pdt256 added this to the Version 0.7.0 milestone Jun 14, 2016
@pdt256 pdt256 removed this from the Version 0.7.0 milestone Jul 6, 2016
@pdt256 pdt256 modified the milestones: Version 1.0 alpha, Version 0.8.0 Dec 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant