copy dari repo om Irfan
This commit is contained in:
@@ -0,0 +1,196 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>TTS <?=$service[0]['KODE_SERVICE']?></title>
|
||||
<link rel="icon" type="image/png" href="<?php echo base_url('')?>assets/images/logoPcmBaru3.png" />
|
||||
|
||||
<!-- Web Fonts -->
|
||||
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
|
||||
|
||||
<!-- Vendor CSS -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap/css/bootstrap.css" />
|
||||
|
||||
<!-- Invoice Print Style -->
|
||||
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/invoice-print.css" />
|
||||
|
||||
<style type="text/css">
|
||||
.f9 {
|
||||
font-size: 9px;
|
||||
}
|
||||
|
||||
.f10 {
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.f11 {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.f12 {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.f13 {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.f14 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.f15 {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
@page {
|
||||
size: A5 portrait;
|
||||
margin: 0.10in 0in 0.10in 0in;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php if (is_array($service) || is_object($service)) {
|
||||
$no = 1;
|
||||
foreach ($service as $row) { ?>
|
||||
<div class="invoice">
|
||||
<header class="clearfix">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 mt-md">
|
||||
<h3 class="h3 mt-none mb-sm text-dark text-bold"><strong>SERVICE</strong></h3>
|
||||
<h4 class="h5 m-none text-dark text-bold">#<?= $row['KODE_SERVICE'] ?></h4>
|
||||
</div>
|
||||
<div class="col-sm-6 text-right mt-md mb-md">
|
||||
<div class="ib">
|
||||
<img src="<?php echo base_url('') ?>assets/images/logo.png" height="45" alt="OKLER Themes" />
|
||||
</div>
|
||||
<address class="ib mr-xlg f11">
|
||||
Ruko Mangga Dua Blok A6 No. 6
|
||||
<br/>
|
||||
Jl. Jagir Wonokromo No 100, Surabaya - 60243
|
||||
<br/>
|
||||
Telp : (031) 847-5047,847-8001, WA : 0877-0566-9997
|
||||
</address>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="bill-info">
|
||||
<div class="row" style="margin-top: -20px;">
|
||||
<div class="col-md-6">
|
||||
<div class="bill-to">
|
||||
<p class="h5 mb-xs text-dark text-semibold"><b>Kepada :</b></p>
|
||||
<address class="f12">
|
||||
<?= $row['NAMA_PELANGGAN'] ?>
|
||||
<br/>
|
||||
<?php if ($row['PIC_PELANGGAN']!="") { ?>
|
||||
Up : <?= $row['PIC_PELANGGAN'] ?>
|
||||
<br/>
|
||||
<?php } ?>
|
||||
Telp : <?= $row['TELP_SERVICE'] ?>
|
||||
</address>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="bill-data text-right">
|
||||
<p class="h5 mb-xs text-dark text-semibold"><b>Tanda Terima :</b></p>
|
||||
<address class="f12">
|
||||
<?= $row['TANGGAL'] ?>
|
||||
<br>
|
||||
<i>CS : (<?= $row['PEMBUAT'] ?>)</i>
|
||||
</address>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table invoice-items">
|
||||
<thead>
|
||||
<tr class=" text-dark">
|
||||
<th id="cell-item" class="text-semibold f14">Model Barang</th>
|
||||
<th id="cell-desc" class="text-semibold f14">SN/ST</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="f12 text-semibold text-dark"><?= $row['NAMA_UNITSERVICE'] ?></td>
|
||||
<td class="f12"><?= $row['NAMA_SNS'] ?></td>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table invoice-items">
|
||||
<thead>
|
||||
<tr class="text-dark">
|
||||
<th id="cell-item" class="text-semibold f14">Status</th>
|
||||
<th id="cell-desc" class="f14 text-semibold">Keluhan</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="f12 text-semibold text-dark"><?= $row['STATUS'] ?><br><?= $nama_bs ?></td>
|
||||
<td class="f12 text-semibold text-dark"><?= $row['KEL_SNS'] ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table invoice-items">
|
||||
<thead>
|
||||
<tr class="text-dark">
|
||||
<th id="cell-item" class="text-semibold f14">Keterangan</th>
|
||||
<th id="cell-desc" class="f14 text-semibold">Lainnya</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<?php if ($id_bs==0) { ?>
|
||||
<td class="f12">-</td>
|
||||
<?php } else { ?>
|
||||
<td class="f12">Biaya Perbaikan <?= $serFull ?>,-<br>Biaya Pembatalan <?= $serHalf ?>,-</td>
|
||||
<?php } ?>
|
||||
<td class="f12 text-semibold text-dark"><?= $row['PART_SNS'] ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class="invoice-summary">
|
||||
<div class="row">
|
||||
<div class="col-md-12" style="margin-top: -20px;">
|
||||
<p class="h5 mb-xs text-dark text-semibold"><b>Note :</b></p>
|
||||
<p class="f12">
|
||||
<?= $jangka ?>
|
||||
<br/>
|
||||
2. Kami tidak bertanggung jawab atas Software/Data yang terinstall pada Perangkat Anda.
|
||||
<br/>
|
||||
<?= $masa ?>
|
||||
<br/>
|
||||
4. Kami tidak bertanggung jawab atas Barang yang tidak diambil dalam Jangka Waktu <i><strong>30 Hari setelah Service</strong></i>.
|
||||
<br/>
|
||||
5. Pelanggan yang sudah menerima Tanda Terima ini <i><strong>telah memahami dan menyetujui Ketentuan di atas</strong></i>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12 " style="border:1px solid black; padding:5px; width:380px; margin-top: 10px; margin-left:120px; margin-bottom:5px">
|
||||
<p class="f11 center" style="margin:0px;"><b><i style="color:FireBrick">Tanda Terima ini Sah dan diproses Oleh Sistem kami.<br>Silahkan hubungi 0877-0566-9997 apabila membutuhkan bantuan.</b></i></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
window.print();
|
||||
</script>
|
||||
<?php }
|
||||
} ?>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user