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 32935e41
authored
Jul 07, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update float
1 parent
b3043f74
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
eispajak/views/templates/pbb.pt
eispajak/views/templates/pbb.pt
View file @
32935e4
...
@@ -560,7 +560,7 @@
...
@@ -560,7 +560,7 @@
$
(
'#sum_ketetapan'
).
html
(
sum_ketetapan
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_ketetapan'
).
html
(
sum_ketetapan
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_realisasi'
).
html
(
sum_realisasi
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_realisasi'
).
html
(
sum_realisasi
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_sisa'
).
html
(
sum_sisa
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_sisa'
).
html
(
sum_sisa
.
toLocaleString
(
"id-ID"
));
$
(
'#sum_persen'
).
html
((
float
(
sum_realisasi
)
/
float
(
sum_ketetapan
)
*
100
).
toFixed
(
2
));
$
(
'#sum_persen'
).
html
((
sum_realisasi
/
sum_ketetapan
*
100
).
toFixed
(
2
));
table
.
draw
();
table
.
draw
();
}
}
...
...
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