mirror of
https://github.com/brmlab/brmbar.git
synced 2025-08-02 23:43:38 +02:00
brmbarv3 Receipt: New view for entering and paying receipts
This commit is contained in:
parent
9c1c8d381b
commit
b315a8359c
4 changed files with 206 additions and 4 deletions
|
@ -30,7 +30,7 @@ Item {
|
|||
x: 65
|
||||
y: 430
|
||||
width: 360
|
||||
text: "Withdrawal"
|
||||
text: "Select Item"
|
||||
fontSize: 44
|
||||
btnColor: "#666666"
|
||||
}
|
||||
|
@ -50,8 +50,10 @@ Item {
|
|||
x: 65
|
||||
y: 582
|
||||
width: 360
|
||||
text: "Select Item"
|
||||
btnColor: "#666666"
|
||||
text: "Receipt"
|
||||
onButtonClick: {
|
||||
loadPage("Receipt")
|
||||
}
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue