2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00
2021-03-18 11:10:03 +11:00

1.9 KiB

title
title
Release 0.1.8

Release 0.1.8

Release 0.1.8 (WIP) 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.

{% with id="disable_ipn_edit", url="part/part_ipn_editing.png", description="Disable Edit of Part IPN Field" %} {% include 'img.html' %} {% endwith %}

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.

Major Bug Fixes

PR Description
#1407 Fixes unncessary column requirement when importing BOM