Skip to content

Releases: rhaamo/StockazIO

v1.4.5

27 Dec 12:34
11c5c08
Compare
Choose a tag to compare
  • replaced the custom categories tree sidebar by the Tree component from Primevue
  • removed auto match for manufacturers in the orders importer, there is now a button to click to do that
  • parts list now have a quick filter for "qty = 0"
  • a few more manufacturers in the seeds
  • few renames in seeds categories

Full Changelog: v1.4.4...v1.4.5

v1.4.4

26 Dec 18:07
e4ff15d
Compare
Choose a tag to compare
  • added a "default" state for label templates so it auto selects a default one when opening the generator
  • fixed a category name
  • category and storage lists now auto expand on display
  • in part show and modal and lists you can click the QTY fields to have a popover for edit, it allows direct entry and +-10/50/100
  • ui improvements (listbox, dropdowns...)
  • more dismissable modals

Full Changelog: v1.4.3...v1.4.4

v1.4.3

25 Dec 10:11
a563e63
Compare
Choose a tag to compare

breaking changes

Guess what ? New label templates again. redid them from scratch. also added docs for the template editor and the source files.

additions

  • storage and parts now have "full_path" that renders the full path for them like Bedroom / Under the bed / Box A Root Category / Cursed Connectors / USB-C
  • can now select multiple parts and click a Generate Labels button to bulk generate labels without printing them separately
  • label sticker for storage now prints the parent in name USB-C and the rest in the description Root Category / Cursed Connectors

fixes

  • uhhh, UI fixes mostly
  • fixed all missing so they can be validated/submitted through Enter
  • fixed all breadcrumbs not working
  • most modals can now be dismissed by clicking on the background

Full Changelog: v1.4.2...v1.4.3

v1.4.2

24 Dec 19:01
7063129
Compare
Choose a tag to compare

UI changes: show full category and storage path now, fix/improve the UI for the regexp matcher
Add footprint to LCSC importer with fuzzy match

Full Changelog: v1.4.1...v1.4.2

v1.4.1

24 Dec 09:33
f6d0865
Compare
Choose a tag to compare

UI Fixes, linting, label template width fix and some docker (compose) stuff

Full Changelog: v1.4.0...v1.4.1

v1.4.0

23 Dec 19:52
43fe5d2
Compare
Choose a tag to compare

Breaking changes

The templates for the label changed ! There is now multiple text fields, please see README and link to update yours.

New features

Added import for LCSC CSV from order page, it's not great but better than nothing.

Other

Upgrade front and back to newer packages
A few UI and cosmetic fixes

v1.3.0

14 Dec 10:07
96bd9b4
Compare
Choose a tag to compare

Fixes

  • Assets serving for front
  • Dependencies updates
  • Table filtering now triggers callbacks

New Features

  • Labels generator download now possible for the PDF
  • Add ability to upload from a webcam in Part files management

v1.2.0

18 Oct 06:43
10bdfae
Compare
Choose a tag to compare

New features

  • Parts can be filtered by parameters

Fixes

  • Filtering of parts and projects moved from "menu" to "row" type due to a bug in PrimeVue, and filters are now converted in json for the query params

Breaking Changes

  • Some API endpoints have changed
  • New API endpoints for parts parameters filtering (get all names, get all values for a given name)

v1.1.1

12 Oct 19:43
dbd0321
Compare
Choose a tag to compare

Fixes parts listing because of unported mptt function

v1.1.0

12 Oct 17:21
29bbdb3
Compare
Choose a tag to compare

New features

  • StorageLocation and StorageCategories have been merged into one Storage (tree), old tree and FK transferred
  • Categories migrated from django-mptt to django-tree-queries
  • Esthetical changes on the categories icons used

As there is good database migration steps, please backup before upgrading.