Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
master-absenku-custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nurchamim
master-absenku-custom
Commits
8795331b
Commit
8795331b
authored
Jan 13, 2026
by
support
Committed by
nurchamim
Jan 13, 2026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Perubahan Redaksional & Tampilan
parent
546ddc08
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
application/views/data_reimburse/detail_pengajuan.php
+1
-1
application/views/kpi/admin/laporan/view_home.php
+7
-2
application/views/payroll/laporan_pph_uu24/list_data.php
+1
-1
No files found.
application/views/data_reimburse/detail_pengajuan.php
View file @
8795331b
...
...
@@ -274,7 +274,7 @@
</div>
<div
class=
"col-md-6"
>
<div
class=
"row"
>
<div
class=
"col-md-4"
style=
"color: black; font-weight: bold;"
>
Nomor Pengaj
au
n
</div>
<div
class=
"col-md-4"
style=
"color: black; font-weight: bold;"
>
Nomor Pengaj
ua
n
</div>
<div
class=
"col-md-8"
style=
"color: black; font-weight: bold;"
>
:
<?=
((
isset
(
$data_pengajuan
->
no_pengajuan
))
?
$data_pengajuan
->
no_pengajuan
:
""
)
?>
</div>
</div>
<div
class=
"row"
>
...
...
application/views/kpi/admin/laporan/view_home.php
View file @
8795331b
...
...
@@ -153,7 +153,7 @@
}
$
(
'#id_karyawan'
).
select2
({
placeholder
:
'
Pilih
Karyawan'
,
placeholder
:
'
Semua
Karyawan'
,
allowClear
:
true
,
ajax
:
{
url
:
'
<?=
route
(
"kpi.laporan.dropdown.karyawan"
)
?>
'
+
'?tahun='
+
tahun
+
'&bulan='
+
bulan
,
...
...
@@ -166,6 +166,11 @@
}
});
}
function
onchange_periode
(){
dropdown_karyawan
();
$
(
".filter #id_karyawan"
).
val
(
null
).
trigger
(
'change'
);
}
function
download_semua
()
{
var
waktu
=
$
(
'#periode'
).
datepicker
(
'getDate'
);
...
...
@@ -199,7 +204,7 @@
<label
class=
"font-weight-bold"
>
Periode
</label>
</div>
<div
class=
"col-md-4"
>
<input
type=
"text"
name=
"periode"
id=
"periode"
class=
"form-control"
>
<input
type=
"text"
name=
"periode"
id=
"periode"
class=
"form-control"
onchange=
"onchange_periode()"
>
</div>
</div>
...
...
application/views/payroll/laporan_pph_uu24/list_data.php
View file @
8795331b
...
...
@@ -9,7 +9,7 @@
</style>
<div
class=
"btn-group mb-1"
>
<button
id=
"excel_cortax"
data-format=
"bpmp"
class=
"btn btn-primary text-white ladda-button"
data-style=
"expand-left"
><i
class=
"fa fa-file-excel-o"
></i>
DOWNLOAD FORMAT CORTAX
<span
data-style=
"expand-left"
><i
class=
"fa fa-file-excel-o"
></i>
DOWNLOAD FORMAT COR
E
TAX
<span
class=
"badge badge-secondary"
>
BPMP
</span></button>
</div>
<!-- <div class="btn-group mb-1">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment