mirror of
https://github.com/inventree/inventree-app.git
synced 2025-05-01 15:06:49 +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}) {
|
Widget locationDescriptionCard({bool includeActions = true}) {
|
||||||
if (location == null) {
|
if (location == null) {
|
||||||
return Card(
|
return Card(
|
||||||
@ -226,7 +232,6 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
|||||||
icon: FaIcon(FontAwesomeIcons.boxes),
|
icon: FaIcon(FontAwesomeIcons.boxes),
|
||||||
label: L10().stock,
|
label: L10().stock,
|
||||||
),
|
),
|
||||||
// TODO - Add in actions when they are written...
|
|
||||||
BottomNavigationBarItem(
|
BottomNavigationBarItem(
|
||||||
icon: FaIcon(FontAwesomeIcons.wrench),
|
icon: FaIcon(FontAwesomeIcons.wrench),
|
||||||
label: L10().actions,
|
label: L10().actions,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user