mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 10:18:42 +00:00
* Add new user setting * Implement hover-card for RenderInstance * Allow override when calling RenderInstance * Simplify * Add link icon * Adjust logic * Simplify logic * update playwright Ref: https://github.com/microsoft/playwright/issues/40998
81 lines
3.0 KiB
Markdown
81 lines
3.0 KiB
Markdown
---
|
|
title: User Settings
|
|
---
|
|
|
|
## User Settings
|
|
|
|
The various user settings described below can be configured for an individual user, to provide an InvenTree user experienced customized to their preferences. Your user settings can be accessed by selecting *Settings* from the menu in the top right order of the screen.
|
|
|
|
### Account Settings
|
|
|
|
The *Account Settings* screen shows configuration options for your user account, including linking [third party logins](./SSO.md) and [multi factor authentication](./MFA.md):
|
|
|
|
{{ image("settings/user_account.png", "User Account Settings") }}
|
|
|
|
### Display Settings
|
|
|
|
The *Display Settings* screen shows general display configuration options:
|
|
|
|
| Name | Description | Default | Units |
|
|
| ---- | ----------- | ------- | ----- |
|
|
{{ usersetting("ICONS_IN_NAVBAR") }}
|
|
{{ usersetting("STICKY_HEADER") }}
|
|
{{ usersetting("STICKY_TABLE_HEADER") }}
|
|
{{ usersetting("SHOW_SPOTLIGHT") }}
|
|
{{ usersetting("BARCODE_IN_FORM_FIELDS") }}
|
|
{{ usersetting("DATE_DISPLAY_FORMAT") }}
|
|
{{ usersetting("FORMS_CLOSE_USING_ESCAPE") }}
|
|
{{ usersetting("DISPLAY_STOCKTAKE_TAB") }}
|
|
{{ usersetting("SHOW_FULL_CATEGORY_IN_TABLES")}}
|
|
{{ usersetting("SHOW_BOM_SUBASSEMBLY_LEVELS")}}
|
|
{{ usersetting("ENABLE_LAST_BREADCRUMB") }}
|
|
{{ usersetting("SHOW_EXTRA_MODEL_INFO") }}
|
|
{{ usersetting("SHOW_FULL_LOCATION_IN_TABLES") }}
|
|
{{ usersetting("DISPLAY_ITEMS_FINAL_LEVEL") }}
|
|
|
|
### Search Settings
|
|
|
|
Customize settings for search results:
|
|
|
|
| Name | Description | Default | Units |
|
|
| ---- | ----------- | ------- | ----- |
|
|
{{ usersetting("SEARCH_WHOLE") }}
|
|
{{ usersetting("SEARCH_REGEX") }}
|
|
{{ usersetting("SEARCH_NOTES") }}
|
|
{{ usersetting("SEARCH_PREVIEW_RESULTS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_PARTS") }}
|
|
{{ usersetting("SEARCH_HIDE_INACTIVE_PARTS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_SUPPLIER_PARTS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_MANUFACTURER_PARTS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_CATEGORIES") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_STOCK") }}
|
|
{{ usersetting("SEARCH_PREVIEW_HIDE_UNAVAILABLE_STOCK") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_LOCATIONS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_COMPANIES") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_BUILD_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_PURCHASE_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_EXCLUDE_INACTIVE_PURCHASE_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_SALES_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_EXCLUDE_INACTIVE_SALES_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_SALES_ORDER_SHIPMENTS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_SHOW_RETURN_ORDERS") }}
|
|
{{ usersetting("SEARCH_PREVIEW_EXCLUDE_INACTIVE_RETURN_ORDERS") }}
|
|
|
|
### Notifications
|
|
|
|
Settings related to notification messages:
|
|
|
|
| Name | Description | Default | Units |
|
|
| ---- | ----------- | ------- | ----- |
|
|
{{ usersetting("NOTIFICATION_ERROR_REPORT") }}
|
|
|
|
### Reporting
|
|
|
|
Settings for label printing and report generation:
|
|
|
|
| Name | Description | Default | Units |
|
|
| ---- | ----------- | ------- | ----- |
|
|
{{ usersetting("REPORT_INLINE") }}
|
|
{{ usersetting("LABEL_INLINE") }}
|
|
{{ usersetting("LABEL_DEFAULT_PRINTER") }}
|