Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
eis
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b0b459de
authored
Sep 30, 2025
by
Ari Agung Prasetiyo
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no urut pada trend penerimaan
1 parent
5d82d597
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
eispajak/views/templates/trend_penerimaan.pt
eispajak/views/templates/trend_penerimaan.pt
View file @
b0b459d
...
...
@@ -120,7 +120,7 @@
<table
class=
"table table-bordered table-sm"
id=
"table1"
>
<thead>
<tr>
<th
class=
"align-middle text-center"
>
Kode
</th>
<th
class=
"align-middle text-center"
>
No.
</th>
<th
class=
"align-middle text-center"
>
Uraian Pendapatan
</th>
<th
class=
"text-center"
>
Tahun 2022
</th>
<th
class=
"text-center"
>
Tahun 2023
</th>
...
...
@@ -643,16 +643,18 @@
var
sum_realisasi
=
0
;
var
sum_sisa
=
0
;
var
sum_persen
=
0
;
var
rowNumber
=
1
;
data
.
forEach
(
function
(
row
)
{
console
.
log
(
row
);
table
.
row
.
add
([
row
.
kode
,
row
Number
,
row
.
nama
,
row
.
realisasi_2022
,
row
.
realisasi_2023
,
row
.
realisasi_2024
,
row
.
realisasi_2025
]);
rowNumber
++
;
});
// Update gauge with total values
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment