mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
More display items for Part view:
- BOM count - Used in count - Notes
This commit is contained in:
parent
d1fba27f3a
commit
fbd52e1414
4 changed files with 85 additions and 9 deletions
|
|
@ -41,6 +41,8 @@ class InvenTreeModel {
|
|||
|
||||
String get description => jsondata['description'] ?? '';
|
||||
|
||||
String get notes => jsondata['notes'] ?? '';
|
||||
|
||||
int get parentId => jsondata['parent'] ?? -1;
|
||||
|
||||
String get link => jsondata['URL'] ?? '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue