951 lines
38 KiB
PHP
951 lines
38 KiB
PHP
<!doctype html>
|
|
<html class="fixed">
|
|
|
|
<head>
|
|
|
|
<!-- Basic -->
|
|
<meta charset="UTF-8">
|
|
|
|
<title>INFORMASI | LABA RUGI PERIODE</title>
|
|
<meta name="keywords" content="HTML5 Admin Template" />
|
|
<meta name="description" content="Porto Admin - Responsive HTML5 Template">
|
|
<meta name="author" content="okler.net">
|
|
<link rel="icon" type="image/png" href="<?php echo base_url('')?>assets/images/logoPcmBaru3.png" />
|
|
|
|
<!-- Mobile Metas -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
|
|
<!-- Vendor CSS -->
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap/css/bootstrap.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/font-awesome/css/font-awesome.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/magnific-popup/magnific-popup.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap-datepicker/css/datepicker3.css" />
|
|
|
|
<!-- Specific Page Vendor CSS -->
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/select2/select2.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/jquery-datatables-bs3/assets/css/datatables.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/pnotify/pnotify.custom.css" />
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/vendor/bootstrap-multiselect/bootstrap-multiselect.css" />
|
|
|
|
<!-- Theme CSS -->
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/theme.css" />
|
|
|
|
<!-- Skin CSS -->
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/skins/default.css" />
|
|
|
|
<!-- Theme Custom CSS -->
|
|
<link rel="stylesheet" href="<?php echo base_url('') ?>assets/stylesheets/theme-custom.css">
|
|
|
|
<!-- Head Libs -->
|
|
<script src="<?php echo base_url('') ?>assets/vendor/modernizr/modernizr.js"></script>
|
|
|
|
</head>
|
|
<script src="<?= base_url() ?>assets/bower_components/jquery/jquery-3.3.1.min.js"></script>
|
|
<script src="<?= base_url() ?>assets/bower_components/sweetalert2/sweetalert2.all.min.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
let base_url = '<?= base_url() ?>';
|
|
</script>
|
|
|
|
<body>
|
|
<section class="body">
|
|
|
|
<!-- start: header -->
|
|
<?php $this->load->view('template/header'); ?>
|
|
<!-- end: header -->
|
|
|
|
<div class="inner-wrapper">
|
|
<!-- start: sidebar -->
|
|
<?php $this->load->view('template/sidebar'); ?>
|
|
<!-- end: sidebar -->
|
|
|
|
<section role="main" class="content-body">
|
|
<header class="page-header">
|
|
<?php if ($title=="Belum Terpilih*") { ?>
|
|
<h2><strong>Laba Rugi Periode</strong></h2>
|
|
<?php } else { ?>
|
|
<h2><strong>Laba Rugi Periode | </strong><strong style="color:Yellow"><?=$tgl_awal?> s/d <?=$tgl_akhir?></strong></h2>
|
|
<?php } ?>
|
|
<div class="right-wrapper pull-right">
|
|
<ol class="breadcrumbs">
|
|
<li><span><strong style="color:Orange">Master Data </span></strong></li>
|
|
</ol>
|
|
|
|
<a class="sidebar-right-toggle" data-open="sidebar-right"><i class="fa fa-chevron-left"></i></a>
|
|
</div>
|
|
</header>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>LABA RUGI PERIODE <b class="text-dark">(<?=$title?>)</b></strong></h2>
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
<div class="form-group">
|
|
<h4><label class="col-md-2 control-label"><b class="text-dark">Periode</b></label></h4>
|
|
<div class="col-md-6">
|
|
<select data-plugin-selectTwo name="id_setdata" id="id_setdata" onchange="openTab(value);" class="form-control populate" required>
|
|
<option value="" selected>Pilih Periode Neraca</option>
|
|
<?php if (is_array($setdata) || is_object($setdata)) {
|
|
foreach ($setdata as $key) { ?>
|
|
<?php if ($id_setdata==$key['ID_SETDATA']) { ?>
|
|
<option value="<?= $key['ID_SETDATA'] ?>" selected><?= $key['KODE_SETDATA'] ?> | Periode <?= $key['TGLSTART'] ?> s/d <?= $key['TGLEND'] ?></option>
|
|
<?php } else { ?>
|
|
<option value="<?= $key['ID_SETDATA'] ?>" ><?= $key['KODE_SETDATA'] ?> | Periode <?= $key['TGLSTART'] ?> s/d <?= $key['TGLEND'] ?></option>
|
|
<?php } ?>
|
|
<?php }
|
|
} ?>
|
|
</select>
|
|
<small class="help-block"></small>
|
|
</div>
|
|
</div>
|
|
<?php if ($set==1) { ?>
|
|
<div class="form-group">
|
|
<h4><label class="col-md-2 control-label"><b class="text-dark">Menu</b></label></h4>
|
|
<div class="col-md-6">
|
|
<button type="button" class="btn btn-default text-quartenary" data-toggle="modal" data-target="#modal-cetak"><strong>Buat Excel</strong> <i class="fa fa-file-excel-o"></i></button><br></br>
|
|
</div>
|
|
</div>
|
|
<?php } ?>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<!-- start: page -->
|
|
<?php if ($id_setdata == "1") { ?>
|
|
<h1 class="panel-title text-center text-dark"><strong>PT. TRIPERWIRA MULTI PAMENANG<br>LABA RUGI AWAL<br></strong></h1><br>
|
|
<?php } else { ?>
|
|
<h1 class="panel-title text-center text-dark"><strong>PT. TRIPERWIRA MULTI PAMENANG<br>LABA RUGI<br></strong></h1><br>
|
|
<?php } ?>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>TOTAL PENJUALAN</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>PENJUALAN</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan23,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">2</td>
|
|
<td class="text-dark"><strong>RETUR PENJUALAN</strong></td>
|
|
<td class="text-danger text-right"><strong><?php echo number_format($nilai_perkiraan24,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">3</td>
|
|
<td class="text-dark"><strong>POTONGAN / DISKON PENJUALAN</strong></td>
|
|
<td class="text-danger text-right"><strong><?php echo number_format($nilai_perkiraan25,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalPenjualan,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>HARGA POKOK PENJUALAN</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>PERSEDIAAN AWAL</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan26,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">2</td>
|
|
<td class="text-dark"><strong>PEMBELIAN</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan27,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">3</td>
|
|
<td class="text-dark"><strong>RETUR PEMBELIAN</strong></td>
|
|
<td class="text-danger text-right"><strong><?php echo number_format($nilai_perkiraan28,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">4</td>
|
|
<td class="text-dark"><strong>POT. PEMBELIAN</strong></td>
|
|
<td class="text-danger text-right"><strong><?php echo number_format($nilai_perkiraan29,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalPembelian,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">5</td>
|
|
<td class="text-dark"><strong>PERSEDIAAN AKHIR</strong></td>
|
|
<td class="text-danger text-right"><strong><?php echo number_format($nilai_perkiraan30,2); ?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($hargaPokokPenjualan,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-quartenary">
|
|
<header class="panel-heading">
|
|
|
|
<h2 class="panel-title"><strong>LABA KOTOR</strong></h2>
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($labaKotor,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>BIAYA PENJUALAN</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>Biaya Operasional</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan31,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">2</td>
|
|
<td class="text-dark"><strong>Biaya Pengiriman</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan32,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">3</td>
|
|
<td class="text-dark"><strong>Biaya Service Kendaraan</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan33,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">4</td>
|
|
<td class="text-dark"><strong>Biaya Bensin</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan34,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">5</td>
|
|
<td class="text-dark"><strong>Biaya Parkir Umum</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan35,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">6</td>
|
|
<td class="text-dark"><strong>Biaya Sparepart</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan36,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">7</td>
|
|
<td class="text-dark"><strong>Biaya Kebutuhan Service</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan37,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalBiayaPenjualan,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>BIAYA UMUM DAN ADMINISTRASI</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>Biaya Gaji/THR</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan38,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">2</td>
|
|
<td class="text-dark"><strong>Biaya Pajak PPh Psl 21</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan39,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">3</td>
|
|
<td class="text-dark"><strong>Biaya Incentive</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan40,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">4</td>
|
|
<td class="text-dark"><strong>Biaya PLN</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan41,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">5</td>
|
|
<td class="text-dark"><strong>Biaya Telepon</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan42,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">6</td>
|
|
<td class="text-dark"><strong>Biaya Internet</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan43,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">7</td>
|
|
<td class="text-dark"><strong>Biaya PDAM</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan44,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">8</td>
|
|
<td class="text-dark"><strong>Biaya Serv Charge Mangga Dua</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan45,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">9</td>
|
|
<td class="text-dark"><strong>Biaya Parkir Kary Mangga Dua</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan46,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">10</td>
|
|
<td class="text-dark"><strong>Biaya Pengeluaran ITC</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan80,2);?></strong></td>
|
|
</tr>
|
|
<!--<tr>
|
|
<td class="center">11</td>
|
|
<td class="text-dark"><strong>Biaya Parkir Kary ITC</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan81,2);?></strong></td>
|
|
</tr>-->
|
|
<tr>
|
|
<td class="center">11</td>
|
|
<td class="text-dark"><strong>Biaya Konsultan Pajak</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan47,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">12</td>
|
|
<td class="text-dark"><strong>Biaya ATK</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan48,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">13</td>
|
|
<td class="text-dark"><strong>Biaya Materai</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan49,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">14</td>
|
|
<td class="text-dark"><strong>Biaya Fotocopy</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan50,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">15</td>
|
|
<td class="text-dark"><strong>Biaya Majalah Komputer, Buku, Dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan51,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">16</td>
|
|
<td class="text-dark"><strong>Biaya Cetak (Stempel, Kartu Nm, Kertas Kont B55dll)</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan52,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">17</td>
|
|
<td class="text-dark"><strong>Biaya Surat Referensi, Jaminan, dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan53,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">18</td>
|
|
<td class="text-dark"><strong>Biaya Kebutuhan Kantor</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan54,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">19</td>
|
|
<td class="text-dark"><strong>Biaya Service Luar</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan55,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">20</td>
|
|
<td class="text-dark"><strong>Biaya Tol</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan56,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">21</td>
|
|
<td class="text-dark"><strong>Biaya Service AC</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan57,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">22</td>
|
|
<td class="text-dark"><strong>Biaya Pajak Kendaraan</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan58,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">23</td>
|
|
<td class="text-dark"><strong>Biaya Sumbangan dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan59,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">24</td>
|
|
<td class="text-dark"><strong>Biaya Entertain</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan60,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">25</td>
|
|
<td class="text-dark"><strong>Biaya BPJS</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan61,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">26</td>
|
|
<td class="text-dark"><strong>Biaya Ass Karyawan & Ass Lainnya</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan62,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">27</td>
|
|
<td class="text-dark"><strong>Biaya Training, Seminar dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan63,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">28</td>
|
|
<td class="text-dark"><strong>Biaya Fee</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan64,2) ; ?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">29</td>
|
|
<td class="text-dark"><strong>Biaya Dinas Luar</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan65,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">30</td>
|
|
<td class="text-dark"><strong>Biaya Pajak PPh Psl 25 P Sgg & P Agoes dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan66,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">31</td>
|
|
<td class="text-dark"><strong>Biaya Penyusutan</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan67,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">32</td>
|
|
<td class="text-dark"><strong>Biaya Kegiatan Karyawan / Futsal dll</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan68,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">33</td>
|
|
<td class="text-dark"><strong>Biaya Rekreasi Karyawan Kantor</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan69,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">34</td>
|
|
<td class="text-dark"><strong>Biaya Pengeluaran Project / Cabling</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan70,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">35</td>
|
|
<td class="text-dark"><strong>Biaya Bunga Kredit</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan71,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">36</td>
|
|
<td class="text-dark"><strong>Biaya Kredit Bank</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan72,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">37</td>
|
|
<td class="text-dark"><strong>Biaya Perawatan / Perbaikan Gedung</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan73,2);?></strong></td>
|
|
</tr>
|
|
<!--<tr>
|
|
<td class="center">39</td>
|
|
<td class="text-dark"><strong>Biaya Listrik ITC</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan84,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">40</td>
|
|
<td class="text-dark"><strong>Biaya Sewa Stand</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan85,2);?></strong></td>
|
|
</tr>-->
|
|
<tr>
|
|
<td class="center">38</td>
|
|
<td class="text-dark"><strong>Biaya Pajak Lainnya</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan86,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">39</td>
|
|
<td class="text-dark"><strong>Biaya Lain Lain</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan74,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalBiayaUmumAdministrasi,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
|
|
<h2 class="panel-title"><strong>TOTAL BIAYA</strong></h2>
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalBiayaBiaya,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-quartenary">
|
|
<header class="panel-heading">
|
|
|
|
<h2 class="panel-title"><strong>LABA USAHA</strong></h2>
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($labaUsaha,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>PENDAPATAN DAN (BEBAN) LUAR USAHA</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>Pendapatan Diluar Usaha</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan75,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">2</td>
|
|
<td class="text-dark"><strong>Pendapatan Jasa Giro</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan76,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<?php $totalPendapatan1 = $nilai_perkiraan75+$nilai_perkiraan76; ?>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalPendapatan1,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">3</td>
|
|
<td class="text-dark"><strong>Beban Admin Bank</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan77,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">4</td>
|
|
<td class="text-dark"><strong>Beban Pajak Giro</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan78,2);?></strong></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="center">5</td>
|
|
<td class="text-dark"><strong>Beban Selisih Nilai</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan87,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<?php $totalPendapatan2 = $nilai_perkiraan77+$nilai_perkiraan78+$nilai_perkiraan87; ?>
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalPendapatan2,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-success">
|
|
<header class="panel-heading">
|
|
|
|
<h2 class="panel-title"><strong>TOTAL PENDAPATAN DAN (BEBAN) LUAR USAHA</strong></h2>
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($totalPendapatan,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-quartenary">
|
|
<header class="panel-heading">
|
|
|
|
<h2 class="panel-title"><strong>LABA BERSIH SEBELUM PAJAK</strong></h2>
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($labaBersihSebelumPajak,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
</section>
|
|
</div>
|
|
|
|
<div class="col-md-12">
|
|
<section class="panel panel-featured panel-featured-quartenary">
|
|
<header class="panel-heading">
|
|
<div class="panel-actions">
|
|
<a href="<?php echo base_url('') ?>index.php" class="text-dark"><strong>Kembali</strong><i class="fa fa-backward"></i></a>
|
|
</div>
|
|
<h2 class="panel-title"><strong>LABA BERSIH SETELAH PAJAK</strong></h2>
|
|
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="row">
|
|
</div>
|
|
<table class="table table-bordered table-striped mb-none">
|
|
<tbody>
|
|
<tr>
|
|
<td class="center">1</td>
|
|
<td class="text-dark"><strong>Pajak Penghasilan</strong></td>
|
|
<td class="text-primary text-right"><strong><?php echo number_format($nilai_perkiraan79,2);?></strong></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-default">SUBTOTAL</button>
|
|
<button type="button" class="btn btn-default text-dark"><strong><?php echo number_format($labaBersihSetelahPajak,2) ; ?></strong></button><br></br>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- end: page -->
|
|
</section>
|
|
|
|
<!-- modal Cetak -->
|
|
<div id="modal-cetak" class="modal fade" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog">
|
|
<?= form_open('ManageInformasi/simpan_excel_labarugi', array('method' => 'post'), array('id' => 'forminformasi')); ?>
|
|
<div class="modal-content">
|
|
<header class="panel-heading">
|
|
<h2 class="panel-title"><strong>Buat Excel</strong></h2>
|
|
</header>
|
|
<div class="panel-body">
|
|
<div class="modal-wrapper">
|
|
<div class="modal-text">
|
|
<input type="hidden" name="id_setdata" class="form-control" value="<?= $id_setdata; ?>">
|
|
<h4>Apakah ingin membuat Data?</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="panel-footer">
|
|
<div class="row">
|
|
<div class="col-md-12 text-right">
|
|
<button type="button" class="btn btn-default pull-left" data-dismiss="modal">Close</button>
|
|
<button type="submit" name="SubmitCetak" id="SubmitCetak" formtarget="_blank" class="btn btn-default"><strong>Laporan</strong> <i class="fa fa-file-excel-o"></i></a></button>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
<?= form_close(); ?>
|
|
</div>
|
|
</div>
|
|
|
|
<?php $this->load->view('template/sidebar_right'); ?>
|
|
<!-- Vendor -->
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery/jquery.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery-browser-mobile/jquery.browser.mobile.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/bootstrap/js/bootstrap.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/nanoscroller/nanoscroller.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/magnific-popup/magnific-popup.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery-placeholder/jquery.placeholder.js"></script>
|
|
|
|
<!-- Specific Page Vendor -->
|
|
<script src="<?php echo base_url('') ?>assets/vendor/select2/select2.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery-datatables/media/js/jquery.dataTables.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery-datatables-bs3/assets/js/datatables.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/bootstrap-multiselect/bootstrap-multiselect.js"></script>
|
|
<!-- Specific Page Vendor -->
|
|
<script src="<?php echo base_url('') ?>assets/vendor/pnotify/pnotify.custom.js"></script>
|
|
|
|
<!-- Theme Base, Components and Settings -->
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/theme.js"></script>
|
|
|
|
<!-- Theme Custom -->
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/theme.custom.js"></script>
|
|
|
|
<!-- Theme Initialization Files -->
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/theme.init.js"></script>
|
|
|
|
|
|
<!-- Examples -->
|
|
<!-- Examples -->
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/tables/examples.datatables.default.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/tables/examples.datatables.row.with.details.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/tables/examples.datatables.tabletools.js"></script>
|
|
<!-- <script src="<?php echo base_url('') ?>assets/javascripts/tables/examples.datatables.editable.js"></script> -->
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/ui-elements/examples.notifications.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/vendor/jquery-validation/jquery.validate.js"></script>
|
|
<script src="<?php echo base_url('') ?>assets/javascripts/forms/examples.validation.js"></script>
|
|
<!-- notif -->
|
|
<?php $this->load->view('template/notification'); ?>
|
|
<script>
|
|
$(document).ready(function() {
|
|
<?php if ($this->session->flashdata('success')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data berhasil <?= $this->session->flashdata('success'); ?>.',
|
|
type: 'success',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('failed')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data gagal <?= $this->session->flashdata('failed'); ?>, hubungi Administrator',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('latest')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Menu tidak valid, silahkan refresh Browser.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('data_lock')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data berhasil <?= $this->session->flashdata('data_lock'); ?>. Kembali ke Menu Awal.',
|
|
type: 'warning',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('data_lock_all')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data berhasil <?= $this->session->flashdata('data_lock'); ?> semua. Kembali ke Menu Awal.',
|
|
type: 'warning',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('not_zero_negative')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Nilai tidak valid, silahkan Check kembali.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('date_error')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Tanggal melebih hari ini, proses dihentikan.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('barang_used')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Kode Barang sudah terpakai, proses dihentikan.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('data_used')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data sudah terisi, proses dihentikan.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('data_change')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data sudah terkunci, hubungi Div. Keuangan.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('not_valid')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Data utama berubah, kembali ke Menu Awal.',
|
|
type: 'warning',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
<?php if ($this->session->flashdata('harga_error')) { ?>
|
|
new PNotify({
|
|
title: 'Notifikasi',
|
|
text: 'Harga Stock ada yang belum terisi, proses dihentikan.',
|
|
type: 'error',
|
|
shadow: true
|
|
});
|
|
<?php } ?>
|
|
|
|
});
|
|
|
|
$('#SubmitCetak').click(function() {
|
|
var st = $('#start').val();
|
|
var en = $('#end').val();
|
|
|
|
if (st != '' && en != '') {
|
|
$('#modal-cetak').modal('toggle');
|
|
}
|
|
});
|
|
|
|
function openTab(id) {
|
|
window.location.href=("http://200.1.1.6/apps/index.php/ManageInformasi/dataLabaRugi_Admin_A1/"+id);
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|