Subversion Repositories SmartDukaan

Rev

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

Rev 30458 Rev 31687
Line 57... Line 57...
57
		         </tr>
57
		         </tr>
58
		         
58
		         
59
		              <tr>
59
		              <tr>
60
		             <th>Today Total Achievement</th>
60
		             <th>Today Total Achievement</th>
61
		            <td class="currency">$totalPartnerAchievement</td>
61
		            <td class="currency">$totalPartnerAchievement</td>
62
		         </tr>
62
                      </tr>
63
		      </table>
63
               </table>
64
	</div> 
64
        </div>
65
   </div>
65
    </div>
66
			
66
 
-
 
67
    <div class="row">
-
 
68
        <div class="col-lg-12">
-
 
69
            <button class="btn btn-primary" onclick="ExportToExcel(this, 'xlsx')" data-tableid="partner-health">Export
-
 
70
                table to excel
-
 
71
            </button>
67
					
72
        </div>
68
				
73
    </div>
69
		<div class="row">
74
    <div class="row">
70
			<div class="col-lg-12">
75
        <div class="col-lg-12">
71
				<table class="table table-border table-condensed table-bordered"
76
            <table class="table table-border table-condensed table-bordered"
72
					id="partner-health">
77
                   id="partner-health">
73
					<thead>
78
                <thead>
74
						<tr>
79
                <tr>
75
							<th>Partner Name</th>
80
                    <th>Partner Name</th>
76
							<th>Code</th>
81
                    <th>Code</th>
77
							<th>Wallet Amount</th>
82
                    <th>Wallet Amount</th>
78
							<th>Short Investment</th>
83
                    <th>Short Investment</th>
79
							<th>Auth User</th>
84
							<th>Auth User</th>
80
							<th>Remark</th>
85
							<th>Remark</th>
81
						    #foreach( $request in $partnerCollectionPlanMap.keySet() )
86
						    #foreach( $request in $partnerCollectionPlanMap.keySet() )
82
							<th>$request</th>
87
							<th>$request</th>
83
							#end
88
							#end