2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 02:05:29 +00:00

Added doc about manufacturer parts management

This commit is contained in:
eeintech
2021-04-14 10:28:11 -04:00
parent b26e704acf
commit c60646700e
4 changed files with 35 additions and 20 deletions

View File

@ -13,7 +13,19 @@ title: Release 0.2.1
[#1304](https://github.com/inventree/InvenTree/pull/1304) adds support for email support. Initially, this is used for sending users emails to perform a password reset
!!! warning "Configuration Required"
Refer to the [email configuration options](../../start/config/#email-settings).
Refer to the [email configuration
options](../../start/config/#email-settings).
### Manufacturer Parts
[#1417](https://github.com/inventree/InvenTree/pull/1417) adds a new model and
database table to InvenTree: `ManufacturerPart`. In older versions, manufacturer
data was stored inside a `SupplierPart`. With this new model, the data is now
stored independently. Users can use either manufacturer or supplier parts as
sourcing information for a part. Soon, InvenTree will allow the use of
manufacturer data directly in purchase orders.
Details on how to create and manage manufacturer parts were added [here](../../companies/manufacturer/#add-manufacturer-part).
## Major Bug Fixes