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 11... Line 11...
11
              <thead>
11
              <thead>
12
                <tr>
12
                <tr>
13
                 <th> Po Id</th>
13
                 <th> Po Id</th>
14
                 <th> Item Id </th>
14
                 <th> Item Id </th>
15
                 <th> Item Description </th>  
15
                 <th> Item Description </th>  
16
                 <th> Qty</th>  
16
                 <th> Qty</th> 
-
 
17
                 <th> AmendedQty</th>  
-
 
18
                  
17
                 <th> Transfer Price </th>  
19
                 <th> Transfer Price </th>  
18
                
20
                
19
                </tr>
21
                </tr>
20
              </thead> 
22
              </thead> 
21
                
23
                
Line 26... Line 28...
26
                <tr>
28
                <tr>
27
                <td>$lineitem.getPurchaseOrderId()</td>
29
                <td>$lineitem.getPurchaseOrderId()</td>
28
                <td>$lineitem.getItemId()</td>
30
                <td>$lineitem.getItemId()</td>
29
                <td>$lineitem.getBrand() $lineitem.getModelNumber() $lineitem.getModelName() $lineitem.getColor() </td>     
31
                <td>$lineitem.getBrand() $lineitem.getModelNumber() $lineitem.getModelName() $lineitem.getColor() </td>     
30
                <td>$lineitem.getQuantity()</td>
32
                <td>$lineitem.getQuantity()</td>
-
 
33
                <td>$lineitem.getAmendedQty()</td>
-
 
34
            
31
                <td>$lineitem.getUnitPrice()</td>     
35
                <td>$lineitem.getUnitPrice()</td>     
32
               </tr>
36
               </tr>
33
               #end
37
               #end
34
                 
38
                 
35
             </tbody>
39
             </tbody>