MYS: add page for case void credit card finexus + (dev) enable next cup for credit card
This commit is contained in:
parent
48ea2c7bb3
commit
fe8721ab9c
6 changed files with 2112 additions and 1938 deletions
65
inter/mys/xml/page_void_credit_cardConti.lxml
Normal file
65
inter/mys/xml/page_void_credit_cardConti.lxml
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
|
||||
<EventOpen>
|
||||
|
||||
If ChangeTimeout = "" Then
|
||||
Var ChangeTimeout = 0
|
||||
EndIf
|
||||
|
||||
|
||||
DEBUGVAR "Credit::void.switch(app: finexus).next(true)"
|
||||
WRITE_FILE "/mnt/sdcard/app_run_flag" "1"
|
||||
CashlessReq FAIL
|
||||
Var ChangeFlag = 1
|
||||
Var CreditCardVoid = 1
|
||||
</EventOpen>
|
||||
|
||||
;include="ROOT/taobin_project/inter/mys/xml/page_brewing3Conti_event.lxml"
|
||||
|
||||
;include="ROOT/taobin_project/inc/video.inc"
|
||||
|
||||
|
||||
<Image>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<State> "Enable" </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment/alpha.png" </Filename>
|
||||
</Image>
|
||||
|
||||
<GIF>
|
||||
<X> 493 </X>
|
||||
<Y> 968 </Y>
|
||||
<Width> 94 </Width>
|
||||
<Height> 94 </Height>
|
||||
<State> "Enable" </State>
|
||||
<Filename> "ROOT/taobin_project/image/page_payment_en/page_payment/loading.gif" </Filename>
|
||||
</GIF>
|
||||
|
||||
<Text>
|
||||
<X> 50 </X>
|
||||
<Y> 865 </Y>
|
||||
<Size> 72 </Size>
|
||||
<Align> Center </Align>
|
||||
<Width> 1080 </Width>
|
||||
<Font> KanitRegularTTF </Font>
|
||||
<State> DisplayQR </State>
|
||||
<Color> 0xFF0000 </Color>
|
||||
<Value> "Please wait ..." </Value>
|
||||
</Text>
|
||||
|
||||
<EventUnitTest5>
|
||||
DEBUGVAR "TestVoidCredit"
|
||||
TestSwitchApp "com.finexuscards.yippiepos.VOID" "true" "page_brewing3Conti.lxml::EventUnitTest5"
|
||||
;com.forthvending.newui
|
||||
;TestSwitchApp "com.forthvending.newui" "true" "page_brewing3.lxml::EventUnitTest5"
|
||||
|
||||
|
||||
</EventUnitTest5>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue