jpedroschmitz/backy

v3 features

Closed this issue · 0 comments

Changes proposed

On v3, the software will need to maintain and register orders (create, read, update and delete).

Each order must have a:

  • product (can have more than one)
  • customer
  • quantity
  • price
  • discount
  • total

Additional context

This issue is related to #1 and depends on the implementation of #2 and #3.