mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 15:53:18 +00:00
Part requirements (#761)
* Add setting to control if part requirements are shown * Split settings for Part and Stock * Fetch part requirements information * Add "building" indicator * Show order allocation progress for part requirements * Bump release notes * Remove unused import
This commit is contained in:
parent
e38c51e947
commit
ee553af93b
10 changed files with 357 additions and 70 deletions
|
|
@ -353,6 +353,9 @@ class InvenTreeAPI {
|
|||
// Supports separate search against "supplier" / "customer" / "manufacturer"
|
||||
bool get supportsSplitCompanySearch => apiVersion >= 315;
|
||||
|
||||
// Supports "requirements" information for specific part
|
||||
bool get supportsPartRequirements => apiVersion >= 350;
|
||||
|
||||
// Does the server support the "modern" (consolidated) parameter API?
|
||||
// Ref: https://github.com/inventree/InvenTree/pull/10699
|
||||
bool get supportsModernParameters => apiVersion >= 429;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue