Lines 332-340
Link Here
|
332 |
[% MACRO jsinclude BLOCK %] |
332 |
[% MACRO jsinclude BLOCK %] |
333 |
[% INCLUDE 'datatables.inc' %] |
333 |
[% INCLUDE 'datatables.inc' %] |
334 |
[% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] |
334 |
[% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] |
|
|
335 |
[% INCLUDE 'js-date-format.inc' %] |
335 |
[% Asset.js("js/cashup_modal.js") | $raw %] |
336 |
[% Asset.js("js/cashup_modal.js") | $raw %] |
336 |
[% INCLUDE 'calendar.inc' %] |
337 |
[% INCLUDE 'calendar.inc' %] |
337 |
[% INCLUDE 'js-date-format.inc' %] |
|
|
338 |
<script> |
338 |
<script> |
339 |
var sales_table = $("#sales").dataTable($.extend(true, {}, dataTablesDefaults, { |
339 |
var sales_table = $("#sales").dataTable($.extend(true, {}, dataTablesDefaults, { |
340 |
orderFixed: [ 0, 'asc'], |
340 |
orderFixed: [ 0, 'asc'], |