0.1.2
SchrodingersGat
released this
16 Aug 04:03
·
13270 commits
to master
since this release
New Features
- Generation of user-customizable reports with HTML or LaTeX support - #824
- Test results get copied downstream when a StockItem is split or serialized - #830
- Adds ability to convert a StockItem to a variant of its current part - #832
- Stock items can now be filtered by serial number range - #836
- Initial support for "wedge" barcode scanners - #865
- Adds ability to delete Part objects via API - #883
- Adds ability to return a stock item from customer - #895
- Improve API query speed for some endpoints - #904
- Supports printing of customized labels - #906
Bug Fixes
- Add integer quantity validation for trackable part in BOM - #829
- Fix bug which prevented upload of attachments for StockItemTestResult via API - #834
- Fix bug which may result in bad serialization of attachment files via API - #838
- Removed outdated validation code which was throwing an error on some forms - #844
- Fix for "Part" filter which hid results for starred parts - #879
- Fixes negative value for "quantity_to_order" function - #752