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 737cb2d2
authored
Dec 16, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix calculation in realisasi by removing denda_sppt from the sum
1 parent
b8f31ed0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
eispajak/views/pcpd.py
eispajak/views/pcpd.py
View file @
737cb2d
...
@@ -653,8 +653,9 @@ class Views(BaseView):
...
@@ -653,8 +653,9 @@ class Views(BaseView):
realisasi
=
PembayaranSppt
.
query_from
(
realisasi
=
PembayaranSppt
.
query_from
(
[
PembayaranSppt
.
kd_kecamatan
,
[
PembayaranSppt
.
kd_kecamatan
,
func
.
sum
(
PembayaranSppt
.
jml_sppt_yg_dibayar
-
func
.
sum
(
PembayaranSppt
.
jml_sppt_yg_dibayar
)
PembayaranSppt
.
denda_sppt
)
# -
# PembayaranSppt.denda_sppt)
])
\
])
\
.
filter
(
PembayaranSppt
.
thn_pajak_sppt
==
self
.
tahun
)
\
.
filter
(
PembayaranSppt
.
thn_pajak_sppt
==
self
.
tahun
)
\
.
group_by
(
PembayaranSppt
.
kd_kecamatan
)
.
group_by
(
PembayaranSppt
.
kd_kecamatan
)
...
...
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