Subversion Repositories SmartDukaan

Rev

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

Rev 32256 Rev 32261
Line 12... Line 12...
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>  
17
                 <th> AmendedQty</th>           
18
                  
-
 
19
                 <th> Transfer Price </th>  
18
                 <th> Transfer Price </th>  
20
                
19
                
21
                </tr>
20
                </tr>
22
              </thead> 
21
              </thead> 
23
                
22
                
Line 28... Line 27...
28
                <tr>
27
                <tr>
29
                <td>$lineitem.getPurchaseOrderId()</td>
28
                <td>$lineitem.getPurchaseOrderId()</td>
30
                <td>$lineitem.getItemId()</td>
29
                <td>$lineitem.getItemId()</td>
31
                <td>$lineitem.getBrand() $lineitem.getModelNumber() $lineitem.getModelName() $lineitem.getColor() </td>     
30
                <td>$lineitem.getBrand() $lineitem.getModelNumber() $lineitem.getModelName() $lineitem.getColor() </td>     
32
                <td>$lineitem.getQuantity()</td>
31
                <td>$lineitem.getQuantity()</td>
33
                <td>$lineitem.getAmendedQty()</td>
32
                <td>$lineitem.getAmmendedQty()</td>
34
            
33
            
35
                <td>$lineitem.getUnitPrice()</td>     
34
                <td>$lineitem.getUnitPrice()</td>     
36
               </tr>
35
               </tr>
37
               #end
36
               #end
38
                 
37