DO 58
This commit is contained in:
parent
5612bebf35
commit
a080479633
20 changed files with 3804 additions and 878 deletions
|
|
@ -554,9 +554,7 @@
|
|||
|
||||
Topping "ClearNextOrder" "-"
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
If AdvertiseProfileLen = 0 Then
|
||||
CacheVarStr "get" AdvertiseProfile
|
||||
|
|
@ -580,10 +578,6 @@
|
|||
Var NETCORE_EVENT_CNT_TMP = NCIC07_EVENT_CNT
|
||||
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR CameraCount
|
||||
If CameraCount = 0 Then
|
||||
|
|
@ -642,9 +636,11 @@
|
|||
; Set default lang
|
||||
If JXMLVersionInt > 428 Then
|
||||
SetLanguage LanguageInit
|
||||
EnableLanguage "ENG"
|
||||
EnableLanguage "THAI"
|
||||
EnableLanguage "CHINA"
|
||||
EnableLanguage "JAPAN"
|
||||
EnableLanguage "MALAY"
|
||||
|
||||
|
||||
Var InternationalEnable = 0
|
||||
|
|
@ -670,28 +666,12 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
Var StrXMLPageVer = "ver=" + XMLPageVersionInt
|
||||
WRITE_FILE "/mnt/sdcard/coffeevending/version/xml_page_version.int" StrXMLPageVer
|
||||
|
||||
|
||||
Var SongkranEnable = 0
|
||||
|
||||
|
||||
If BoxID = 200434 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
If BoxID = 172644 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
If BoxID = 172102 Then
|
||||
Var SongkranEnable = 0
|
||||
EndIf
|
||||
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/tricker.ev"
|
||||
|
||||
If BoxID = 200001 Then
|
||||
Var OreoDueEnable = 0
|
||||
EndIf
|
||||
|
||||
DEBUGVAR SoundThaiIndex
|
||||
|
||||
|
||||
Var CountDownCheckCamera = 2
|
||||
|
|
@ -709,11 +689,16 @@
|
|||
EndIf
|
||||
|
||||
DEBUGVAR EnableLiveness
|
||||
DEBUGVAR LivenessLicenseFailNumber
|
||||
DEBUGVAR LivenessControlVersion
|
||||
DEBUGVAR Not#CameraSettingStatus
|
||||
|
||||
RootLayoutVisible 3 "hide"
|
||||
|
||||
If SELLSTATUS = "DEACTIVE" Then
|
||||
Open "/ROOT/xml/offline.xml"
|
||||
EndIf
|
||||
|
||||
; Init default
|
||||
If SoundBackToSchoolType = "" Then
|
||||
Var SoundBackToSchoolType = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue