Cashbook UI alignment changes

This commit is contained in:
saravanakumar_kandasami 2017-12-22 15:46:46 +05:30
parent d063577e13
commit be5769550a
8 changed files with 53 additions and 46 deletions

View File

@ -20,3 +20,19 @@ ERROR - 2017-12-22 07:49:33 --> Severity: Notice --> Undefined variable: cash C
ERROR - 2017-12-22 07:49:33 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 82
ERROR - 2017-12-22 07:49:34 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 82
ERROR - 2017-12-22 07:49:34 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\siddharth_application\application\views\cashbookyearmonthwise.php 82
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:24:06 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Undefined variable: cash C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96
ERROR - 2017-12-22 08:28:54 --> Severity: Notice --> Trying to get property of non-object C:\xampp\htdocs\SIA_bitbucket\SIA.22.12\siddharth_application\application\views\cashbookmonthlyexpenses.php 96

View File

@ -52,19 +52,11 @@ if(!empty($depmenu))
</style>
<!--<div class="row">
<div class="col-md-12">
<div id="container"></div>
</div>
</div>-->
<div class="content-wrapper">
<section class="content">
<!-- Left col -->
<div class="col-md-12">
<!-- TABLE: LATEST ORDERS -->
@ -224,7 +216,8 @@ if(!empty($depmenu))
</div>
<!-- /.box -->
</div>
</section>
</div>
<!-- /.col -->

View File

@ -47,11 +47,13 @@ if(!empty($Indiancurrency))
</style>
<div class="row" style="min-height: 600px;">
<div class="content-wrapper">
<div class="col-md-10 col-md-offset-1">
<section class="content">
<div class="col-md-12">
<div id="panel-quick-actions" class="panel panel-default quick-actions">
<div class="panel-heading">
<center><h3 class="box-title"><p style="color:#3c8dbc"><b><?php $month=date('F');echo $month;?> Report (DEP:<?php echo $department; ?>)</b></p></h3></center>
@ -139,8 +141,9 @@ if(!empty($Indiancurrency))
</div>
</div>
</div>
</div>
</div>
</section> </div>

View File

@ -46,11 +46,14 @@ if(!empty($Indiancurrency))
</style>
<div class="row" style="min-height: 600px;">
<div class="content-wrapper">
<div class="col-md-12 ">
<!-- Main content -->
<section class="content">
<div class="col-md-12">
<div id="panel-quick-actions" class="panel panel-default quick-actions">
<div class="panel-heading">
@ -139,8 +142,9 @@ if(!empty($Indiancurrency))
</div>
</div>
</div>
</div>
</div>
</section>
</div>

View File

@ -47,10 +47,11 @@ if(!empty($monthlyincreport))
</style>
<div class="row" style="min-height: 600px;">
<div class="content-wrapper">
<section class="content">
<div class="col-md-12">
<div id="panel-quick-actions" class="panel panel-default quick-actions">
<div class="panel-heading">
@ -152,8 +153,9 @@ if(!empty($monthlyincreport))
</div>
</div>
</div>
</section>
</div>
</div>

View File

@ -17,7 +17,7 @@ if(!empty($Indiancurrency))
<div class="container-fluid">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-12">
<table class="table table-bordered table-hover" id="datatable" style="background-color:#fff;font-size:11px;" >
<thead style="background-color:#ddf">

View File

@ -46,7 +46,9 @@ foreach($financialyear as $item)
<div class="content-wrapper">
<div class="col-md-10 col-md-offset-1">
<section class="content">
<div class="container-fluid">
<div class="col-md-12">
<div id="panel-quick-actions" class="panel panel-default quick-actions">
<div class="panel-heading">
<center><h3 class="box-title"><p style="color:#3c8dbc"><b>YEAR REPORTS(<?php echo $finyear?>)</b></p></h3></center>
@ -162,7 +164,9 @@ foreach($financialyear as $item)
</div>
</div>
</div>
</div>
</div>
</section>
</div>

View File

@ -99,14 +99,14 @@ if(!empty($todayincome))
</style>
</style>
<div>
<section class="content-header">
<div class="content-wrapper">
<!-- Main content -->
<section>
<section class="content">
<!-- Info boxes -->
<center>
<div class="col-md-12">
<!-- fix for small devices only -->
@ -162,22 +162,7 @@ if(!empty($todayincome))
</div>
</div>
</center>
</div>
<!--<div class="row">
<div class="col-md-12">
<div id="container"></div>
</div>
</div>-->
<!-- Left col -->
<!-- Left col -->
<div class="col-md-12">
<!-- TABLE: LATEST ORDERS -->
<div class="box box-info">
@ -288,8 +273,8 @@ if(!empty($todayincome))
<!-- /.box -->
</div>
<!-- /.col -->
</section>
</div>