9.30 snap
This commit is contained in:
parent
1b3f562514
commit
de8bcfc291
58 changed files with 10725 additions and 61 deletions
|
|
@ -317,8 +317,11 @@ If SystemDateMonthInt > 11 Then
|
|||
EndIf
|
||||
|
||||
|
||||
If SystemDateMonthInt = 12 Then
|
||||
|
||||
Var 12Day12MenuPro = 0
|
||||
Var WinterWonderPro = 1
|
||||
|
||||
EndIf
|
||||
|
||||
If SystemDateMonthInt >= 12 Then
|
||||
Var ThickTeaByBrewerPro = 1
|
||||
|
|
@ -334,7 +337,7 @@ If BoxID = 105005 Then
|
|||
Var WeekdayDiscountProEventOn = 0
|
||||
Var OreoDiscount11Pro = 0
|
||||
Var HappyTriosPro = 0
|
||||
Var 12Day12MenuPro = 0
|
||||
Var 12Day12MenuPro = 1
|
||||
Var WinterWonderPro = 1
|
||||
Var ThickTeaByBrewerPro = 1
|
||||
|
||||
|
|
@ -660,6 +663,4 @@ If POSMachineFlag = 1 Then
|
|||
Var ConnectWithPOSMachine = 1
|
||||
EndIf
|
||||
|
||||
Var RedirectToNormalVersion = 1
|
||||
|
||||
DEBUGVAR SystemDateDayOfWeek
|
||||
|
|
@ -1267,12 +1267,12 @@
|
|||
DEBUGVAR GetLidButtonState
|
||||
DEBUGVAR DoorLidSensorDetect
|
||||
|
||||
If DoorLidSensorDetect = "true" Then
|
||||
Var DoorLidSensorDetect = "-"
|
||||
Var GetLidButtonState = "Invisible"
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
Var GetLidButtonCountDown = 0
|
||||
EndIf
|
||||
;If DoorLidSensorDetect = "true" Then
|
||||
; Var DoorLidSensorDetect = "-"
|
||||
; Var GetLidButtonState = "Invisible"
|
||||
; Var bg_lidProblem_ST = "Invisible"
|
||||
; Var GetLidButtonCountDown = 0
|
||||
;EndIf
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1601,12 +1601,12 @@
|
|||
|
||||
DEBUGVAR DoorLidSensorDetect
|
||||
|
||||
If DoorLidSensorDetect = "true" Then
|
||||
Var DoorLidSensorDetect = "-"
|
||||
Var GetLidButtonState = "Invisible"
|
||||
Var bg_lidProblem_ST = "Invisible"
|
||||
Var GetLidButtonCountDown = 0
|
||||
EndIf
|
||||
;If DoorLidSensorDetect = "true" Then
|
||||
; Var DoorLidSensorDetect = "-"
|
||||
; Var GetLidButtonState = "Invisible"
|
||||
; Var bg_lidProblem_ST = "Invisible"
|
||||
; Var GetLidButtonCountDown = 0
|
||||
;EndIf
|
||||
|
||||
If GetLidButtonCountDown = 1 Then
|
||||
Var GetLidButtonState = "Invisible"
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -136,7 +136,7 @@
|
|||
|
||||
UpdateTxRef2 TxRef1 ServiceType TelephoneNumber ServiceCredit SuggestID SessionID2 ServiceAmount2 ServiceCharge Donate PayO2 PdpaAccept VendingDiscount VendingCampaign PayReference PayType CreditReference PayDetail PayDetail2
|
||||
EndIf
|
||||
|
||||
|
||||
If CountryName = "UnitedArabEmirates Dubai" Then
|
||||
Var brewing3ContiInter = CountryRootPath + "/xml/page_brewing3Conti.lxml"
|
||||
|
||||
|
|
@ -251,8 +251,12 @@
|
|||
If Timeout > 10 Then
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Open Brew3Inter
|
||||
If CountryName = "Thailand" Then
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
Else
|
||||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Open Brew3Inter
|
||||
EndIf
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
|
|
|||
|
|
@ -145,11 +145,17 @@
|
|||
|
||||
Var show_video = 1
|
||||
Var SaveTheWorldST = "Invisible"
|
||||
If InternationalEnable = 1 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/" + video_name_to_play
|
||||
Else
|
||||
|
||||
If CountryName = "Thailand" Then
|
||||
Var video_file_name = "ROOT/taobin_project/video/" + video_name_to_play
|
||||
Else
|
||||
If InternationalEnable = 1 Then
|
||||
Var video_file_name = "ROOT/taobin_project/inter/common/video/" + video_name_to_play
|
||||
Else
|
||||
Var video_file_name = "ROOT/taobin_project/video/" + video_name_to_play
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
Var video_file_name = video_file_name + video_id_to_ran
|
||||
Var video_file_name = video_file_name + ".mp4"
|
||||
|
||||
|
|
|
|||
|
|
@ -233,17 +233,26 @@
|
|||
EndIf
|
||||
MakeDrinkV1 Seeker.selected_a_drink SelectSugarID
|
||||
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Open Brew3Inter
|
||||
Else
|
||||
If CountryName = "Thailand" Then
|
||||
If New_Payment = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_NewBrewing3.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
Var Brew3Inter = CountryRootPath + "/xml/page_brewing3.lxml"
|
||||
Open Brew3Inter
|
||||
Else
|
||||
;obsolete
|
||||
If New_Payment = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_NewBrewing3.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
|
||||
If RedirectToNormalVersion = 1 Then
|
||||
RootLayoutVisible 3 "hide"
|
||||
;include="ROOT/taobin_project/inter/tha/xml/multi/tab_menu_hide.lxml"
|
||||
EndIf
|
||||
Machine WakeUp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue