2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Renamed 'Buy' section to 'Companies'

Added pages for manufacturer, customer and sales orders documentation
This commit is contained in:
eeintech 2020-11-05 12:29:49 -05:00
parent 0a5b2792e4
commit 1de93c1fbb
6 changed files with 96 additions and 8 deletions

View File

@ -0,0 +1,19 @@
---
title: Customers
---
## Customers
A customer is a client who parts are sold to.
To access the customer page, click on the "Sell" navigation tab and click on "Customers" option in the dropdown list.
### Add Customer
!!! missing "TODO"
This section requires further work
### Edit Customer
!!! missing "TODO"
This section requires further work

View File

@ -0,0 +1,33 @@
---
title: Manufacturers
---
## Manufacturers
A supplier is an external vendor of parts and raw materials.
To access the supplier page, click on the "Buy" navigation tab and click on "Manufacturers" option in the dropdown list.
### Add Manufacturer
!!! missing "TODO"
This section requires further work
### Edit Manufacturer
!!! missing "TODO"
This section requires further work
## Manufacturer Parts
Manufacturer parts are linked to a manufacturer and supplier part: they are the "items" sold by a supplier.
### Add Manufacturer Part
!!! missing "TODO"
This section requires further work
### Edit Manufacturer Part
!!! missing "TODO"
This section requires further work

View File

@ -1,15 +1,13 @@
--- ---
title: Suppliers title: Sales Order
--- ---
## Suppliers ## Sales Orders
A supplier is an external vendor of parts and raw materials.
!!! missing "TODO" !!! missing "TODO"
This section requires further work This section requires further work
## Supplier Parts ## Line Items
!!! missing "TODO" !!! missing "TODO"
This section requires further work This section requires further work

View File

@ -0,0 +1,35 @@
---
title: Suppliers
---
## Suppliers
A supplier is an external vendor of parts and raw materials.
To access the supplier page, click on the "Buy" navigation tab and click on "Suppliers" option in the dropdown list.
### Add Supplier
Once the supplier page is loaded, click on the "New Supplier" button: the "Create new Supplier" form opens. Fill-in the supplier informations (`Company name` and `Company description` are required) and click on "Submit".
!!! note "Supplier vs Manufacturer"
In the case the supplier is a manufacturer who sells directly to customers, you may want to enable the checkbox `is manufacturer` before submitting the form (you can also enable it later on).
### Edit Supplier
!!! missing "TODO"
This section requires further work
## Supplier Parts
Supplier parts are linked to a supplier and defined as purchasable items.
### Add Supplier Part
!!! missing "TODO"
This section requires further work
### Edit Supplier Part
!!! missing "TODO"
This section requires further work

View File

@ -52,9 +52,12 @@ nav:
- Build: - Build:
- Build Parts: build/build.md - Build Parts: build/build.md
- Bill of Materials (BOM): build/bom.md - Bill of Materials (BOM): build/bom.md
- Buy: - Companies:
- Suppliers: buy/supplier.md - Suppliers: companies/supplier.md
- Purchase Orders: buy/po.md - Manufacturers: companies/manufacturer.md
- Customers: companies/customer.md
- Purchase Orders: companies/po.md
- Sales Orders: companies/so.md
- Report: - Report:
- Labels: report/labels.md - Labels: report/labels.md
- Templates: report/report.md - Templates: report/report.md