2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Bom optional (#227)

* Split part settings onto different screen

* show_bom setting controls whether BOM information is displayed

* linting
This commit is contained in:
Oliver
2022-12-04 23:05:35 +11:00
committed by GitHub
parent 971c6bfcdb
commit efb6fc353e
7 changed files with 145 additions and 95 deletions

View File

@ -142,6 +142,9 @@
"bom": "BOM",
"@bom": {},
"bomEnable": "Display Bill of Materials",
"@bomEnable": {},
"build": "Build",
"@build": {},
@ -619,6 +622,9 @@
"partNoResults": "No parts matching query",
"@partNoResults": {},
"partSettings": "Part Settings",
"@partSettings": {},
"partsStarred": "Subscribed Parts",
"@partsStarred": {},