Subversion Repositories SmartDukaan

Rev

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

Rev 32349 Rev 32377
Line 111... Line 111...
111
                <thead>
111
                <thead>
112
                <tr>
112
                <tr>
113
                    <th>Date</th>
113
                    <th>Date</th>
114
                    <th>Supplier</th>
114
                    <th>Supplier</th>
115
                    <th>Warehouse</th>
115
                    <th>Warehouse</th>
-
 
116
                    <th>Invoice Id</th>
116
                    <th>Invoice Number</th>
117
                    <th>Invoice Number</th>
117
                    <th>Num Items</th>
118
                    <th>Num Items</th>
118
                    <th>Total Value</th>
119
                    <th>Total Value</th>
119
                    <th>Invoice Date</th>
120
                    <th>Invoice Date</th>
120
                    <th>Received By</th>
121
                    <th>Received By</th>
Line 131... Line 132...
131
                    #foreach($supplierInvoice in $supplierInvoices)
132
                    #foreach($supplierInvoice in $supplierInvoices)
132
                    <tr>
133
                    <tr>
133
                        <td>$supplierInvoice.getCreateDate().format($dateTimeFormatter)</td>
134
                        <td>$supplierInvoice.getCreateDate().format($dateTimeFormatter)</td>
134
                        <td>$supplierMap.get($supplierInvoice.getSupplierId()).getName()</td>
135
                        <td>$supplierMap.get($supplierInvoice.getSupplierId()).getName()</td>
135
                        <td>$warehouseMap.get($supplierInvoice.getWarehouseId()) </td>
136
                        <td>$warehouseMap.get($supplierInvoice.getWarehouseId()) </td>
-
 
137
                        <td>$supplierInvoice.getInvoiceDocId()</td>
136
                        <td>
138
                        <td>
137
                            <a onclick="getInvoiceItems($supplierInvoice.getId())">$supplierInvoice.getInvoiceNumber() </a>
139
                            <a onclick="getInvoiceItems($supplierInvoice.getId())">$supplierInvoice.getInvoiceNumber() </a>
138
                        </td>
140
                        </td>
139
                        <td>$supplierInvoice.getNumItems()</td>
141
                        <td>$supplierInvoice.getNumItems()</td>
140
                        <td>$supplierInvoice.getTotalValue()</td>
142
                        <td>$supplierInvoice.getTotalValue()</td>