Subversion Repositories SmartDukaan

Rev

Rev 35971 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35971 Rev 36242
Line 12... Line 12...
12
                <th>Bank Name</th>
12
                <th>Bank Name</th>
13
                <th>Reference Date</th>
13
                <th>Reference Date</th>
14
                <th>Amount</th>
14
                <th>Amount</th>
15
                <th>Created On</th>
15
                <th>Created On</th>
16
                <th>Updated On</th>
16
                <th>Updated On</th>
-
 
17
                <th>Doc</th>
17
                #if($rStatus == "pending")
18
                #if($rStatus == "pending")
18
                    <th>Status</th>
19
                    <th>Status</th>
19
                #end
20
                #end
20
            </tr>
21
            </tr>
21
            </thead>
22
            </thead>
Line 41... Line 42...
41
                        #end
42
                        #end
42
                        <td>$walletData.getReference_date()</td>
43
                        <td>$walletData.getReference_date()</td>
43
                        <td class="currency">$walletData.getAmount()</td>
44
                        <td class="currency">$walletData.getAmount()</td>
44
                        <td>$walletData.getCreateTimestamp().format($dateTimeFormatter)</td>
45
                        <td>$walletData.getCreateTimestamp().format($dateTimeFormatter)</td>
45
                        <td>$walletData.getUpdateTimestamp().format($dateTimeFormatter)</td>
46
                        <td>$walletData.getUpdateTimestamp().format($dateTimeFormatter)</td>
-
 
47
                        <td>
-
 
48
                            #if($walletData.getFspId() > 0 && $fspAttachmentMap && $fspAttachmentMap.containsKey($walletData.getId()))
-
 
49
                                <button type="button" class="btn btn-info btn-xs wallet-doc-view-btn"
-
 
50
                                        data-doc-url="${rc.contextPath}/document/$fspAttachmentMap.get($walletData.getId())">
-
 
51
                                    <i class="fa fa-eye"></i>
-
 
52
                                </button>
-
 
53
                            #end
-
 
54
                        </td>
46
                        #if($walletData.getStatus()=="pending")
55
                        #if($walletData.getStatus()=="pending")
47
                            <td>
56
                            <td>
48
                                <button class="btn btn-primary approve" data-requestid="$walletData.getId()"
57
                                <button class="btn btn-primary approve" data-requestid="$walletData.getId()"
49
                                        type="button" style="width:100%;border-radius:0px;">Approve
58
                                        type="button" style="width:100%;border-radius:0px;">Approve
50
                                </button>
59
                                </button>