RiderExMachina / SIMple

SIMple - [S]imple [I]nventory [M]anagement
MIT License
0 stars 0 forks source link

Refactor edit new #14

Closed RiderExMachina closed 1 day ago

RiderExMachina commented 1 day ago
  1. Updates many references within app.py to create consistency between reorder_qty and restock_qty - the first being the qty on hand at which to reorder, and the second being how much (usually) comes in a box.

  2. Update edit modal boxes to list all currently editable fields.

  3. Adds a link to the bottom of all create/edit modal boxes to enable and disable "advanced" options

Still trying to figure out how to consolidate the existing modals, but there shouldn't be any further major changes to the data schema from here on.