You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
153 lines
7.0 KiB
PHTML
153 lines
7.0 KiB
PHTML
@extends('temp.admin')
|
|
@php
|
|
use NN\Module\View;
|
|
use NN\Module\DB;
|
|
@endphp
|
|
@section("content")
|
|
|
|
<div class="content-header row">
|
|
<div class="content-header-left col-md-6 col-12 mb-2 breadcrumb-new">
|
|
<h3 class="content-header-title mb-0 d-inline-block">Master</h3>
|
|
<div class="row breadcrumbs-top d-inline-block">
|
|
<div class="breadcrumb-wrapper col-12">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item active">Data Anggota</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content-header-right col-md-6 col-12">
|
|
<div class="btn-group float-md-right" style="display:none;">
|
|
<ul class="list-inline mb-0">
|
|
<li style="max-width:140px">
|
|
<fieldset class="form-group position-relative">
|
|
<input type="text" value="18-04-2023" class="period datepicker form-control form-control-sm input-sm mb-1" id="tglawal" placeholder="Tanggal Awal">
|
|
<div class="form-control-position">
|
|
<i class="la la-calendar-o font-small-4"></i>
|
|
</div>
|
|
</fieldset>
|
|
</li>
|
|
<li style="max-width:140px">
|
|
<fieldset class="form-group position-relative">
|
|
<input type="text"value="18-04-2023" class="period datepicker form-control form-control-sm input-sm mb-1" id="tglakhir" placeholder="Tanggal Akhir">
|
|
<div class="form-control-position">
|
|
<i class="la la-calendar-o font-small-4"></i>
|
|
</div>
|
|
</fieldset>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content-body">
|
|
<section id="dasbor">
|
|
<div class="row">
|
|
<div class="col-sm-12">
|
|
<div class="card border-top-3 border-top-vds mb-5">
|
|
<div class="card-content collapse show">
|
|
<div class="card-header panel-head-menu" style="border-bottom: 1px solid #ddd;">
|
|
<div class="btn-group">
|
|
<button type="button" class="btn btn-secondary btn-min-width dropdown-toggle"
|
|
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="icon-printer"></i>
|
|
Export</button>
|
|
<div class="dropdown-menu" id="listreportmenu">
|
|
|
|
</div>
|
|
</div>
|
|
<button class="btn btn-success new"><i class="icon-plus"></i> Baru </button>
|
|
<button class="btn btn-success" onclick="_kta()"><i class="icon-printer"></i> Cetak KTA </button>
|
|
<a href="{{PATH}}/upload/excel/anggota" class="btn btn-success"><i class="ft-upload"></i> Import Excel </a>
|
|
<button class="btn btn-default" onclick="_load()"><i class="la la-refresh"></i></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<ul class="nav nav-tabs">
|
|
<li class="nav-item">
|
|
<a data-kode="false" class="nav-link active" id="base-tab1" data-toggle="tab" aria-controls="tab1" href="#tab1"
|
|
aria-expanded="true">Anggota Aktif</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a data-kode="true" class="nav-link" id="base-tab2" data-toggle="tab" aria-controls="tab2" href="#tab2"
|
|
aria-expanded="false">Anggota Keluar</a>
|
|
</li>
|
|
</ul>
|
|
<table id="tabledata" class="display" style="width:100%">
|
|
<thead style="min-width:100%">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Action</th>
|
|
<th>Kode</th>
|
|
<th>Nama</th>
|
|
<th>Tgl. Lahir</th>
|
|
<th>Tgl. Masuk</th>
|
|
<th>NIP</th>
|
|
<th>Juru Bayar</th>
|
|
<th>Unit Kerja</th>
|
|
<th>Alamat</th>
|
|
<th class="keluar">Tgl Keluar</th>
|
|
</tr>
|
|
</thead>
|
|
<tfoot style="min-width:100%">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Action</th>
|
|
<th>Kode</th>
|
|
<th>Nama</th>
|
|
<th>Tgl. Lahir</th>
|
|
<th>Tgl. Masuk</th>
|
|
<th>NIP</th>
|
|
<th>Juru Bayar</th>
|
|
<th>Unit Kerja</th>
|
|
<th>Alamat</th>
|
|
<th class="keluar">Tgl Keluar</th>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div id="modala" class="modal" tabindex="-1" role="dialog">
|
|
<div class="modal-dialog modal-lg" role="document">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<h5 class="modal-title title-f"></h5>
|
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
|
<span aria-hidden="true">×</span>
|
|
</button>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div class="row" id="containerforms">
|
|
|
|
</div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
<button type="button" class="btn btn-primary simpan">Simpan</button>
|
|
<button type="button" class="btn btn-secondary" data-dismiss="modal">Tutup</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<noscript id="datainternal">{!! json_encode(DB::query_result_object("SELECT kode id, keterangan text FROM dept")) !!}</noscript>
|
|
<noscript id="munit">{!! json_encode(DB::query_result_object("SELECT kode id, lokasi text FROM munitkerja")) !!}</noscript>
|
|
<noscript id="jurubayar">{!! json_encode(DB::query_result_object("SELECT kode id, name text FROM mjurubayar")) !!}</noscript>
|
|
<noscript id="rekapgol">{!! json_encode(DB::query_result_object("SELECT kode id, nama text FROM mrekapgol")) !!}</noscript>
|
|
@endsection
|
|
|
|
@section('script')
|
|
<script>
|
|
_fullScreen()
|
|
</script>
|
|
{!! View::jsm('ts/anggota.js') !!}
|
|
@endsection
|
|
@section('css')
|
|
@include('temp.modalfull')
|
|
<style>
|
|
.dataTable tr td{
|
|
white-space: nowrap;
|
|
}
|
|
</style>
|
|
@endsection |