Subversion Repositories SmartDukaan

Rev

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

Rev 34505 Rev 34569
Line 249... Line 249...
249
								#set($statusModelMap = $brandStatusWiseStockListMap.get($bnd))
249
								#set($statusModelMap = $brandStatusWiseStockListMap.get($bnd))
250
								<h4>$bnd</h4>
250
								<h4>$bnd</h4>
251
								<table class="table table-striped table-advance table-hover" style="width:100%">
251
								<table class="table table-striped table-advance table-hover" style="width:100%">
252
									<thead>
252
									<thead>
253
									<tr>
253
									<tr>
254
										<th style="width: 21%;">Item</th>
254
										<th style="width: 2%;">Item</th>
255
										<th style="width: 8%;">Status</th>
255
										<th style="width: 8%;">Status</th>
256
										<th style="width:7% ">DP</th>
256
										<th style="width:6% ">DP</th>
257
										<th style="width: 11%;">Our Stock</th>
257
										<th style="width: 10%;">Our Stock</th>
-
 
258
										<th style="width: 8%;"> In-Transist</th>
258
										<th style="width: 13%;">P-Fullfilled</th>
259
										<th style="width: 12%;">P-Fullfilled</th>
259
										<th style="width: 13%;">P-Shortage</th>
260
										<th style="width: 15%;">P-Shortage</th>
260
										<th style="width: 13%;">P-CurrentQty</th>
261
										<th style="width: 12%;">P-CurrentQty</th>
261
										<th style="width: 7%;">Indent</th>
262
										<th style="width: 6%;">Indent</th>
262
										<th style="width: 7%;">Aging</th>
263
										<th style="width: 8%;">Aging</th>
263
										<th>Action</th>
264
										<th>Action</th>
264
									</tr>
265
									</tr>
265
									</thead>
266
									</thead>
266
									<tbody>
267
									<tbody>
267
										#foreach($statusKey in $statusModelMap.keySet())
268
										#foreach($statusKey in $statusModelMap.keySet())
Line 273... Line 274...
273
													<td>$stocklist.getModelNumber()</td>
274
													<td>$stocklist.getModelNumber()</td>
274
												#end
275
												#end
275
												<td>$stocklist.getStatus()</td>
276
												<td>$stocklist.getStatus()</td>
276
												<td>$tagListingsMap.get($stocklist.getCatalogId()).getSellingPrice()</td>
277
												<td>$tagListingsMap.get($stocklist.getCatalogId()).getSellingPrice()</td>
277
												<td>$stocklist.getNetAvailability()</td>
278
												<td>$stocklist.getNetAvailability()</td>
-
 
279
												#if($catalogWiseQtyMap.get($stocklist.getCatalogId()))
-
 
280
													<td>$catalogWiseQtyMap.get($stocklist.getCatalogId())</td>
-
 
281
												#else
-
 
282
													<td>-</td>
-
 
283
												#end
278
												<td>$stocklist.getPartnerStockAvailability()</td>
284
												<td>$stocklist.getPartnerStockAvailability()</td>
279
												<td>$stocklist.getPartnerShortageStock()</td>
285
												<td>$stocklist.getPartnerShortageStock()</td>
280
												<td>$stocklist.getPartnerCurrentAvailability()</td>
286
												<td>$stocklist.getPartnerCurrentAvailability()</td>
281
												<td>
287
												<td>
282
													#if($pendingIndentsDetailMap.get($stocklist.getCatalogId()).getQty())
288
													#if($pendingIndentsDetailMap.get($stocklist.getCatalogId()).getQty())