mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Hide manufacturer / supplier / customer screens
- For now, as they don't do anything useful - Will add back in once features are expanded
This commit is contained in:
parent
e8bb56ef3f
commit
969875ad49
2 changed files with 7 additions and 0 deletions
|
|
@ -85,6 +85,9 @@ class _HomeScreenSettingsState extends State<HomeScreenSettingsWidget> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
// TODO: When these features are improved, add them back in!
|
||||||
|
// Currently, the company display does not provide any value
|
||||||
|
/*
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(L10().homeShowSuppliers),
|
title: Text(L10().homeShowSuppliers),
|
||||||
subtitle: Text(L10().homeShowSuppliersDescription),
|
subtitle: Text(L10().homeShowSuppliersDescription),
|
||||||
|
|
@ -127,6 +130,7 @@ class _HomeScreenSettingsState extends State<HomeScreenSettingsWidget> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
*/
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,8 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Add these tiles back in once the features are fleshed out
|
||||||
|
/*
|
||||||
// Suppliers
|
// Suppliers
|
||||||
if (homeShowSuppliers) {
|
if (homeShowSuppliers) {
|
||||||
tiles.add(_listTile(
|
tiles.add(_listTile(
|
||||||
|
|
@ -325,6 +327,7 @@ class _InvenTreeHomePageState extends State<InvenTreeHomePage> {
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
tiles.add(_listTile(
|
tiles.add(_listTile(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue