mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
brmbar v3 StockMgmt: New view listing inventory with edit buttons (non-functional yet)
This commit is contained in:
parent
d897edd6ed
commit
42ce11de32
3 changed files with 114 additions and 0 deletions
|
@ -121,6 +121,9 @@ Item {
|
|||
y: 430
|
||||
width: 360
|
||||
text: "Stock Mgmt"
|
||||
onButtonClick: {
|
||||
loadPage("StockMgmt")
|
||||
}
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue