mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-11 15:09:03 +00:00
[plugin] Auto issue orders (#9565)
* Add builtin plugin for auto-issuing orders * Add plugin to auto-issue orders * Add placeholder documentation * Fix typo * Adds image macro - To replace img.html - includes checking if file exists * Fix tooltips * More docs * Adjust plugin settings filters * docs * More docs * More docs * Updates * Less restrictive URL checking * Refactor build order page * Fix typo * Allow 429 * Debug output * More debug * Construct assets dir * Cleanup * Update docs README * Refactoring more pages * Fix image link * Fix SSO settings * Add hook to check for missing settings - Ensure that all settings are documented! * Add missing user settings * Update docstring * Tweak SSO.md * Image updates * More updates * Tweaks * Exclude orders without a target_date * Fix for issuing build orders * Further refactoring * Fixes * Image refactoring * More refactoring * More refactoring * Refactor app images * Fix pathing issues * Suppress some openapidocs warnings in logs (much easier to debug docs build issues) * Fix image reference * Reduce error messages * Fix image links * Fix image links * Reduce docs log output * Ensure settings are loaded before displaying them * Fix for UI test * Fix unit test * Test tweaks
This commit is contained in:
@@ -12,9 +12,11 @@ Individual orders (such as [Purchase Orders](../purchasing/purchase_order.md) or
|
||||
|
||||
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 %}
|
||||
{{ image("settings/project_codes.png", "Project Codes") }}
|
||||
|
||||
| Name | Description | Default | Units |
|
||||
| ---- | ----------- | ------- | ----- |
|
||||
{{ globalsetting("PROJECT_CODES_ENABLED") }}
|
||||
|
||||
#### Enable Project Code Support
|
||||
|
||||
@@ -24,14 +26,10 @@ By default, project code support is disabled. Select the *Enable 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 %}
|
||||
{{ image("order/assign_project_code.png", "Assign Project Code") }}
|
||||
|
||||
## 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 %}
|
||||
{{ image("order/filter_by_project.png", "Filter by Project Code") }}
|
||||
|
||||
Reference in New Issue
Block a user