Subversion Repositories SmartDukaan

Rev

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

Rev 30044 Rev 31417
Line 61... Line 61...
61
	    				<td>$shortageList.getBrandName() $shortageList.getModelName()  $shortageList.getModelNumber() </td>
61
	    				<td>$shortageList.getBrandName() $shortageList.getModelName()  $shortageList.getModelNumber() </td>
62
    					<td>$shortageList.getPendingIndentQty()</td>
62
    					<td>$shortageList.getPendingIndentQty()</td>
63
    					
63
    					
64
    					
64
    					
65
    					#if($shortageList.getShortageQty() > $shortageList.getGrnStockQty())
65
    					#if($shortageList.getShortageQty() > $shortageList.getGrnStockQty())
66
    				    <td style = "color:red" >$shortageList.getGrnStockQty()</td>
66
							<td style="color:red">$shortageList.getGrnStockQty()</td>
67
    				    #else
67
						#else
68
    				      <td>$shortageList.getGrnStockQty()</td>
68
							<td>$shortageList.getGrnStockQty()</td>
69
    				    #end
69
						#end
70
    				    
70
 
71
    				    #if($shortageList.getShortageQty() > 0 )
71
							#if($shortageList.getShortageQty() > 0 )
72
				     	<td>$shortageList.getShortageQty()</td>	
72
								<td>$shortageList.getShortageQty()</td>
73
				     	#else
73
							#else
74
				     	<td>0</td>	
74
								<td>0</td>
75
				     	#end
75
							#end
76
						<td>$shortageList.getAvailabitiy()</td>
76
							<td>$shortageList.getAvailability()</td>
77
						
77
 
78
	    				</tr>
78
						</tr>
79
	    				
79
 
80
	    				#end
80
						#end
81
	    				
81
	    				
82
	    				</tbody>
82
	    				</tbody>
83
	  </table>
83
	  </table>
84
	  
84
	  
85
	  	         </div>	
85
	  	         </div>