2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-08-06 12:41:45 +00:00

Added permission warnings and edit/delete sections for supplier/manufacturer/customer

This commit is contained in:
eeintech
2020-11-13 15:55:11 -05:00
parent 1f7a479ce2
commit 5ba24e88fb
4 changed files with 52 additions and 11 deletions

View File

@@ -8,12 +8,21 @@ A customer is an external client to whom parts are sold.
To access the customer page, click on the "Sell" navigation tab and click on "Customers" option in the dropdown list.
!!! warning
**Viewing**, **adding**, **editing** and **deleting** customers require the corresponding [Sales Orders user permissions](../../admin/permissions)
### Add Customer
!!! missing "TODO"
This section requires further work
Once the customer page is loaded, click on the "<span class='fas fa-plus-circle'></span> New Customer" button: the "Create new Customer" form opens. Fill-in the manufacturer informations (`Company name` and `Company description` are required) then click on the "Submit" button.
### Edit Customer
!!! missing "TODO"
This section requires further work
To edit a customer, click on its name in the list of customers.
After the customer details are loaded, click on the <span class='fas fa-edit'></span> icon under the customer name. Edit the customer information then click on the "Submit" button.
### Delete Customer
To delete a customer, click on its name in the list of customers.
After the customer details are loaded, click on the <span class='fas fa-trash-alt'></span> icon under the customer name. Confirm the deletion using the checkbox then click on the "Submit" button.