Project

General

Profile

Feature #15

Updated by Junaid M over 1 year ago

->Coding Airline Tax Component 
 
 ->Re Arrange GUI 
 
 ->Add Status 

 

 public lstAirlineTaxComponentType = [ 
               
               { "intId": 1, "strLabel": "Input Tax", "blnDisable": false, "blnActive": true, "strRemarks": "" }, 
               
               { "intId": 2, "strLabel": "Cancellation Penalty", "blnDisable": false, "blnActive": false, "strRemarks": "" }, 
               
               { "intId": 3, "strLabel": "Corporate Card Charge", "blnDisable": false, "blnActive": false, "strRemarks": "" }, 
               
               { "intId": 4, "strLabel": "Other", "blnDisable": false, "blnActive": false, "strRemarks": "" }] 
 

Back