Subversion Repositories SmartDukaan

Rev

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

Rev 33525 Rev 33578
Line 1... Line 1...
1
<div class="modal-body">
1
<div class="modal-body">
-
 
2
    <h4 class="modal-title">Brand fee payment details</h4>
2
    <table class="table table-bordered">
3
    <table class="table table-bordered">
3
        <thead>
4
        <thead>
4
        <th>Date</th>
5
        <th>Date</th>
5
        <th>Amount</th>
6
        <th>Amount</th>
6
        <th>Reference No</th>
7
        <th>Reference No</th>
Line 14... Line 15...
14
        </thead>
15
        </thead>
15
        <tbody>
16
        <tbody>
16
            #foreach($bfc in $brandFeeCollections)
17
            #foreach($bfc in $brandFeeCollections)
17
            <tr>
18
            <tr>
18
                <td hidden="hidden" class="bfcId">$bfc.getId() </td>
19
                <td hidden="hidden" class="bfcId">$bfc.getId() </td>
19
                <td>$bfc.getTimeStamp()</td>
20
                <td>$bfc.getFeeCollectingTimeStamp().format($dateTimeFormatter)</td>
20
                <td class="currency">$bfc.getCollectedAmount()</td>
21
                <td class="currency">$bfc.getCollectedAmount()</td>
21
                <td>$bfc.getPaymentReferenceNo()</td>
22
                <td>$bfc.getPaymentReferenceNo()</td>
22
                <td>$bfc.getPaymentMode()</td>
23
                <td>$bfc.getPaymentMode()</td>
23
                <td>$bfc.getPaymentStatus()</td>
24
                <td>$bfc.getPaymentStatus()</td>
24
                #if($bfc.getDescription())
25
                #if($bfc.getDescription())