mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
skeleton for creating new stock item in category
This commit is contained in:
parent
76c0ab3d7f
commit
1cadaa23d2
1 changed files with 6 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue