2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-05-01 06:56:50 +00:00

skeleton for creating new stock item in category

This commit is contained in:
Oliver 2021-08-10 17:27:00 +10:00
parent 76c0ab3d7f
commit 1cadaa23d2

View File

@ -162,6 +162,12 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
);
}
Future<void> _newStockItem(BuildContext context) async {
// TODO
}
Widget locationDescriptionCard({bool includeActions = true}) {
if (location == null) {
return Card(
@ -226,7 +232,6 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
icon: FaIcon(FontAwesomeIcons.boxes),
label: L10().stock,
),
// TODO - Add in actions when they are written...
BottomNavigationBarItem(
icon: FaIcon(FontAwesomeIcons.wrench),
label: L10().actions,