Subversion Repositories SmartDukaan

Rev

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

Rev 33809 Rev 34046
Line 61... Line 61...
61
                <td>$statement.getReferenceType()</td>
61
                <td>$statement.getReferenceType()</td>
62
            </tr>
62
            </tr>
63
            #end
63
            #end
64
 
64
 
65
        <!-- Grand Total Row -->
65
        <!-- Grand Total Row -->
-
 
66
        </tbody>
-
 
67
        <tfoot>
66
        <tr>
68
        <tr>
67
            <td colspan="3">Grand Total</td>
69
            <td colspan="3">Grand Total</td>
68
            <td>${grandTotalDebit}</td>
70
            <td>${grandTotalDebit}</td>
69
            <td>${grandTotalCredit}</td>
71
            <td>${grandTotalCredit}</td>
70
            <td colspan="2"></td>
72
            <td colspan="2"></td>
71
        </tr>
73
        </tr>
72
 
-
 
73
        </tbody>
74
        </tfoot>
74
    </table>
75
    </table>
75
</div>
76
</div>
-
 
77
 
-
 
78
<script>
-
 
79
    $(document).ready(function () {
-
 
80
        $('#accountStatementSummaryReport').DataTable();
-
 
81
    })
-
 
82
 
-
 
83
</script>
76
84