Skip to content

Releases: inventree/InvenTree

0.0.8

02 Feb 01:47
a022b82
Compare
Choose a tag to compare

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

23 Sep 22:08
fb75617
Compare
Choose a tag to compare

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

13 Sep 05:54
8fcc1b8
Compare
Choose a tag to compare

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

09 Sep 05:15
e4dcbd2
Compare
Choose a tag to compare
0.0.5 Pre-release
Pre-release

Updates from v0.0.4

New Features

  1. More settings available in the 'settings' view
    • Currency options
    • Part parameter templates
  2. Select currency in part price calculation form
  3. Each BOM line item now has an individual checksum field
    • Validate each BOM line individually, OR
    • Validate the entire BOM at once
  4. Default location option when moving stock item - optionally set the new location as the default location for the master part record
  5. Display batch code in stock tables
  6. Export stocktake information for location / part / supplier
  7. Improving test coverage

Bug Fixes

  1. Auto-fill supplierpart information when receiving items against a purchase order
  2. PartCategory and StockLocation models updated to use a MPTT tree representation
  3. QR codes now display as PNG (for better display and printing e.g. on a label printer)
  4. Navigate away from a StockItem page once the stock item is deleted (404 bug)
  5. Install package for better fuzzy string matching (suppress a warning message)
  6. Update makefile scripts to fix some bugs on updating an installation