Subversion Repositories SmartDukaan

Rev

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

Rev 27723 Rev 27724
Line 126... Line 126...
126
	    				 <th>MTD</th>
126
	    				 <th>MTD</th>
127
	    				  <th>LMTD Qty</th>
127
	    				  <th>LMTD Qty</th>
128
	    				  <th>LMTD</th>
128
	    				  <th>LMTD</th>
129
	    				
129
	    				
130
	    				</tr>
130
	    				</tr>
-
 
131
	    				
131
	    			#foreach($ter in $tertiary)
132
	    			  #foreach($bill in $billing)
132
	    				<tr onclick="">
133
	    				<tr onclick="">
133
	    	 		     <td>$ter.getBrand()</td>
134
	    	 		      <td>$bill.getBrand()</td>
134
	    	 		      <td class="currency">$ter.getTodayQty()</td>
135
	    	 		      <td class="currency">$bill.getTodayQty()</td>
135
	    	 		     <td class="currency">$ter.getTodayValue()</td>
136
	    	 		      <td class="currency">$bill.getTodayValue()</td>
136
	    	 		      <td class="currency">$ter.getThreedaysQty()</td>
137
	    	 		      <td class="currency">$bill.getThreedaysQty()</td>
137
	    	 		    <td class="currency">$ter.getThreedaysValue()</td>
138
	    	 		      <td class="currency">$bill.getThreedaysValue()</td>
138
	    	 		      <td class="currency">$ter.getMtdQty()</td>
139
	    	 		      <td class="currency">$bill.getMtdQty()</td>
139
	    	 		    <td class="currency">$ter.getMtd()</td>
140
	    	 		      <td class="currency">$bill.getMtd()</td>
140
	    	 		      <td class="currency">$ter.getLmtdQty()</td>
141
	    	 		      <td class="currency">$bill.getLmtdQty()</td>
141
	    	 		    <td class="currency">$ter.getLmtd()</td>
142
	    	 		       <td class="currency">$bill.getLmtd()</td>
142
	    	 		   </tr>
143
	    	 		     </tr>
143
	    			#end
144
	    				 #end
-
 
145
	    			
144
	    				
146
	    				
145
	    		    </tbody>
147
	    		    </tbody>
146
	    		</table>
148
	    		</table>
147
	    		
149
	    		
148
	    			 <div class="row col-lg-3">
150
	    			 <div class="row col-lg-3">
Line 160... Line 162...
160
	    				 <th>MTD</th>
162
	    				 <th>MTD</th>
161
	    				  <th>LMTD Qty</th>
163
	    				  <th>LMTD Qty</th>
162
	    				  <th>LMTD</th>
164
	    				  <th>LMTD</th>
163
	    				
165
	    				
164
	    				</tr>
166
	    				</tr>
165
	    				#foreach($bill in $billing)
167
	    				#foreach($ter in $tertiary)
166
	    				<tr onclick="">
168
	    				<tr onclick="">
167
	    	 		      <td>$bill.getBrand()</td>
169
	    	 		     <td>$ter.getBrand()</td>
168
	    	 		      <td class="currency">$bill.getTodayQty()</td>
170
	    	 		      <td class="currency">$ter.getTodayQty()</td>
169
	    	 		      <td class="currency">$bill.getTodayValue()</td>
171
	    	 		     <td class="currency">$ter.getTodayValue()</td>
170
	    	 		      <td class="currency">$bill.getThreedaysQty()</td>
172
	    	 		      <td class="currency">$ter.getThreedaysQty()</td>
171
	    	 		      <td class="currency">$bill.getThreedaysValue()</td>
173
	    	 		    <td class="currency">$ter.getThreedaysValue()</td>
172
	    	 		      <td class="currency">$bill.getMtdQty()</td>
174
	    	 		      <td class="currency">$ter.getMtdQty()</td>
173
	    	 		      <td class="currency">$bill.getMtd()</td>
175
	    	 		    <td class="currency">$ter.getMtd()</td>
174
	    	 		      <td class="currency">$bill.getLmtdQty()</td>
176
	    	 		      <td class="currency">$ter.getLmtdQty()</td>
175
	    	 		       <td class="currency">$bill.getLmtd()</td>
177
	    	 		    <td class="currency">$ter.getLmtd()</td>
176
	    	 		     </tr>
178
	    	 		   </tr>
177
	    				 #end
179
	    			#end
178
	    				
-
 
179
	    		    </tbody>
180
	    		    </tbody>
180
	    		</table>	
181
	    		</table>	
181
		
182
		
182
	</div>
183
	</div>
183
	</div>
184
	</div>