Report - Cost Center
- input->post('financialyear')){
- $ab=$this->input->post('financialyear');
- echo '('.$ab.')';
- }
-
- ?>
| Cost Center Code | +Cost Center Name | +Department | +Budget Type | +Budget Year | +Utilized Amount (₹) | +Balance Amount (₹) | +
|---|---|---|---|---|---|---|
| Cost_Center_Code?> | +Cost_Center_Name?> | +Dept_Name?> | +BudgetType?> | +BudgetYear?> | +Util_Amount,2,'.','')?> | +Avlbl_Amt,2,'.','')?> | +
Report - Monthly GST
-
- input->post('financialyear')){
- $ab=$this->input->post('financialyear');
- echo '('.$ab.')';
- echo ' ';
-
- }
- if($this->input->post('month')){
- $m=$this->input->post('month');
- echo '('.$m.')';
- echo ' ';
- }
- if($this->input->post('from_date') && $this->input->post('to_date')){
- $frm = $this->input->post('from_date');
- $t = $this->input->post('to_date');
- echo $frm.'-to-'.$t;
- }
-
- ?>
-
| Name | -Sales () | -Purchase () | -Net () | - -
|---|---|---|---|
| SGST | -sgst,2);?> | -sgst,2);?> | -sgst - $monthly_gst_purchase[0]->sgst; - echo round($sgst_net,2);?> | -
| CGST | -cgst,2);?> | -cgst,2);?> | -cgst - $monthly_gst_purchase[0]->cgst; - echo round($cgst_net,2);?> | -
| IGST | -igst,2);?> | -igst,2);?> | -igst - $monthly_gst_purchase[0]->igst; - echo round($igst_net,2);?> | -
| Total GST | -total,2);?> | -total,2);?> | -total - $monthly_gst_purchase[0]->total; - echo round($total_net,2);?> | -
+ @@ -242,6 +243,13 @@ $(document).ready(function() { // Initialize the DataTable with only pagination enabled var table = $('#cc').DataTable({ + dom: 'Blfrtip', + buttons: [ + { + extend: 'excel', + text: 'Excel', + } + ], paging: true, // Enable pagination searching: true, // Disable search ordering: false, // Disable column sorting diff --git a/app/Views/Report_pending_purchase.php b/app/Views/Report_pending_purchase.php index f64ea7f0..1add1af4 100755 --- a/app/Views/Report_pending_purchase.php +++ b/app/Views/Report_pending_purchase.php @@ -350,6 +350,13 @@ $(document).ready(function() { // Initialize the DataTable with only pagination enabled var table = $('#cc').DataTable({ + dom: 'Blfrtip', + buttons: [ + { + extend: 'excel', + text: 'Excel', + } + ], paging: true, // Enable pagination searching: true, // Disable search ordering: false, // Disable column sorting diff --git a/app/Views/Report_purchase.php b/app/Views/Report_purchase.php index c8006637..3eed6072 100755 --- a/app/Views/Report_purchase.php +++ b/app/Views/Report_purchase.php @@ -71,7 +71,7 @@