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 1b75cd48
authored
Oct 13, 2025
by
Ari Agung Prasetiyo
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'bekasi-kab' of
https://git.opensipkd.com/aa.gusti/eis
into bekasi-kab
2 parents
8869b7fc
c9e6f656
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
eispajak/views/pcpd.py
eispajak/views/pcpd.py
View file @
1b75cd4
...
@@ -179,9 +179,8 @@ class Views(BaseView):
...
@@ -179,9 +179,8 @@ class Views(BaseView):
step
=
mapped
.
get
(
"step"
,
""
)
step
=
mapped
.
get
(
"step"
,
""
)
bayar
=
mapped
.
get
(
"bayar"
,
0
)
bayar
=
mapped
.
get
(
"bayar"
,
0
)
denda
=
mapped
.
get
(
"denda"
,
0
)
denda
=
mapped
.
get
(
"denda"
,
0
)
pokok
=
float
(
bayar
)
#pokok = float(bayar)
if
typ
==
'pbb'
:
pokok
=
bayar
-
denda
pokok
=
bayar
-
denda
tx
=
mapped
.
get
(
"trx"
,
0
)
tx
=
mapped
.
get
(
"trx"
,
0
)
daily
.
append
((
step
,
pokok
))
daily
.
append
((
step
,
pokok
))
dailyTrx
.
append
((
step
,
tx
))
dailyTrx
.
append
((
step
,
tx
))
...
...
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