mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
Started doc for manufacturer parts
This commit is contained in:
parent
a754ed874e
commit
432421c794
@ -35,19 +35,22 @@ After the manufacturer details are loaded, click on the <span class='fas fa-tras
|
||||
|
||||
## Manufacturer Parts
|
||||
|
||||
Manufacturer parts are connected to the manufacturer they belong to. Most importantly, they are **linked** to a supplier part. In other words, manufacturer parts do **not** exist without a corresponding supplier part and they are the actual "items" sold by a supplier.
|
||||
Manufacturer parts are linked to a manufacturer and defined as manufacturable items.
|
||||
|
||||
!!! warning
|
||||
**Viewing**, **adding**, **editing** and **deleting** manufacturer parts require the corresponding [Purchase Orders user permissions](../../admin/permissions)
|
||||
|
||||
### Add Manufacturer Part
|
||||
|
||||
Adding a manufacturer part is the same process as [adding a supplier part](../supplier#add-supplier-part).
|
||||
!!! warning
|
||||
TODO
|
||||
|
||||
### Edit Manufacturer Part
|
||||
|
||||
Editing a manufacturer part is the same process as [editing a supplier part](../supplier#edit-supplier-part).
|
||||
!!! warning
|
||||
TODO
|
||||
|
||||
### Delete Manufacturer Part
|
||||
|
||||
Deleting a manufacturer part is the same process as [deleting a supplier part](../supplier#delete-supplier-part).
|
||||
!!! warning
|
||||
TODO
|
||||
|
@ -31,6 +31,15 @@ title: Release 0.1.8
|
||||
|
||||
[#1426](https://github.com/inventree/InvenTree/pull/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](../../companies/so/) for further information.
|
||||
|
||||
### 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.
|
||||
|
||||
## Major Bug Fixes
|
||||
|
||||
| PR | Description |
|
||||
|
Loading…
x
Reference in New Issue
Block a user