brmbarv3 Receipt: New view for entering and paying receipts

This commit is contained in:
Petr Baudis 2012-09-29 00:23:26 +02:00
parent 9c1c8d381b
commit b315a8359c
4 changed files with 206 additions and 4 deletions

View file

@ -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 {