Subversion Repositories SmartDukaan

Rev

Rev 31211 | Rev 32338 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31211 Rev 32249
Line 6... Line 6...
6
 
6
 
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 class="total-income-calc">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-wise-total-income" name="month-wise-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())
15
                    #if($mVM.getKey()== $month )
15
                    #if($mVM.getKey()== $month )
16
                        <option value="$mVM.getKey()" selected disabled
16
                        <option value="$mVM.getKey()" selected
17
                                style="background-color:#4682B4;color: white">$mVM.getValue()</option>
17
                                style="background-color:#4682B4;color: white">$mVM.getValue()</option>
18
                    #else
18
                    #else
19
                        <option value="$mVM.getKey()"
19
                        <option value="$mVM.getKey()"
20
                                style="background-color:#4682B4;color: white">$mVM.getValue()</option>
20
                                style="background-color:#4682B4;color: white">$mVM.getValue()</option>
21
                    #end
21
                    #end
Line 31... Line 31...
31
            <div class="col-lg-2">
31
            <div class="col-lg-2">
32
                <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>
33
            </div>
33
            </div>
34
            <div class="col-lg-2">
34
            <div class="col-lg-2">
35
                <div style="margin-top:8px" class="count currency">$creditedIncome</div>
35
                <div style="margin-top:8px" class="count currency">$creditedIncome</div>
36
                <div class="title" style="margin-left:5px; cursor:pointer;">Credited Income</div>
36
                <div class="title" style="margin-left:5px; cursor:pointer;">Total Income</div>
37
            </div>
37
            </div>
38
            <div class="col-lg-2">
38
            <div class="col-lg-2">
39
                <div style="margin-top:8px" class="count currency">$pendingTotalIncome</div>
39
                <div style="margin-top:8px" class="count currency">$pendingTotalIncome</div>
40
                <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>
41
            </div>