Skip to content

Releases: inventree/InvenTree

0.0.12

20 Apr 09:30
13c7e2a
Compare
Choose a tag to compare

New Features

  • Update to Django3 - #738
  • Major API cleanup - #739
  • Documentation cleanup - #737

Bug Fixes

  • Fix issue where aggregate values reported in the REST API were incorrect - #723

0.0.10

04 Apr 13:59
7c09c20
Compare
Choose a tag to compare

New Features

  • Use rapidfuzz instead of fuzzywuzzy, due to better license (MIT)
  • Add "on order" badge to part list
  • Add "building" badge to part list
  • Major API improvements (working towards app integration)
  • Allow token-authentication for retrieving files under /media/
  • Auto-fill default currency

Bug Fixes

  • Fix display of build status label

0.0.9

22 Mar 09:19
c6f0690
Compare
Choose a tag to compare

New Features

  • BOM export now supports multi-level BOMs - #641
  • Parts can now share thumbnail images, and thumbnails can be selected from existing images - #639
  • Add "stats" page to drop-down menu - #632
  • When a StockItem is split, the parent StockItem is recorded, allowing better tracability - #653
  • PurchaseOrders can now have files attached - #675

Major Bug Fixes

  • Fixed bug where creating a new StockItem with a serial number resulted in an error - #637
  • Fixed bug where Build creation date would be updated whenever the Build was edited - #638
  • Fix for multiple rendering issues for rounding numbers - #642
  • Fix decimal bug when calculating BOM overage - #666

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