jpedroschmitz/backy

v3.1 - new fields and enhancements

Closed this issue · 1 comments

Changes proposed

On v3.1, we will include one field for products and customers. Also, will have some enhancements for orders page.

Products:

  • include price field

Customers:

  • include base discount field

Orders:

  • when the users enter an order, the software must get the product price
  • when the users enter an order, the software must get the base discount for that client

Additional context

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

What I propose is to follow strictly the teacher's instructions primarily, which are:

  • build a CRUD for products;
  • products need to be composed by description and manufacturer attributes;

DB: will be used SQLite?