Project code docs (#4772)

* Add page for project code docs

* Add details on project codes

* more docs
This commit is contained in:
Oliver 2023-05-05 23:59:30 +10:00 committed by GitHub
parent a0f18d82cb
commit d7f75d3ab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 38 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 194 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -0,0 +1,37 @@
---
title: Project Codes
---
## Project Codes
A project code is a unique identifier assigned to a specific project, which helps in tracking and organizing project-related activities and resources. It enables easy retrieval of project-related data and facilitates project management and reporting.
Individual orders (such as [Purchase Orders](./purchase_order.md) or [Sales Orders](./sales_order.md)) can be assigned a *Project Code* to allocate the order against a particular internal project.
### Managing Project Codes
Management of project codes (such as creating or editing codes) is accessed via the [settings page](../settings/global.md). Select the *Project Codes* tab to access project code configuration options:
{% with id="project_codes", url="settings/project_codes.png", description="Project Codes List" %}
{% include "img.html" %}
{% endwith %}
#### Enable Project Code Support
By default, project code support is disabled. Select the *Enable Project Codes* option to enable support for this feature
## Assigning Project Codes
Project codes can be assigned to an order when the order is created, or at any later stage by simply editing the order. If project code support is enabled, a *Project Code* field is available in the order details form:
{% with id="assign_project_code", url="order/assign_project_code.png", description="Assign Project Code" %}
{% include "img.html" %}
{% endwith %}
## Filtering by Project Codes
The order tables can be easily filtered or sorted by project code:
{% with id="filter-by-project", url="order/filter_by_project.png", description="Filter by Project Code" %}
{% include "img.html" %}
{% endwith %}

View File

@ -106,6 +106,7 @@ nav:
- Purchase Orders: order/purchase_order.md
- Sales Orders: order/sales_order.md
- Return Orders: order/return_order.md
- Project Codes: order/project_codes.md
- Report:
- Templates: report/report.md
- Report Types: