Subversion Repositories SmartDukaan

Rev

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

Rev 30601 Rev 31170
Line 97... Line 97...
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>Type</th>
100
                        <th>Type</th>
101
                        <th>Partner Type</th>
101
                        <th>Partner Type</th>
-
 
102
                        <th>Regions</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>
105
                        <th>Created On</th>
106
                        <th>Created On</th>
106
                        <th>Active</th>
107
                        <th>Active</th>
Line 112... Line 113...
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>
115
                                <td>$scheme.getType()</td>
116
                                <td>$scheme.getType()</td>
116
                                <td>$scheme.getPartnerType()</td>
117
                                <td>$scheme.getPartnerType()</td>
-
 
118
                                <td>$schemeRegionMap.get($scheme.getId())</td>
117
                                <td>$scheme.getAmountModel()</td>
119
                                <td>$scheme.getAmountModel()</td>
118
                                <td>$dateFormatter.format($scheme.getStartDateTime())</td>
120
                                <td>$dateFormatter.format($scheme.getStartDateTime())</td>
119
                                <td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
121
                                <td>$dateTimeFormatter.format($scheme.getEndDateTime())</td>
120
                                <td>$dateTimeFormatter.format($scheme.getCreateTimestamp())</td>
122
                                <td>$dateTimeFormatter.format($scheme.getCreateTimestamp())</td>
121
                                #if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))
123
                                #if(($scheme.getActiveTimestamp()) && (!$scheme.getExpireTimestamp()))