cashbook export excel
This commit is contained in:
parent
fada0704a5
commit
1854471dc5
@ -42,3 +42,9 @@ ERROR - 2017-12-04 09:59:39 --> Severity: Notice --> Undefined variable: ym C:\
|
||||
ERROR - 2017-12-04 09:59:39 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\cashbookmonthlyexpenses.php 71
|
||||
ERROR - 2017-12-04 10:39:13 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 10:39:13 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 10:56:29 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 10:56:29 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 11:07:24 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 11:07:24 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 13:30:45 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
ERROR - 2017-12-04 13:30:45 --> Severity: Notice --> Undefined property: stdClass::$month C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 60
|
||||
|
||||
@ -42,7 +42,7 @@ if(!empty($departmentwise))
|
||||
<div class="btn-group btn-group-justified no-margin">
|
||||
|
||||
<div>
|
||||
<table class="table table-bordered table-hover" style="font-size:13px;">
|
||||
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
|
||||
@ -45,7 +45,7 @@ if(!empty($monthlyincreport))
|
||||
<div class="btn-group btn-group-justified no-margin">
|
||||
|
||||
<div>
|
||||
<table class="table table-bordered table-hover" style="font-size:13px;">
|
||||
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
<div class="btn-group btn-group-justified no-margin">
|
||||
|
||||
<div>
|
||||
<table class="table table-bordered table-hover" style="font-size:13px;">
|
||||
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user