Subversion Repositories SmartDukaan

Rev

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

Rev 32192 Rev 32256
Line 134... Line 134...
134
                 <th>Warehouse</th>
134
                 <th>Warehouse</th>
135
                 <th> Invoice Number</th>  
135
                 <th> Invoice Number</th>  
136
                 <th> Num Items</th>  
136
                 <th> Num Items</th>  
137
                 <th> Invoice Date</th>  
137
                 <th> Invoice Date</th>  
138
                 <th> Received By</th>
138
                 <th> Received By</th>
-
 
139
                
139
                 <th> Status </th>
140
                 <th> Status </th>
140
                  <th> Invoice </th>
141
                 <th> Invoice </th>
141
                
142
                
142
                </tr>
143
                </tr>
143
              </thead> 
144
              </thead> 
144
                
145
                
145
              <tbody> 
146
              <tbody> 
Line 152... Line 153...
152
                <td>$warehouseMap.get($supplierInvoice.getWarehouseId()) </td>
153
                <td>$warehouseMap.get($supplierInvoice.getWarehouseId()) </td>
153
                <td> <a  onclick="getInvoiceItems($supplierInvoice.getId())">$supplierInvoice.getInvoiceNumber() </a> </td>
154
                <td> <a  onclick="getInvoiceItems($supplierInvoice.getId())">$supplierInvoice.getInvoiceNumber() </a> </td>
154
                <td>$supplierInvoice.getNumItems()</td>     
155
                <td>$supplierInvoice.getNumItems()</td>     
155
                <td>$supplierInvoice.getInvoiceDate().format($dateTimeFormatter)</td>     
156
                <td>$supplierInvoice.getInvoiceDate().format($dateTimeFormatter)</td>     
156
                <td>$supplierInvoice.getReceivedFrom()</td> 
157
                <td>$supplierInvoice.getReceivedFrom()</td> 
-
 
158
                #if($grnRequestMap.get($supplierInvoice.getId()))
157
                <td>$supplierInvoice.getStatus() </td>   
159
                <td>$grnRequestMap.get($supplierInvoice.getId()).getStatus() </td>  
-
 
160
                #else
-
 
161
                 <td> - </td>
-
 
162
                #end 
158
                <td>          <a href="${rc.contextPath}/download-attachment?documentId=$supplierInvoice.getInvoiceDocId()" class="download">Download Doc</a>
163
                <td>          <a href="${rc.contextPath}/download-attachment?documentId=$supplierInvoice.getInvoiceDocId()" class="download">Download Doc</a>
159
                      </td> 
164
                      </td> 
160
            
165
            
161
               </tr>
166
               </tr>
162
               #end
167
               #end