mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
Move Receipt button from Main Page to Management
This commit is contained in:
parent
3bf0e15af1
commit
2d134c829a
2 changed files with 12 additions and 22 deletions
|
@ -26,18 +26,8 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
BarButton {
|
BarButton {
|
||||||
id: withdraw
|
|
||||||
x: 65
|
x: 65
|
||||||
y: 430
|
y: 582
|
||||||
width: 360
|
|
||||||
text: "Select Item"
|
|
||||||
fontSize: 0.768 * 60
|
|
||||||
btnColor: "#666666"
|
|
||||||
}
|
|
||||||
|
|
||||||
BarButton {
|
|
||||||
x: 599
|
|
||||||
y: 430
|
|
||||||
width: 360
|
width: 360
|
||||||
text: "Charge"
|
text: "Charge"
|
||||||
onButtonClick: {
|
onButtonClick: {
|
||||||
|
@ -45,17 +35,6 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
BarButton {
|
|
||||||
id: select_item
|
|
||||||
x: 65
|
|
||||||
y: 582
|
|
||||||
width: 360
|
|
||||||
text: "Receipt"
|
|
||||||
onButtonClick: {
|
|
||||||
loadPage("Receipt")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
BarButton {
|
BarButton {
|
||||||
id: management
|
id: management
|
||||||
x: 599
|
x: 599
|
||||||
|
|
|
@ -137,6 +137,17 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BarButton {
|
||||||
|
id: select_item
|
||||||
|
x: 65
|
||||||
|
y: 582
|
||||||
|
width: 360
|
||||||
|
text: "Receipt"
|
||||||
|
onButtonClick: {
|
||||||
|
loadPage("Receipt")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
BarButton {
|
BarButton {
|
||||||
id: cancel
|
id: cancel
|
||||||
x: 599
|
x: 599
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue