Releases: rhaamo/StockazIO
v1.4.5
- 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
- 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
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 descriptionRoot 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
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
UI Fixes, linting, label template width fix and some docker (compose) stuff
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
v1.2.0
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
v1.1.0
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.