Subversion Repositories SmartDukaan

Rev

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

Rev 35806 Rev 36132
Line 15... Line 15...
15
                <thead>
15
                <thead>
16
                    <tr>
16
                    <tr>
17
                        <th>Request Id</th>
17
                        <th>Request Id</th>
18
                        <th>Invoice Id</th>
18
                        <th>Invoice Id</th>
19
                        <th>Invoice #</th>
19
                        <th>Invoice #</th>
-
 
20
                        <th>Invoice Date</th>
20
                        <th>Requested By</th>
21
                        <th>Requested By</th>
21
                        <th>Requested At</th>
22
                        <th>Requested At</th>
22
                        <th>Remarks</th>
23
                        <th>Remarks</th>
23
                    </tr>
24
                    </tr>
24
                </thead>
25
                </thead>
Line 31... Line 32...
31
                            #if($invoiceMap.get($req.getInvoiceId()))
32
                            #if($invoiceMap.get($req.getInvoiceId()))
32
                                $invoiceMap.get($req.getInvoiceId()).getInvoiceNumber()
33
                                $invoiceMap.get($req.getInvoiceId()).getInvoiceNumber()
33
                            #end
34
                            #end
34
                        </td>
35
                        </td>
35
                        <td>
36
                        <td>
-
 
37
                            #if($invoiceMap.get($req.getInvoiceId()) && $invoiceMap.get($req.getInvoiceId()).getInvoiceDate())
-
 
38
                            $invoiceMap.get($req.getInvoiceId()).getInvoiceDate().toLocalDate()
-
 
39
                            #end
-
 
40
                        </td>
-
 
41
                        <td>
36
                            #if($requesterMap.get($req.getRequestedBy()))
42
                            #if($requesterMap.get($req.getRequestedBy()))
37
                                $requesterMap.get($req.getRequestedBy()).getFullName()
43
                                $requesterMap.get($req.getRequestedBy()).getFullName()
38
                            #end
44
                            #end
39
                        </td>
45
                        </td>
40
                        <td>$req.getRequestedAt().toLocalDate()</td>
46
                        <td>$req.getRequestedAt().toLocalDate()</td>