report screens with increase font size
This commit is contained in:
parent
5bae71f7c3
commit
487f386e45
@ -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>
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">May (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">June (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">July (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">August (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">September (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">October (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">November (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">December (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">January (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align: center;">February (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align: center;">March (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align: center;">Total (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center;">Apr (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">May (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Jun (<i class="fa fa-rupee "></i>)</th>
|
||||
<th style="text-align:center;">Jul (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Aug (<i class="fa fa-rupee "></i>)</th>
|
||||
<th style="text-align:center;">Sep (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Oct (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Nov (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Dec (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align:center;">Jan (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align: center;">Feb (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align: center;">Mar (<i class="fa fa-rupee " ></i>)</th>
|
||||
<th style="text-align: center;">Total (<i class="fa fa-rupee " ></i>)</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@ -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 (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Value (<i class="fa fa-rupee "></i>)</th>
|
||||
<th style="text-align:center">Quantity</th>
|
||||
<th style="text-align:center">Value (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Value (<i class="fa fa-rupee "></i>)</th>
|
||||
<th style="text-align:center">Quantity</th>
|
||||
<th style="text-align:center">Value (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Value (<i class="fa fa-rupee "></i>)</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
@ -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 (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Value (<i class="fa fa-rupee "></i>)</th>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
|
||||
@ -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 (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Total Value (<i class="fa fa-rupee " ></i>)</th>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
@ -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 (in <i class="fa fa-rupee " style="padding: 5px;"></i>)</th>
|
||||
<th style="text-align:center">Total Value (<i class="fa fa-rupee "></i>)</th>
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user