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

Order fulfillment module #66

Open
MrBartusek opened this issue Mar 6, 2024 · 0 comments
Open

Order fulfillment module #66

MrBartusek opened this issue Mar 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@MrBartusek
Copy link
Owner

One of the big missing features in stocked up is order fulfillment. Users should be able to create and update orders that are sent to customers.

There should be a couple of new entitites

  • Customers - Customer name, e-mail address, shipping address, remarks
  • Order - Order id (autogenerated), date, billing address, status, list of items. With reference to customer

Orders should probably include references to inventory items with names. They should not be cascade deleted with them, rather, the front should show something like "item does not exist anymore".

@MrBartusek MrBartusek added the enhancement New feature or request label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant