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 1f8e56ae
authored
Sep 30, 2025
by
Bangbadil
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
penyesuaian nilai bayar
1 parent
b0b459de
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
eispajak/views/pcpd.py
eispajak/views/pcpd.py
View file @
1f8e56a
...
...
@@ -164,7 +164,7 @@ class Views(BaseView):
step
=
mapped
.
get
(
"step"
,
""
)
bayar
=
mapped
.
get
(
"bayar"
,
0
)
denda
=
mapped
.
get
(
"denda"
,
0
)
pokok
=
float
(
bayar
)
-
denda
pokok
=
float
(
bayar
)
tx
=
mapped
.
get
(
"trx"
,
0
)
daily
.
append
((
step
,
pokok
))
dailyTrx
.
append
((
step
,
tx
))
...
...
@@ -356,7 +356,6 @@ class Views(BaseView):
ytd
,
ytdTrx
,
yearly
,
yearlyTrx
,
yearlyAcc
,
yearlyAccTrx
=
\
self
.
get_daily_data
(
Sspd
,
field
,
str
(
today
.
year
),
filter_exp
,
typ
)
#Bulanan
field
=
func
.
to_char
(
Sspd
.
sspdtgl
,
'MM'
)
month
,
monthTrx
,
monthly
,
monthlyTrx
,
monthlyAcc
,
monthlyAccTrx
=
\
...
...
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