AUS: Update payment button
This commit is contained in:
parent
0c547ff5c6
commit
0881ad65fc
9 changed files with 95 additions and 99 deletions
BIN
inter/aus/image/payment_cash/bd_credit_card.png
Normal file
BIN
inter/aus/image/payment_cash/bd_credit_card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5 KiB |
BIN
inter/aus/image/payment_cash/bd_qr_code.png
Normal file
BIN
inter/aus/image/payment_cash/bd_qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.7 KiB |
BIN
inter/aus/image/payment_cash/bn_credit_card.png
Normal file
BIN
inter/aus/image/payment_cash/bn_credit_card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 KiB |
BIN
inter/aus/image/payment_cash/bn_qr_code.png
Normal file
BIN
inter/aus/image/payment_cash/bn_qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
inter/aus/image/payment_cash/bp_credit_card.png
Normal file
BIN
inter/aus/image/payment_cash/bp_credit_card.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.1 KiB |
BIN
inter/aus/image/payment_cash/bp_qr_code.png
Normal file
BIN
inter/aus/image/payment_cash/bp_qr_code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.4 KiB |
|
|
@ -980,39 +980,39 @@
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
;<Button>
|
||||
;<X> 548 </X>
|
||||
;<Y> 1752 </Y>
|
||||
;<State> redeemButtonState </State>
|
||||
;<Filename> Var( DirImage + "/redeem_btn.png" )</Filename>
|
||||
;<FilenamePress> Var( DirImage + "/redeem_btn_pressed.png" )</FilenamePress>
|
||||
;<FilenameDisable> Var( DirImage + "/redeem_btn_disable.png" ) </FilenameDisable>
|
||||
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
;<Volume> SoundVolume </Volume>
|
||||
;<EventClick>
|
||||
; ; goto lid straw
|
||||
;
|
||||
; If CoffeePoint >= 10 Then
|
||||
; Var RedeemType = "1_dollar"
|
||||
; EndIf
|
||||
;
|
||||
; If CoffeePoint >= 20 Then
|
||||
; Var RedeemType = "2_dollar"
|
||||
; EndIf
|
||||
;
|
||||
; If CoffeePoint >= 30 Then
|
||||
; Var RedeemType = "get_free"
|
||||
; EndIf
|
||||
;
|
||||
; DEBUGVAR RedeemType
|
||||
;
|
||||
; If RedeemType = "" Then
|
||||
; Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
; Else
|
||||
; Open "ROOT/taobin_project/inter/aus/xml/page_collect_point_redeem.lxml"
|
||||
; EndIf
|
||||
;</EventClick>
|
||||
;</Button>
|
||||
<Button>
|
||||
<X> 548 </X>
|
||||
<Y> 1752 </Y>
|
||||
<State> redeemButtonState </State>
|
||||
<Filename> Var( DirImage + "/redeem_btn.png" )</Filename>
|
||||
<FilenamePress> Var( DirImage + "/redeem_btn_pressed.png" )</FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/redeem_btn_disable.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; goto lid straw
|
||||
|
||||
If CoffeePoint >= 10 Then
|
||||
Var RedeemType = "1_dollar"
|
||||
EndIf
|
||||
|
||||
If CoffeePoint >= 20 Then
|
||||
Var RedeemType = "2_dollar"
|
||||
EndIf
|
||||
|
||||
If CoffeePoint >= 30 Then
|
||||
Var RedeemType = "get_free"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR RedeemType
|
||||
|
||||
If RedeemType = "" Then
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/inter/aus/xml/page_collect_point_redeem.lxml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -261,7 +261,6 @@
|
|||
<Button>
|
||||
<X> 287 </X>
|
||||
<Y> 778 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> Var( DirImage2 + "/bn_fatzebra.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage2 + "/bp_fatzebra.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage2 + "/bd_fatzebra.png" ) </FilenameDisable>
|
||||
|
|
|
|||
|
|
@ -1610,12 +1610,11 @@
|
|||
|
||||
<Button>
|
||||
<X> 216 </X>
|
||||
;<Y> 1176 </Y>
|
||||
<Y> 1250 </Y>
|
||||
<Y> 1176 </Y>
|
||||
<State> PayWithCreditCardState </State>
|
||||
<Filename> Var( DirImage + "/bn_pay_with_ccard_AUS.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_pay_with_ccard_AUS.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bd_pay_with_ccard.png") </FilenameDisable>
|
||||
<Filename> "ROOT/taobin_project/inter/aus/image/payment_cash/bn_credit_card.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/aus/image/payment_cash/bp_credit_card.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/inter/aus/image/payment_cash/bd_credit_card.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -1639,8 +1638,7 @@ EndIf
|
|||
|
||||
<Button>
|
||||
<X> 439 </X>
|
||||
;<Y> 1176 </Y>
|
||||
<Y> 1250 </Y>
|
||||
<Y> 1176 </Y>
|
||||
<State> PayWithTaoCreditState </State>
|
||||
<Filename> Var( DirImage + "/bn_pay_with_credit_AUS.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_pay_with_credit_AUS.png") </FilenamePress>
|
||||
|
|
@ -1673,8 +1671,7 @@ EndIf
|
|||
|
||||
<Button>
|
||||
<X> 664 </X>
|
||||
;<Y> 1176 </Y>
|
||||
<Y> 1250 </Y>
|
||||
<Y> 1176 </Y>
|
||||
<State> PayWithCouponState </State>
|
||||
<Filename> Var( DirImage + "/bn_pay_with_code.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bp_pay_with_code.png") </FilenamePress>
|
||||
|
|
@ -1705,13 +1702,13 @@ EndIf
|
|||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 552 </X>
|
||||
<X> 328 </X>
|
||||
;<X> 552 </X>
|
||||
<Y> 1399 </Y>
|
||||
;<State> PayWithFatzebraState </State>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> "ROOT/taobin_project/inter/aus/image/payment_cash/bn_pay_qrcode.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/aus/image/payment_cash/bp_pay_qrcode.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/inter/aus/image/payment_cash/bd_pay_qrcode.png" </FilenameDisable>
|
||||
<State> PayWithFatzebraState </State>
|
||||
<Filename> "ROOT/taobin_project/inter/aus/image/payment_cash/bn_qr_code.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/aus/image/payment_cash/bp_qr_code.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/inter/aus/image/payment_cash/bd_qr_code.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -1801,7 +1798,7 @@ EndIf
|
|||
<Button>
|
||||
<X> 552 </X>
|
||||
<Y> 1399 </Y>
|
||||
<State> "Invisible" </State>
|
||||
<State> "Enable" </State>
|
||||
<Filename> Var( DirImage + "/bn_pay_with_comingSoon.png") </Filename>
|
||||
<FilenamePress> Var( DirImage + "/bn_pay_with_comingSoon.png") </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/bn_pay_with_comingSoon.png") </FilenameDisable>
|
||||
|
|
@ -1812,56 +1809,56 @@ EndIf
|
|||
</EventClick>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
<X> 328 </X>
|
||||
<Y> 1399 </Y>
|
||||
;<Button>
|
||||
;<X> 328 </X>
|
||||
;<Y> 1399 </Y>
|
||||
;<State> PayWithAUBState </State>
|
||||
<State> "Invisible" </State>
|
||||
<Filename> "ROOT/taobin_project/inter/aus/image/payment_cash/bn_pay_with_ema.png" </Filename>
|
||||
<FilenamePress> "ROOT/taobin_project/inter/aus/image/payment_cash/bp_pay_with_ema.png" </FilenamePress>
|
||||
<FilenameDisable> "ROOT/taobin_project/inter/aus/image/payment_cash/bd_pay_with_ema.png" </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If Timeout < 120 Then
|
||||
If CoinInFlag = 0 Then
|
||||
If CancelFlag = 0 Then
|
||||
If alphaState = "Invisible" Then
|
||||
|
||||
Var QR_POPUP = "/img_popup_ema.png"
|
||||
Var QRCODE99 = ""
|
||||
|
||||
Var FlagQROpened = 1
|
||||
Var alphaState = "Enable"
|
||||
Var PopupCancelButtonState = "Enable"
|
||||
Var EMAPopupErrorState = "Invisible"
|
||||
|
||||
Var scanresult = ""
|
||||
Var scanmsg = ""
|
||||
Var EMAMemberID = ""
|
||||
|
||||
If IsCardlessEnable = 1 Then
|
||||
CashlessReq OFF ""
|
||||
Var IsCardlessEnable = 0
|
||||
EndIf
|
||||
|
||||
INITSCANQR
|
||||
|
||||
Var CameraState = "Enable"
|
||||
Var EMAEnterNumberButtonState = "Enable"
|
||||
|
||||
Var popup_cancel_button_y = 1390
|
||||
|
||||
Refresh
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
</EventClick>
|
||||
</Button>
|
||||
;<State> "Invisible" </State>
|
||||
;<Filename> "ROOT/taobin_project/inter/aus/image/payment_cash/bn_pay_with_ema.png" </Filename>
|
||||
;<FilenamePress> "ROOT/taobin_project/inter/aus/image/payment_cash/bp_pay_with_ema.png" </FilenamePress>
|
||||
;<FilenameDisable> "ROOT/taobin_project/inter/aus/image/payment_cash/bd_pay_with_ema.png" </FilenameDisable>
|
||||
;<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
;<Volume> SoundVolume </Volume>
|
||||
;<EventClick>
|
||||
;
|
||||
; If Timeout < 120 Then
|
||||
; If CoinInFlag = 0 Then
|
||||
; If CancelFlag = 0 Then
|
||||
; If alphaState = "Invisible" Then
|
||||
;
|
||||
; Var QR_POPUP = "/img_popup_ema.png"
|
||||
; Var QRCODE99 = ""
|
||||
;
|
||||
; Var FlagQROpened = 1
|
||||
; Var alphaState = "Enable"
|
||||
; Var PopupCancelButtonState = "Enable"
|
||||
; Var EMAPopupErrorState = "Invisible"
|
||||
;
|
||||
; Var scanresult = ""
|
||||
; Var scanmsg = ""
|
||||
; Var EMAMemberID = ""
|
||||
;
|
||||
; If IsCardlessEnable = 1 Then
|
||||
; CashlessReq OFF ""
|
||||
; Var IsCardlessEnable = 0
|
||||
; EndIf
|
||||
;
|
||||
; INITSCANQR
|
||||
;
|
||||
; Var CameraState = "Enable"
|
||||
; Var EMAEnterNumberButtonState = "Enable"
|
||||
;
|
||||
; Var popup_cancel_button_y = 1390
|
||||
;
|
||||
; Refresh
|
||||
; EndIf
|
||||
; EndIf
|
||||
; EndIf
|
||||
; EndIf
|
||||
;
|
||||
;
|
||||
;</EventClick>
|
||||
;</Button>
|
||||
|
||||
<Button>
|
||||
<X> 360 </X>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue