mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-22 22:04:14 +00:00
197 lines
5.5 KiB
PHP
Executable File
197 lines
5.5 KiB
PHP
Executable File
<?php if($_SESSION['role'] == 0){ ?>
|
|
<div class="note note-info">
|
|
<p> A black page template with a minimal dependency assets to use as a base for any custom page you create </p>
|
|
</div>
|
|
<?php echo "User ID : " . $_SESSION['user_id'] . "</br>"; ?>
|
|
<?php echo "Company ID : " . $_SESSION['company_id'] . "</br>"; ?>
|
|
<?php echo "Branch ID : " . $_SESSION['branch_id']. "</br>"; ?>
|
|
<?php echo "Role : " . $_SESSION['role']. "</br>"; ?>
|
|
<?php echo "Group : " . $_SESSION['group_id']. "</br>"; ?>
|
|
<?php }else{?>
|
|
<style>
|
|
th,td {
|
|
vertical-align: middle !important;
|
|
font-size: 11px !important;
|
|
}
|
|
|
|
th.dt-body-center,
|
|
td.dt-body-center {
|
|
text-align: center !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.table-scrollable .dataTable td>.btn-group, .table-scrollable .dataTable th>.btn-group {
|
|
position: absolute;
|
|
margin-top: -10px;
|
|
}
|
|
|
|
.dataTables_empty {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.dropdown-menu {
|
|
min-width: 10px !important;
|
|
}
|
|
|
|
.marking>tbody>tr>td,
|
|
.marking>thead>tr>th {
|
|
font-size: 14px !important;
|
|
}
|
|
|
|
.packing-list>tbody>tr>td , .packing-list>thead>tr>th {
|
|
text-align: center !important;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.marking>tbody>tr>td , .marking>thead>tr>th {
|
|
padding: 15px;
|
|
}
|
|
|
|
@media print {
|
|
body.modalprinter * {
|
|
visibility: hidden;
|
|
}
|
|
|
|
body.modalprinter .modal-dialog.focused {
|
|
position: absolute;
|
|
padding: 0;
|
|
margin: 0;
|
|
left: 0;
|
|
top: 0;
|
|
page-break-before: avoid;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body.modalprinter .modal-dialog.focused .modal-content {
|
|
border-width: 0;
|
|
}
|
|
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title,
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-body,
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-body * {
|
|
visibility: visible;
|
|
}
|
|
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-header,
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-body {
|
|
padding: 0;
|
|
}
|
|
|
|
body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
</style>
|
|
<!--<h1 class="page-title"> Company Settings
|
|
</h1>-->
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="portlet box blue-hoki">
|
|
<div class="portlet-title">
|
|
<div class="caption">
|
|
<i class="fa fa-cogs"></i><strong>General Status</strong>
|
|
</div>
|
|
</div>
|
|
<div class="portlet-body">
|
|
<!--<ul class="nav nav-tabs tabs-reversed">
|
|
<li class="active">
|
|
<a href="/dashboard/shipping-order"> Shipping Order </a>
|
|
</li>
|
|
<li>
|
|
<a href="/dashboard"> Purchase Order </a>
|
|
</li>
|
|
</ul>-->
|
|
<div class="tab-content">
|
|
<table class="table table-striped table-bordered table-hover" id="order-status">
|
|
<thead>
|
|
<tr role="row" class="heading">
|
|
<th>No</th>
|
|
<th>Date</th>
|
|
<th>Status</th>
|
|
<th>Order No</th>
|
|
<th>Marking</th>
|
|
<th>Supplier<br/>Name</th>
|
|
<?php if($_SESSION['group_id'] <> 1){ ?>
|
|
<th>Forwarder</th>
|
|
<?php } ?>
|
|
<th>Shipment<br/>No</th>
|
|
<th>Cont<br/>No</th>
|
|
<th>Warehouse<br/>Recv<br/>Note</th>
|
|
<th>ETD</th>
|
|
<th>ETA</th>
|
|
<th style="padding-right: 30px;">Actions</th>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal fade bs-modal-lg in printable1" id="previewPL" tabindex="-1" role="basic" aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content form">
|
|
<form id="marking-no-add" class="form-horizontal form-bordered">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
|
|
<h3 class="modal-title">Packing List</h3>
|
|
<div class="btn-group pull-right">
|
|
<button class="btn green btn-circle btn-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false"> Actions
|
|
<i class="fa fa-angle-down"></i>
|
|
</button>
|
|
<ul class="dropdown-menu pull-left" role="menu">
|
|
<li>
|
|
<a onclick="window.print();"><i class="icon-printer"></i> Print</a>
|
|
</li>
|
|
<li>
|
|
<a id="pdf"><i class="icon-doc"></i>PDF</a>
|
|
</li>
|
|
<li>
|
|
<a id="excel"><i class="icon-doc"></i>Excel</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div>
|
|
<div class="form-body" id="getCode">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="modal fade bs-modal-lg in printable2" id="previewMarking" tabindex="-1" role="basic" aria-hidden="true">
|
|
<div class="modal-dialog modal-lg">
|
|
<div class="modal-content form">
|
|
<form id="marking-no-add" class="form-horizontal form-bordered">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true"></button>
|
|
<h3 class="modal-title">Marking</h3>
|
|
<div class="btn-group pull-right">
|
|
<button class="btn green btn-circle btn-outline dropdown-toggle" type="button" data-toggle="dropdown" aria-expanded="false"> Actions
|
|
<i class="fa fa-angle-down"></i>
|
|
</button>
|
|
<ul class="dropdown-menu pull-left" role="menu">
|
|
<li>
|
|
<a onclick="window.print();"><i class="icon-printer"></i> Print</a>
|
|
</li>
|
|
<li>
|
|
<a id="pdf2"><i class="icon-doc"></i>PDF</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div>
|
|
<div class="form-body" id="getCode2">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<?php }?>
|