report screens with increase font size

This commit is contained in:
saravanakumar_kandasami 2017-11-29 14:06:35 +05:30
parent 5bae71f7c3
commit 487f386e45
16 changed files with 48 additions and 48 deletions

View File

@ -43,7 +43,7 @@ if(!empty($mmi))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:13px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>

View File

@ -43,14 +43,14 @@ if(!empty($mmr))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12.5px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th>Month</th>
<th>Material Code</th>
<th>Material Name</th>
<th>UOM</th>
<th>Average Rate</th>
<th>Average Rate ( <i class="fa fa-rupee " ></i>)</th>

View File

@ -61,7 +61,7 @@ if(!empty($rel_po))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
<table class="table table-bordered table-hover" id="req" style="font-size:14px;">
<thead>
<tr>
<th>PO NO</th>

View File

@ -116,23 +116,23 @@
<div class="box-body" style="display:block" id="a">
<table class="table table-bordered table-hover" id="tab" style="font-size:10.4px;">
<table class="table table-bordered table-hover" id="tab" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center;">Supplier Name</th>
<th style="text-align:center;">Material Name</th>
<th style="text-align:center;">April</th>
<th style="text-align:center;">Apr</th>
<th style="text-align:center;">May</th>
<th style="text-align:center;">June</th>
<th style="text-align:center;">July</th>
<th style="text-align:center;">August</th>
<th style="text-align:center;">September</th>
<th style="text-align:center;">October</th>
<th style="text-align:center;">November</th>
<th style="text-align:center;">December</th>
<th style="text-align:center;">January</th>
<th style="text-align: center;">February</th>
<th style="text-align: center;">March</th>
<th style="text-align:center;">Jun</th>
<th style="text-align:center;">Jul</th>
<th style="text-align:center;">Aug</th>
<th style="text-align:center;">Sep</th>
<th style="text-align:center;">Oct</th>
<th style="text-align:center;">Nov</th>
<th style="text-align:center;">Dec</th>
<th style="text-align:center;">Jan</th>
<th style="text-align: center;">Feb</th>
<th style="text-align: center;">Mar</th>
<th style="text-align: center;">Total</th>
</tr>
@ -363,24 +363,24 @@
<div class="box-body" id="b" style="display:none">
<table class="table table-bordered table-hover" style="font-size:10.4px;" id="ta">
<table class="table table-bordered table-hover" style="font-size:14px;" id="ta">
<thead>
<tr>
<th style="text-align:center;">Supplier Name</th>
<th style="text-align:center;">Material Name</th>
<th style="text-align:center;">April &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">May &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">June &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">July &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">August &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">September &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">October &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">November &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">December &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">January &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align: center;">February &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align: center;">March &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align: center;">Total &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center;">Apr &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">May &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Jun &nbsp;(<i class="fa fa-rupee "></i>)</th>
<th style="text-align:center;">Jul &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Aug &nbsp;(<i class="fa fa-rupee "></i>)</th>
<th style="text-align:center;">Sep &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Oct &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Nov &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Dec &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align:center;">Jan &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align: center;">Feb &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align: center;">Mar &nbsp;(<i class="fa fa-rupee " ></i>)</th>
<th style="text-align: center;">Total &nbsp;(<i class="fa fa-rupee " ></i>)</th>
</tr>
</thead>

View File

@ -43,7 +43,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<?php
@ -62,11 +62,11 @@ if(!empty($mms))
</tr>
<tr>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Value &nbsp;(<i class="fa fa-rupee "></i>)</th>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Value &nbsp;(<i class="fa fa-rupee "></i>)</th>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Value &nbsp;(<i class="fa fa-rupee "></i>)</th>
</tr>
</thead>

View File

@ -43,7 +43,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
@ -53,7 +53,7 @@ if(!empty($mms))
</tr>
<tr>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Value &nbsp;(<i class="fa fa-rupee "></i>)</th>
</tr>

View File

@ -43,7 +43,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>

View File

@ -43,7 +43,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<?php

View File

@ -42,7 +42,7 @@ if(!empty($mms))
<!-- /.box-header -->
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center">Supplier Name</th>

View File

@ -60,7 +60,7 @@ if(!empty($open_po))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
<table class="table table-bordered table-hover" id="req" style="font-size:14px;">
<thead>
<tr>
<th>PO NO</th>

View File

@ -183,7 +183,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center">PO NO</th>

View File

@ -162,7 +162,7 @@ if(!empty($mms))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center">Supplier Name</th>

View File

@ -72,7 +72,7 @@ if(!empty($Total))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
<table class="table table-bordered table-hover" id="req" style="font-size:14px;">
<thead>
<tr>

View File

@ -76,12 +76,12 @@ if(!empty($mms))
?>
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center">Month-Year</th>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Total Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Total Value &nbsp;(<i class="fa fa-rupee " ></i>)</th>
</tr>

View File

@ -42,13 +42,13 @@ if(!empty($mms))
<!-- /.box-header -->
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="cc" style="font-size:12px;">
<table class="table table-bordered table-hover" id="cc" style="font-size:14px;">
<thead>
<tr>
<th style="text-align:center">Supplier Name</th>
<th style="text-align:center">Material Name</th>
<th style="text-align:center">Quantity</th>
<th style="text-align:center">Total Value &nbsp;(in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
<th style="text-align:center">Total Value &nbsp;(<i class="fa fa-rupee "></i>)</th>
</tr>

View File

@ -60,7 +60,7 @@ if(!empty($pending_list))
<div class="box-body">
<div>
<table class="table table-bordered table-hover" id="req" style="font-size:13px;">
<table class="table table-bordered table-hover" id="req" style="font-size:14px;">
<thead>
<tr>
<th>Requistion Date</th>