Prod Calculator Admin

Edit Client details
 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
 
<calculator>
  <styleVariables>
    <!-- Common Colours -->
    <ichBlue value="0X009fdb" />
    <darkGreen value="0X85C441" />
    <darkBlue value="0x292663" />
    <darkGrey value="0XD1D1D1" />
    <lightGrey value="0XE3E3E3" />
    <!-- Main Colours (override in client) -->
    <main value="@ichBlue" />
    <second value="@darkGreen" />
    <third value="@darkBlue" />
  </styleVariables>
  <!-- Global Styles -->
  <styles>
    <resultsWindow background-color="@white" color="@third" />
  
     <tabBar chrome-color="0XCCCCCC"  background-color="0XAAAAAA" color="#666666" />
    <CalcOuterColor background-color = "#ECECEC"/>
    <rightTabs chrome-color="0XCCCCCC"  background-color="0XAAAAAA" color="#666666" />
    <CalcColors chrome-color="#F7a81e"/>
    <CalcFormItemText color="#666666"/>
    <GraphColors dataset1="#F7a81e" dataset2="#FF6600" />
    <CalcColorsAlternate chrome-color="@second" />
    <CalcUIColors chrome-color="@lightGrey" background-color="@white" />
    <RightBG chrome-color="@grey" background-color="@lightGrey" color="@third" />
    <CalcTitle color="#ff6600" font-weight="bold"/>
    <TableLabelColor color="@third" />
    <table background-color="@white" />
    <EmailInput color="@black" />
   
    <!--Mobile Customisation-->
    <MobileShadowEffect background-color="#ff6600"/>
    <CustomizeArrow background-color="#FFA901"/> 
    <CustomizePopUp  Sendbackgroudcolor="#FFC000" Sendchrome-color="#FF7000" Sendbordercolor="#FF6700" color="white"/>
    
    <SmartPhoneBudgetPlannerSummary background-color="#f7a81e"/>
 
    <!--SmartPhoneBudgetPlannerSummary background-color="#f7a81e" chrome-color="white" color="Black"/-->
    
    <!-- What you need to know button -->
    <Accordian background-color="#E8E8E8" chrome-color="#9FA3A4" color="white" />
  
    <!--Horizontal Grouped Radio button colour customization -->
    <RadioMobileColor background-color="#ff6600" />
    
    <!-- Yearly breakdown table grid colour and table header colour -->
    <Table color="#FF6600" border-color="#FF6600" />
    
    <!-- Start Calculation Again button customization -->
    <SmartPhoneCalculateBtn background-color="#fdfdfd"  color="#a9a9a9" chrome-color="#dcdcdc" />
  
    <ResultLabelTextColor color="#666666" />
    
  
  </styles>
  <!-- Default JGraph Settings -->
  <graph debug="false">
    <debug boolean="false" />
    <width value="355" />
    <height value="345" />
    <tfSize value="10" />
    <tfColor value="@third" />
    <tfBold boolean="true" />
    <bgAlpha value="0" />
    <bgAlphaAlt value="0.1" />
    <bgColorAlt value="@white" />
    <graphBgColor value="@white" />
    <maxYroundUpTo value="50000" />
    <hoverSettings>
    <bgColor value="@white" />
    </hoverSettings>
  </graph>
  <vos>
    <tableView label="Yearly Breakdown" />
    <graphView label="Graph" />
    <SmartPhonetableView label="Breakdown" />
    <SmartPhonegraphView label="Graph" />
  </vos>
  <components>
    <ClientName value="iSelect" />
      <UseClientBtns value="true"/>
    <ShowImageSprite value="false"/>
    <ShowEmailFriend type="boolean" value="true" />
    <ShowPrint type="boolean" value="true" />
    <ShowSave type="boolean" value="true" />
    <ClientThumbnailLogo visible="false" Image="iSelect.png"/>
    
    
    
  </components>
</calculator>

UATDev

Edit Active Client Calculators
Active Device
Detection
Event
Messaging
API
Activation
Calculator Name Calculator Guid Add New +
Standard Calculators
Borrowing Power 68204038-8f9d-47e7-b986-c2bbf5a00b98 Edit
Budget Planner bb5e9cd6-660e-465e-908b-3d33c9e31cce
Credit Card Repayment 56ea75d8-9f8d-4657-84fa-f8ba6089f4fa
Extra Repayment 59b5b184-2b6e-43f6-ac20-8c9974705d32 Edit
Home Loan Repayments b9d47181-d8f1-46b4-bed8-e0cec1946c77 Edit
Income Tax 3425f34a-fdd1-46f0-9d9b-0c6f4d87298c
Loan Comparison b68a8185-8f20-4433-8af1-d79620e977c8 Edit
Lump Sum Repayment b5c83c8c-da8f-40df-be7f-b7438bd5d196 Edit
Principle & Interest fd16effd-ff8e-4f91-9743-d6d7e9060ac3 Edit
Savings 548647a9-331f-4218-bba5-b3cb05d74f2f
Split Loan c5823a35-9b9a-44ff-b1fc-0ee05b504fdf Edit
Stamp Duty edc16223-6f4e-4adb-8174-35f518e62b57 Edit
Term Deposit 15258ce2-39cb-4c99-a141-598ea3e704b8
Where Can I Buy 71f2649a-1213-421e-9aa9-07bf30e11390

UATDev