Subversion Repositories SmartDukaan

Rev

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

Rev 27991 Rev 27993
Line 69... Line 69...
69
                        <th>Start Date</th>
69
                        <th>Start Date</th>
70
                        <th>End Date</th>
70
                        <th>End Date</th>
71
                    </tr>
71
                    </tr>
72
                        #if($schemes && !$schemes.isEmpty())
72
                        #if($schemes && !$schemes.isEmpty())
73
                            #foreach( $scheme in $schemes )
73
                            #foreach( $scheme in $schemes )
74
                            <tr class="scheme-details" data="$scheme.getId()">
74
                            <tr data="$scheme.getId()">
75
                                <td>$scheme.getId()</td>
75
                                <td>$scheme.getId()</td>
76
                                <td>$scheme.getName()</td>
76
                                <td>$scheme.getName()</td>
77
                                <td>$scheme.getDescription()</td>
77
                                <td>$scheme.getDescription()</td>
78
                                <td>$scheme.getType()</td>
78
                                <td>$scheme.getType()</td>
79
                                <td>$scheme.getAmountModel()</td>
79
                                <td>$scheme.getAmountModel()</td>
Line 87... Line 87...
87
                    </tbody>
87
                    </tbody>
88
                </table>
88
                </table>
89
            </div>
89
            </div>
90
        </div>
90
        </div>
91
    </div>
91
    </div>
-
 
92
    <div class="col-lg-12">
-
 
93
	    <h5>Note</h5>
-
 
94
	    <b>Hygiene Payout</b> - This is basis the customer details entered in the system, pls refer to hygiene
-
 
95
	    meter
-
 
96
	    in your Dashboard.
-
 
97
	    <br><b>Tertiary Payout</b> - This is basis the activation of the handset.
-
 
98
	    <br><b>Investment Payout</b> - Investments in stocks should be above 90% for minimum 12 days in a month
-
 
99
	    to
-
 
100
	    earn 2%, between 8-11 days will earn 1%, less then 8 days there will be no payout.
-
 
101
	</div>
92
    #if($schemes && !$schemes.isEmpty())
102
    #if($schemes && !$schemes.isEmpty())
93
        <div class="row" id="schemes-paginated">
103
        <div class="row" id="schemes-paginated">
94
            <div class="col-lg-9">
104
            <div class="col-lg-9">
95
                <p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span
105
                <p>Showing <span class="start">$start</span> to <span class="end">$end</span> of <span
96
                        class="size">$size</span> items</p>
106
                        class="size">$size</span> items</p>
Line 145... Line 155...
145
            $noData
155
            $noData
146
    	    #end
156
    	    #end
147
		</table>
157
		</table>
148
	</div>
158
	</div>
149
</div>
159
</div>
150
<div class="col-lg-12">
-
 
151
    <h5>Note</h5>
-
 
152
    <b>Hygiene Payout</b> - This is basis the customer details entered in the system, pls refer to hygiene
-
 
153
    meter
-
 
154
    in your Dashboard.
-
 
155
    <br><b>Tertiary Payout</b> - This is basis the activation of the handset.
-
 
156
    <br><b>Investment Payout</b> - Investments in stocks should be above 90% for minimum 12 days in a month
-
 
157
    to
-
 
158
    earn 2%, between 8-11 days will earn 1%, less then 8 days there will be no payout.
-
 
159
</div>
-
 
160
<div id="scheme-details-container" style="background:white;background-color:white;">
-
 
161
</div>
-
 
162
</section>
160
</section>