* Add builtin plugin for auto-issuing orders * Add plugin to auto-issue orders * Add placeholder documentation * Fix typo * Adds image macro - To replace img.html - includes checking if file exists * Fix tooltips * More docs * Adjust plugin settings filters * docs * More docs * More docs * Updates * Less restrictive URL checking * Refactor build order page * Fix typo * Allow 429 * Debug output * More debug * Construct assets dir * Cleanup * Update docs README * Refactoring more pages * Fix image link * Fix SSO settings * Add hook to check for missing settings - Ensure that all settings are documented! * Add missing user settings * Update docstring * Tweak SSO.md * Image updates * More updates * Tweaks * Exclude orders without a target_date * Fix for issuing build orders * Further refactoring * Fixes * Image refactoring * More refactoring * More refactoring * Refactor app images * Fix pathing issues * Suppress some openapidocs warnings in logs (much easier to debug docs build issues) * Fix image reference * Reduce error messages * Fix image links * Fix image links * Reduce docs log output * Ensure settings are loaded before displaying them * Fix for UI test * Fix unit test * Test tweaks
2.6 KiB
title
| title |
|---|
| Release 0.1.8 |
Release 0.1.8
Release 0.1.8 provides a number of major new features and improvements, as well as some crucial bug fixes:
New Features
Order Responsibility
#1395 adds the concept of responsibility for Purchase Orders and Sales Orders. Orders can be assigned to either an individual user, or an entire group.
Order Reports
#1397 adds the ability to generate PDF Reports against Purchase Orders and Sales Orders. This new feature provides a framework for generating reports such as invoices, sales orders, packing lists, etc. While it provides the framework for such reports, generic templates for these report types have not yet been created.
Global Setting for Part IPN Edit
#1400 adds the ability to disable IPN field when editing part information for all parts and all users. This global setting is located in the "Part" section of the InvenTree settings. Toggling it off means the IPN field cannot be edited manually anymore after a part is created (the field is greyed out). Only admin users retain the ability to edit this field.
Image Download
#1410 introduces a new feature which allows thumbnail images (e.g. for Part and Company objects) to be downloaded from a remote URL (by the server). This feature is disabled by default, and must be enabled in the Global Settings menu.
Assign by Serial Number
#1426 introduces a new feature which allows stock items to be allocated to a sales order using serial number references. This provides a much more streamlined user experience. Refer to the sales order documentation for further information.
Major Bug Fixes
| PR | Description |
|---|---|
| #1407 | Fixes unnecessary column requirement when importing BOM |
| #1430 | Fixes error thrown when migrating from very old data set |
| #1441 | Fixes template rendering error if git not available on system path |
| #1446 | Fixes bug exporting BOM to YAML format |
| #1449 | Fixes bug which prevented transfer of serialized stock items |