| Line 4... |
Line 4... |
| 4 |
}
|
4 |
}
|
| 5 |
</style>
|
5 |
</style>
|
| 6 |
<div class="col-lg-9">
|
6 |
<div class="col-lg-9">
|
| 7 |
<div class="info-box light-salmon-bg" style="height: 145px;">
|
7 |
<div class="info-box light-salmon-bg" style="height: 145px;">
|
| 8 |
<i class="fas fa-coins"></i>
|
8 |
<i class="fas fa-coins"></i>
|
| 9 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong>MY INCOME :</strong>
|
9 |
<h3 style="margin-top:-2px;margin-bottom:12px"><strong class="total-income-calc">MY INCOME :</strong>
|
| 10 |
|
10 |
|
| 11 |
<select id="month-wish-total-income" name="month-wish-total-income" placeholder="months"
|
11 |
<select id="month-wish-total-income" name="month-wish-total-income" placeholder="months"
|
| 12 |
style="margin:auto;background-color: transparent;color: white;" class="income-select">
|
12 |
style="margin:auto;background-color: transparent;color: white;" class="income-select">
|
| 13 |
<option value="" disabled selected style="background-color:#4682B4;color: white">month</option>
|
13 |
<option value="" disabled selected style="background-color:#4682B4;color: white">month</option>
|
| 14 |
#foreach($mVM in $monthValueMap.entrySet())
|
14 |
#foreach($mVM in $monthValueMap.entrySet())
|
| Line 21... |
Line 21... |
| 21 |
#end
|
21 |
#end
|
| 22 |
#end
|
22 |
#end
|
| 23 |
</select>
|
23 |
</select>
|
| 24 |
|
24 |
|
| 25 |
</h3>
|
25 |
</h3>
|
| 26 |
<div class="col-lg-3 total-income-calc">
|
26 |
<div class="row total-income-calc">
|
| - |
|
27 |
<div class="col-lg-3">
|
| 27 |
<div style="margin-top:10px" class="count currency">$totalIncome</div>
|
28 |
<div style="margin-top:10px" class="count currency">$totalIncome</div>
|
| 28 |
<div class="title" style="margin-left:5px;">Total Income</div>
|
29 |
<div class="title" style="margin-left:5px;">Total Income</div>
|
| 29 |
</div>
|
30 |
</div>
|
| 30 |
<div class="col-lg-2">
|
31 |
<div class="col-lg-2">
|
| 31 |
<i class="fk_more fa fa-angle-double-right flash" style="margin: -6px;"></i>
|
32 |
<i class="fk_more fa fa-angle-double-right flash" style="margin: -6px;"></i>
|
| 32 |
</div>
|
33 |
</div>
|
| 33 |
<div class="col-lg-2">
|
34 |
<div class="col-lg-2">
|
| 34 |
<div style="margin-top:8px" class="count currency">$creditedIncome</div>
|
35 |
<div style="margin-top:8px" class="count currency">$creditedIncome</div>
|
| 35 |
<div class="title credit-income" style="margin-left:5px; cursor:pointer;">Credited Income</div>
|
36 |
<div class="title" style="margin-left:5px; cursor:pointer;">Credited Income</div>
|
| 36 |
</div>
|
37 |
</div>
|
| 37 |
<div class="col-lg-2">
|
38 |
<div class="col-lg-2">
|
| 38 |
<div style="margin-top:8px" class="count currency">$pendingTotalIncome</div>
|
39 |
<div style="margin-top:8px" class="count currency">$pendingTotalIncome</div>
|
| 39 |
<div class="title" style="margin-left:5px; cursor:pointer;">Pending Income</div>
|
40 |
<div class="title" style="margin-left:5px; cursor:pointer;">Pending Income</div>
|
| - |
|
41 |
</div>
|
| 40 |
</div>
|
42 |
</div>
|
| 41 |
</div>
|
43 |
</div>
|
| 42 |
</div>
|
44 |
</div>
|