2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-16 12:15:30 +00:00

Return orders (#459)

* Add page for return orders

* Add some intro patter, images

* More docs and images

* Add page for return order reports

* Add doc for return order report functionality

* Updates for report docs

* Updates
This commit is contained in:
Oliver
2023-03-29 20:46:45 +11:00
committed by GitHub
parent 23f4399119
commit b4985d21eb
21 changed files with 275 additions and 116 deletions

View File

@ -31,8 +31,9 @@ InvenTree functionality is split into a number of distinct roles. A group will h
- **Stock Location** - The *stock location* role is related to accessing Stock Location data
- **Stock Item** - The *stock item* role is related to accessing Stock Item data
- **Build** - The *build* role is related to accessing Build Order and Bill of Materials data
- **Purchase** - The *purchase* role is related to accessing Purchase Order data
- **Sales** - The *sales* role is related to accessing Sales Order data
- **Purchase Order** - The *purchase* role is related to accessing Purchase Order data
- **Sales Order** - The *sales* role is related to accessing Sales Order data
- **Return Order** - The *return* role is related to accessing Return Order data
{% with id="Roles Admin View", url="admin/roles.png", description="Roles" %}
{% include 'img.html' %}

View File

@ -15,6 +15,7 @@ Out of the box, InvenTree defines a standard "pattern" for each type of referenc
| Purchase Order | `{% raw %}PO-{ref:04d}{% endraw %}` | PO-0001 |
| Sales Order | `{% raw %}SO-{ref:04d}{% endraw %}` | SO-0123 |
| Build Order | `{% raw %}BO-{ref:04d}{% endraw %}` | BO-1234 |
| Return Order | `{% raw %} RMA-{ref:04d}{% endraw %}` | RMA-0987 |
### Pattern Requirements