Subversion Repositories SmartDukaan

Rev

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

Rev 27081 Rev 27088
Line 4... Line 4...
4
	    			<tbody>
4
	    			<tbody>
5
	    				<tr>
5
	    				<tr>
6
	    					<th>Item Name</th>
6
	    					<th>Item Name</th>
7
	    					<th>Recommended Quantity </th>
7
	    					<th>Recommended Quantity </th>
8
	    					<th>Minimum Quantity</th>
8
	    					<th>Minimum Quantity</th>
9
	    					<th>Partner Type</th>
9
	    					<th>Region</th>
10
	    					<th>Created</th>
10
	    					<th>Created</th>
11
	    					<th>Remove</th>
11
	    					<th>Remove</th>
12
	    				</tr>
12
	    				</tr>
13
	    				#if(!$focusedModels.isEmpty())
13
	    				#if(!$focusedModels.isEmpty())
14
			    		 #foreach( $request in $focusedModels )
14
			    		 #foreach( $request in $focusedModels )
Line 18... Line 18...
18
			    			 $itemMap.get($request.getCatalogId()).getModelNumber()
18
			    			 $itemMap.get($request.getCatalogId()).getModelNumber()
19
			    			 ($itemMap.get($request.getCatalogId()).getCatalogItemId())
19
			    			 ($itemMap.get($request.getCatalogId()).getCatalogItemId())
20
			    			 </td>
20
			    			 </td>
21
			    			 <td>$request.getRecommendedQty()</td>
21
			    			 <td>$request.getRecommendedQty()</td>
22
			    			 <td>$request.getMinimumQty()</td>
22
			    			 <td>$request.getMinimumQty()</td>
23
			    			 <td>$request.getPartnerType()</td>
23
			    			 <td>$regionMap.get($request.getRegionId()).getName()</td>
24
			    			  <td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
24
			    			  <td>$request.getCreatedTimestamp().format($dateTimeFormatter)</td>
25
			    			  
25
			    			  
26
			    			   <td><button class="btn btn-primary remove-model"  data-requestid="$request.getId()" type="button" >Remove</button></td>
26
			    			   <td><button class="btn btn-primary remove-model"  data-requestid="$request.getId()" type="button" >Remove</button></td>
27
			    		   </tr>	
27
			    		   </tr>	
28
			    	      #end
28
			    	      #end