Subversion Repositories SmartDukaan

Rev

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

Rev 32256 Rev 32565
Line 14... Line 14...
14
<div class="col-lg-4">
14
<div class="col-lg-4">
15
            <table id="grn-pending-request" class="table table-striped table-advance table-hover" >
15
            <table id="grn-pending-request" class="table table-striped table-advance table-hover" >
16
              <thead>
16
              <thead>
17
                <tr>
17
                <tr>
18
                 <th> Invoice Id</th>
18
                 <th> Invoice Id</th>
-
 
19
                 <th> Invoice Number</th>
19
                 <th> Invoice Date</th>            
20
                 <th> Invoice Date</th>
-
 
21
 
20
                 <th> Supplier</th>
22
                 <th> Supplier</th>
21
                 <th> Status</th>
23
                 <th> Status</th>
22
                </tr>
24
                </tr>
23
              </thead> 
25
              </thead> 
24
                
26
                
Line 26... Line 28...
26
              
28
              
27
              
29
              
28
               #foreach($grnRequest in $grnRequests)
30
               #foreach($grnRequest in $grnRequests)
29
                <tr>
31
                <tr>
30
                <td><a  onclick="getGrnRequestItems($grnRequest.getId(),$grnRequest.getInvoiceId())">$grnRequest.getInvoiceId()</a></td>
32
                <td><a  onclick="getGrnRequestItems($grnRequest.getId(),$grnRequest.getInvoiceId())">$grnRequest.getInvoiceId()</a></td>
-
 
33
                <td><a  onclick="getGrnRequestItems($grnRequest.getNumber(),$grnRequest.getInvoiceNumber())">$grnRequest.getInvoiceNumber()</a></td>
31
                <td>$warehouseSupplierInvoiceMap.get($grnRequest.getInvoiceId()).getInvoiceDate().format($dateFormatter)</td>       
34
                <td>$warehouseSupplierInvoiceMap.get($grnRequest.getInvoiceId()).getInvoiceDate().format($dateFormatter)</td>
-
 
35
 
32
                <td>$supplierMap.get($grnRequest.getSupplierId()).getName()</td>
36
                <td>$supplierMap.get($grnRequest.getSupplierId()).getName()</td>
33
                <td>$grnRequest.getStatus() </td>
37
                <td>$grnRequest.getStatus() </td>
34
              	
38
              	
35
               </tr>
39
               </tr>
36
               #end
40
               #end