Fix export all records #868

This commit is contained in:
FrancescoUK
2017-12-02 17:42:57 +00:00
parent 00958608e0
commit c784a537dd
4 changed files with 5 additions and 4 deletions

View File

@@ -74,7 +74,7 @@
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=1a7dd79d6d"/>
<!-- end mincss template tags -->
<!-- start minjs template tags -->
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=63c868fd57"></script>
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=b190459b50"></script>
<!-- end minjs template tags -->
<?php endif; ?>

View File

@@ -34,9 +34,9 @@
striped: true,
sortable: true,
showExport: true,
exportDataType: 'all',
pagination: true,
showColumns: true,
showExport: true,
data: <?php echo json_encode($data); ?>,
iconSize: 'sm',
paginationVAlign: 'bottom',
@@ -46,4 +46,4 @@
});
</script>
<?php $this->load->view("partial/footer"); ?>
<?php $this->load->view("partial/footer"); ?>

View File

@@ -52,6 +52,7 @@
showColumns: true,
uniqueId: 'id',
showExport: true,
exportDataType: 'all',
data: <?php echo json_encode($summary_data); ?>,
iconSize: 'sm',
paginationVAlign: 'bottom',

View File

@@ -33,7 +33,7 @@
"bootswatch": "^3.3.7",
"smalot-bootstrap-datetimepicker": "~2.4.4",
"bootstrap-select": "~1.12.4",
"bootstrap-table": "master",
"bootstrap-table": "https://github.com/opensourcepos/bootstrap-table.git#master",
"bootstrap-daterangepicker": "~2.1.25",
"tableExport.jquery.plugin": "1.5.1",
"chartist": "~0.9.8",