Subversion Repositories SmartDukaan

Rev

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

Rev 30164 Rev 30183
Line 58... Line 58...
58
            </thead>
58
            </thead>
59
            <tbody>
59
            <tbody>
60
                #foreach($pbsr in $partnerBillingSummaryReports )
60
                #foreach($pbsr in $partnerBillingSummaryReports )
61
               <tr>
61
               <tr>
62
                    <td>$pbsr.getId()</td>
62
                    <td>$pbsr.getId()</td>
63
                    <td>$pbsr.getCreateTimestamp()</td>
63
                    <td>$pbsr.getCreateTimestamp().format($datehiphenFormatter)</td>
64
                    
64
                    
65
                    #if($pbsr.getBillingTimestamp())
65
                    #if($pbsr.getBillingTimestamp())
66
                    <td>$pbsr.getBillingTimestamp()</td>
66
                    <td>$pbsr.getBillingTimestamp().format($datehiphenFormatter)</td>
67
                    #else
67
                    #else
68
                    <td>--</td>
68
                    <td>--</td>
69
                    #end
69
                    #end
70
                    
70
                    
71
                    #if($pbsr.getDeliveryTimestamp())
71
                    #if($pbsr.getDeliveryTimestamp())
72
                    <td>$pbsr.getDeliveryTimestamp()</td>
72
                    <td>$pbsr.getDeliveryTimestamp().format($datehiphenFormatter)</td>
73
                    
73
                    
74
                    #else
74
                    #else
75
                    <td>--</td>
75
                    <td>--</td>
76
                    #end
76
                    #end
77
                    #if($pbsr.getPartnerGrnTimestamp())
77
                    #if($pbsr.getPartnerGrnTimestamp())
78
                      <td>$pbsr.getPartnerGrnTimestamp()</td>
78
                      <td>$pbsr.getPartnerGrnTimestamp().format($datehiphenFormatter)</td>
79
                      #else
79
                      #else
80
                      <td>--</td>
80
                      <td>--</td>
81
                      #end
81
                      #end
82
                      
82
                      
83
                      <td>$pbsr.getTransactionId()</td>
83
                      <td>$pbsr.getTransactionId()</td>