Subversion Repositories SmartDukaan

Rev

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

Rev 36452 Rev 36522
Line 92... Line 92...
92
                        <th>Name</th>
92
                        <th>Name</th>
93
                        <th>Reference</th>
93
                        <th>Reference</th>
94
                        <th>Payout Type</th>
94
                        <th>Payout Type</th>
95
                        <th>Scheme Type</th>
95
                        <th>Scheme Type</th>
96
                        <th>Discount</th>
96
                        <th>Discount</th>
97
                        <th>Brand %</th>
-
 
98
                        <th>Sellin %</th>
-
 
99
                        <th>Partner Criteria</th>
97
                        <th>Partner Criteria</th>
100
                        <th>Item Criteria</th>
98
                        <th>Item Criteria</th>
101
                        <th>Start</th>
99
                        <th>Start</th>
102
                        <th>End</th>
100
                        <th>End</th>
103
                        <th>Created</th>
101
                        <th>Created</th>
Line 117... Line 115...
117
                                        Discount
115
                                        Discount
118
                                    #else
116
                                    #else
119
                                        Non Discount
117
                                        Non Discount
120
                                    #end
118
                                    #end
121
                                </td>
119
                                </td>
122
                                <td>$offer.getBrandShareTerms()</td>
-
 
123
                                <td>$offer.getSellinPercentage()</td>
-
 
124
                                <td>$offer.getPartnerCriteriaString()</td>
120
                                <td>$offer.getPartnerCriteriaString()</td>
125
                                <td>$offer.getItemCriteriaString()</td>
121
                                <td>$offer.getItemCriteriaString()</td>
126
                                <td>$offer.getStartDate().format($dateFormatter)</td>
122
                                <td>$offer.getStartDate().format($dateFormatter)</td>
127
                                <td>$offer.getEndDate().format($dateFormatter)</td>
123
                                <td>$offer.getEndDate().format($dateFormatter)</td>
128
                                <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
124
                                <td>$offer.getCreatedOn().format($dateTimeFormatter)</td>
129
                                #if($offer.getProcessTimestamp())
125
                                #if($offer.getProcessTimestamp())
130
                                    <td>$offer.getProcessTimestamp().format($dateTimeFormatter)</td>
126
                                    <td class="processed-timestamp">$offer.getProcessTimestamp().format($dateTimeFormatter)</td>
131
                                #else
127
                                #else
132
                                    <td> -</td>
128
                                    <td class="processed-timestamp"> -</td>
133
                                #end
129
                                #end
134
                                <td>
130
                                <td>
135
                                    <ul>
131
                                    <ul>
136
                                        <li>
132
                                        <li>
137
                                            #if($offer.isActive())
133
                                            #if($offer.isActive())