Releases: inventree/InvenTree
Releases · inventree/InvenTree
0.0.8
New Features
- Added support for multi-lingual translation layer
- Changed quantity fields from PositiveInteger to Decimal (this allows sub-integer units e.g. 3.1m)
- Notes fields now support markdown formatting, and provide live-preview when editing
Major Bug Fixes
- Fixed bug where secondary modals would not display properly
- Fix improper display of 'notes' field in aggregated stock entries
- Trailing zeroes were displayed as improperly trimmed in some instances
0.0.7
New Features
- Significant improvements to the admin interface, providing powerful data import/export #524
- Display more meta-data about Parts in part display table
- Set category for multiple parts at once
- Improve rendering of BomItem edit form #520
- Allow extra URL schemes to be provided in
config.yaml
for validation in URL fields - Consolidate and improve rendering of paginated tables
Bug Fixes
- Fix edit and delete buttons for SupplierPriceBreak
- Save user information when creating a new StockItem
- Save user information when creating a new PurchaseOrder
- Check for uncommitted migration files in CI
0.0.6
New Features
- Add ability to export part category to CSV / XLS file
- Improve "Getting Started" documentation
Bug Fixes
- Fixed problem with install script when using SQLite database
- Fixed multiple UI display issues
- Fixed a bug where parts could not be re-ordered from a supplier - #517
- Removed the "Lead Time" field from the SupplierPart model (currently broken and not used for anything)
0.0.5
Updates from v0.0.4
New Features
- More settings available in the 'settings' view
- Currency options
- Part parameter templates
- Select currency in part price calculation form
- Each BOM line item now has an individual checksum field
- Validate each BOM line individually, OR
- Validate the entire BOM at once
- Default location option when moving stock item - optionally set the new location as the default location for the master part record
- Display batch code in stock tables
- Export stocktake information for location / part / supplier
- Improving test coverage
Bug Fixes
- Auto-fill supplierpart information when receiving items against a purchase order
- PartCategory and StockLocation models updated to use a MPTT tree representation
- QR codes now display as PNG (for better display and printing e.g. on a label printer)
- Navigate away from a StockItem page once the stock item is deleted (404 bug)
- Install package for better fuzzy string matching (suppress a warning message)
- Update makefile scripts to fix some bugs on updating an installation