AUS: Hide some payment

This commit is contained in:
Kenta420 2025-01-09 17:34:36 +07:00
parent d707464e24
commit d6b8737471
6 changed files with 3397 additions and 20392 deletions

View file

@ -174,7 +174,7 @@ TextID Note English Thai
Font=Kanit,Type=Regular,Size=56,Color=0xDE794E,Align=Center Font=Kanit,Type=Regular,Size=56,Color=0xDE794E,Align=Center
000408 Next customer can order while waiting ลูกค้าท่านถัดไปสั่งเครื่องดื่มรอได้เลย
Font=Roboto,Type=Bold,Size=80,Color=0x513C2F,Align=Center,LineHeight=90 Font=Roboto,Type=Bold,Size=80,Color=0x513C2F,Align=Center,LineHeight=90
000409 The Previous Drink\nHas Not Been Collected มีเครื่องดื่มค้างอยู่\nในช่องรับเครื่องดื่ม
000409 The Previous Drink\nHas Not Been Grabbed มีเครื่องดื่มค้างอยู่\nในช่องรับเครื่องดื่ม
Font=Roboto,Type=Regular,Size=36,Color=0x513C2F,Align=Center,LineHeight=50 Font=Roboto,Type=Regular,Size=43,Color=0x513C2F,Align=Center,LineHeight=40
000410 Please press the button below to open the door.\nTake the drink out.\nAnd start ordering your drink. กรุณกดปุ่มเปิดช่องรับเครื่องดื่ม\nนำเครื่องดื่มที่ค้างอยู่ออกจากช่อง\nก่อนเริ่มสั่งเครื่องดื่มของคุณ
Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50 Font=Kanit,Type=Regular,Size=64,Color=0xFFFFFF,Align=Center,LineHeight=50

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -82,28 +82,8 @@
; zone cup on arm
If Seeker = "curr" Then
If CupOnArm = "true" Then
If CheckCupStateDoorCupClose = "" Then
If buttonRemoveCup = "Enable" Then
Else
Refresh
EndIf
Var buttonRemoveCup = "Enable"
EndIf
If CheckCupStateDoorCupClose = "done" Then
If buttonRemoveCup = "Enable" Then
Else
Refresh
EndIf
Var buttonRemoveCup = "Enable"
EndIf
Else
If buttonRemoveCup = "Enable" Then
Var buttonRemoveCup = "Invisible"

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -261,7 +261,7 @@
<Button>
<X> 287 </X>
<Y> 778 </Y>
<State> "Disable" </State>
<State> "Invisible" </State>
<Filename> Var( DirImage2 + "/bn_fatzebra.png" ) </Filename>
<FilenamePress> Var( DirImage2 + "/bp_fatzebra.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage2 + "/bd_fatzebra.png" ) </FilenameDisable>

View file

@ -1451,6 +1451,7 @@
Var LOADING_STATE = "Enable"
Var EMAEnterNumberButtonState = "Disable"
Var PopupCancelButtonState = "Disable"
VendingQR ON
@ -1607,7 +1608,8 @@
<Button>
<X> 216 </X>
<Y> 1176 </Y>
;<Y> 1176 </Y>
<Y> 1250 </Y>
<State> PayWithCreditCardState </State>
<Filename> Var( DirImage + "/bn_pay_with_ccard_AUS.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_pay_with_ccard_AUS.png") </FilenamePress>
@ -1635,7 +1637,8 @@ EndIf
<Button>
<X> 439 </X>
<Y> 1176 </Y>
;<Y> 1176 </Y>
<Y> 1250 </Y>
<State> PayWithTaoCreditState </State>
<Filename> Var( DirImage + "/bn_pay_with_credit_AUS.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_pay_with_credit_AUS.png") </FilenamePress>
@ -1666,7 +1669,8 @@ EndIf
<Button>
<X> 664 </X>
<Y> 1176 </Y>
;<Y> 1176 </Y>
<Y> 1250 </Y>
<State> PayWithCouponState </State>
<Filename> Var( DirImage + "/bn_pay_with_code.png") </Filename>
<FilenamePress> Var( DirImage + "/bp_pay_with_code.png") </FilenamePress>
@ -1785,7 +1789,7 @@ EndIf
<Button>
<X> 552 </X>
<Y> 1399 </Y>
<State> "Enable" </State>
<State> "Invisible" </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>
@ -1799,7 +1803,8 @@ EndIf
<Button>
<X> 328 </X>
<Y> 1399 </Y>
<State> PayWithAUBState </State>
;<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>