Subversion Repositories SmartDukaan

Rev

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

Rev 34462 Rev 34487
Line 247... Line 247...
247
								#set($statusModelMap = $brandStatusWiseStockListMap.get($bnd))
247
								#set($statusModelMap = $brandStatusWiseStockListMap.get($bnd))
248
								<h4>$bnd</h4>
248
								<h4>$bnd</h4>
249
								<table class="table table-striped table-advance table-hover" style="width:100%">
249
								<table class="table table-striped table-advance table-hover" style="width:100%">
250
									<thead>
250
									<thead>
251
									<tr>
251
									<tr>
252
										<th style="width: 23%;">Item</th>
252
										<th style="width: 21%;">Item</th>
253
										<th style="width: 8%;">Status</th>
253
										<th style="width: 8%;">Status</th>
254
										<th style="width:7% ">DP</th>
254
										<th style="width:7% ">DP</th>
255
										<th style="width: 12%;">Our Stock</th>
255
										<th style="width: 11%;">Our Stock</th>
256
										<th style="width: 14%;">P-Fullfilled</th>
256
										<th style="width: 13%;">P-Fullfilled</th>
257
										<th style="width: 14%;">P-Shortage</th>
257
										<th style="width: 13%;">P-Shortage</th>
258
										<th style="width: 14%;">P-CurrentQty</th>
258
										<th style="width: 13%;">P-CurrentQty</th>
-
 
259
										<th style="width: 7%;">Indent</th>
259
										<th style="width: 7%;">Aging</th>
260
										<th style="width: 7%;">Aging</th>
260
										<th>Action</th>
261
										<th>Action</th>
261
									</tr>
262
									</tr>
262
									</thead>
263
									</thead>
263
									<tbody>
264
									<tbody>
Line 273... Line 274...
273
												<td>$tagListingsMap.get($stocklist.getCatalogId()).getSellingPrice()</td>
274
												<td>$tagListingsMap.get($stocklist.getCatalogId()).getSellingPrice()</td>
274
												<td>$stocklist.getNetAvailability()</td>
275
												<td>$stocklist.getNetAvailability()</td>
275
												<td>$stocklist.getPartnerStockAvailability()</td>
276
												<td>$stocklist.getPartnerStockAvailability()</td>
276
												<td>$stocklist.getPartnerShortageStock()</td>
277
												<td>$stocklist.getPartnerShortageStock()</td>
277
												<td>$stocklist.getPartnerCurrentAvailability()</td>
278
												<td>$stocklist.getPartnerCurrentAvailability()</td>
-
 
279
												<td>
-
 
280
													#if($pendingIndentsDetailMap.get($stocklist.getCatalogId()).getQty())
-
 
281
														$pendingIndentsDetailMap.get($stocklist.getCatalogId()).getQty()
-
 
282
													#else
-
 
283
														-
-
 
284
													#end
-
 
285
												</td>
278
												<td>$stocklist.getExceedDays()</td>
286
												<td>$stocklist.getExceedDays()</td>
279
												<td>
287
												<td>
280
													<button class="btn btn-sm btn-success add-to-cart-btn"
288
													<button class="btn btn-sm btn-success add-to-cart-btn"
281
															data-toggle="modal"
289
															data-toggle="modal"
282
															data-target="#poItemsDetail"
290
															data-target="#poItemsDetail"