Part-DB 1.9.0
If you like Part-DB, please consider donating to help further development. See the sponsor button on the homepage.
Database schema changed: You need to run php bin/console doctrine:migrations:migrate
after upgrade!
New features
- Added possibility to merge two parts into one
- Allow to update existing parts from info providers
- Added possibility to associate parts with each other
- Info providers can report a price related quantity for prices (PR #421 by @d-buchmann)
- Added IPN, stocked amount and storage location columns to project BOM table view (#418)
- Allow to put barcode versions of the IPN on labels (#373)
- Allow to scan IPN barcodes with the barcode scanner and added possibility to reuse existing barcodes on part lots (vendor barcodes)
- Part-DB can now automatically detect the path for the frontend dependencies, when Part-DB is not put at the webroot. No need to recompile the assets anymore (see #426)
- The search settings in the navbar gets persisted in the browser localStorage now (#429)
- Show a notice about the dependency of permissions, and show a flash warning if permissions were corrected (#435)
- Allow to specify a timestamp when a part stock operation was actually performed (#416)
- Added an option, to immediately delete a part lot if it becomes empty during a withdrawal/move operation
- Show a blue dot on the delete button of collection items, which were not persisted to DB yet
Bugfixes
- Fixed behavior of BOM entries when cloning projects (PR #433 by @d-buchmann)
- Fixed database exception in certain cases (#434)
- Added an env option to allow SAML behind a reverse proxy (#436)
Miscellaneous
New Contributors
- @d-buchmann made their first contribution in #421
Full Changelog: v1.8.2...v1.9.0