Subversion Repositories SmartDukaan

Rev

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

Rev 25211 Rev 25505
Line 95... Line 95...
95
	    			<tbody>
95
	    			<tbody>
96
	    				<tr>
96
	    				<tr>
97
	    					<th>ID</th>
97
	    					<th>ID</th>
98
	    					<th>Name</th>
98
	    					<th>Name</th>
99
	    					<th>Description</th>
99
	    					<th>Description</th>
-
 
100
	    					<th>Partner Type</th>
100
	    					<th>Type</th>
101
	    					<th>Type</th>
101
	    					<th>Amount Type</th>
102
	    					<th>Amount Type</th>
102
	    					<th>Amount</th>
103
	    					<th>Amount</th>
103
	    					<th>Start Date</th>
104
	    					<th>Start Date</th>
104
	    					<th>End Date</th>
105
	    					<th>End Date</th>
Line 110... Line 111...
110
			    			#foreach( $scheme in $schemes )
111
			    			#foreach( $scheme in $schemes )
111
			    				<tr class="scheme-details" data="$scheme.getId()">
112
			    				<tr class="scheme-details" data="$scheme.getId()">
112
			    					<td>$scheme.getId()</td>
113
			    					<td>$scheme.getId()</td>
113
			    					<td>$scheme.getName()</td>
114
			    					<td>$scheme.getName()</td>
114
			    					<td>$scheme.getDescription()</td>
115
			    					<td>$scheme.getDescription()</td>
-
 
116
			    					<td>$scheme.getPartnerType()</td>
115
			    					<td>$scheme.getType()</td>
117
			    					<td>$scheme.getType()</td>
116
			    					<td>$scheme.getAmountType()</td>
118
			    					<td>$scheme.getAmountType()</td>
117
			    					<td class="currency">$scheme.getAmount()</td>
119
			    					<td class="currency">$scheme.getAmount()</td>
118
			    					<td>$scheme.getFormattedStartDateTime()</td>
120
			    					<td>$scheme.getFormattedStartDateTime()</td>
119
			    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
121
			    					<td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>