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:
parent
76c0ab3d7f
commit
1cadaa23d2
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user