Subversion Repositories SmartDukaan

Rev

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

Rev 34035 Rev 34036
Line 84... Line 84...
84
								  <table id="table_$bnd_$statusKey"
84
								  <table id="table_$bnd_$statusKey"
85
										 class="table table-striped table-advance table-hover" style="width:100%">
85
										 class="table table-striped table-advance table-hover" style="width:100%">
86
									  <thead>
86
									  <thead>
87
									  <tr>
87
									  <tr>
88
										  <th>Item</th>
88
										  <th>Item</th>
89
										  <th>Brand</th>
89
										  ##										  <th>Brand</th>
90
										  <th>Our Stock</th>
90
										  <th>Our Stock</th>
91
										  <th>P-Fullfilled</th>
91
										  <th>P-Fullfilled</th>
92
										  <th>P-Shortage</th>
92
										  <th>P-Shortage</th>
93
										  <th>P-CurrentQty</th>
93
										  <th>P-CurrentQty</th>
94
										  <th>Status</th>
94
										  ##										  <th>Status</th>
95
										  <th>Aging</th>
95
										  <th>Aging</th>
96
									  </tr>
96
									  </tr>
97
									  </thead>
97
									  </thead>
98
									  <tbody>
98
									  <tbody>
99
										  #foreach($stocklist in $statusModelMap.get($statusKey))
99
										  #foreach($stocklist in $statusModelMap.get($statusKey))
100
										  <tr>
100
										  <tr>
101
											  <td>$stocklist.getModelNumber()</td>
101
											  <td>$stocklist.getModelNumber()</td>
102
											  <td>$stocklist.getBrand()</td>
102
											  ##											  <td>$stocklist.getBrand()</td>
103
											  <td>$stocklist.getNetAvailability()</td>
103
											  <td>$stocklist.getNetAvailability()</td>
104
											  <td>$stocklist.getPartnerStockAvailability()</td>
104
											  <td>$stocklist.getPartnerStockAvailability()</td>
105
											  <td>$stocklist.getPartnerShortageStock()</td>
105
											  <td>$stocklist.getPartnerShortageStock()</td>
106
											  <td>$stocklist.getPartnerCurrentAvailability()</td>
106
											  <td>$stocklist.getPartnerCurrentAvailability()</td>
107
											  <td>$stocklist.getStatus()</td>
107
											  ##											  <td>$stocklist.getStatus()</td>
108
											  <td>$stocklist.getExceedDays()</td>
108
											  <td>$stocklist.getExceedDays()</td>
109
										  </tr>
109
										  </tr>
110
										  #end
110
										  #end
111
									  </tbody>
111
									  </tbody>
112
								  </table>
112
								  </table>