mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-04 11:58:42 +00:00
Machine properties and periodic ping (#10381)
* add machine properties * remove non working polyfill * add periodic task * add tests and docs * fix ping task * add int and float type * Update api_version.py --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -243,6 +243,12 @@ Refer to the [return order settings](../sales/return_order.md#return-order-setti
|
||||
{{ globalsetting("ENABLE_PLUGINS_INTERFACE") }}
|
||||
{{ globalsetting("ENABLE_PLUGINS_MAILS") }}
|
||||
|
||||
### Machine Settings
|
||||
|
||||
| Name | Description | Default | Units |
|
||||
| ---- | ----------- | ------- | ----- |
|
||||
{{ globalsetting("MACHINE_PING_ENABLED") }}
|
||||
|
||||
### Project Codes
|
||||
|
||||
Refer to the [project code settings](../concepts/project_codes.md).
|
||||
|
||||
Reference in New Issue
Block a user