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 78972a06
authored
Jul 03, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Perbaikan realiasi
1 parent
635d16bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
eispajak/views/pcpd.py
eispajak/views/templates/pbb.pt
eispajak/views/pcpd.py
View file @
78972a0
...
@@ -515,7 +515,9 @@ class Views(BaseView):
...
@@ -515,7 +515,9 @@ class Views(BaseView):
realisasi
=
PembayaranSppt
.
query_from
(
realisasi
=
PembayaranSppt
.
query_from
(
func
.
sum
(
PembayaranSppt
.
jml_sppt_yg_dibayar
-
PembayaranSppt
.
denda_sppt
))
\
func
.
sum
(
PembayaranSppt
.
jml_sppt_yg_dibayar
-
PembayaranSppt
.
denda_sppt
))
\
.
filter
(
PembayaranSppt
.
thn_pajak_sppt
==
tahun
)
.
scalar
()
.
filter
(
PembayaranSppt
.
thn_pajak_sppt
==
tahun
)
.
scalar
()
resp
[
"realisasi"
]
=
[
ketetapan
or
0
,
realisasi
or
0
]
bagi
=
1000000
resp
[
"realisasi"
]
=
[[
"Ketetapan"
,
ketetapan
/
bagi
or
0
],
[
"Realisasi"
,
realisasi
/
bagi
or
0
]]
elif
act
==
'bphtb'
:
elif
act
==
'bphtb'
:
resp
=
self
.
get_bphtb_data
()
resp
=
self
.
get_bphtb_data
()
...
...
eispajak/views/templates/pbb.pt
View file @
78972a0
...
@@ -498,7 +498,6 @@
...
@@ -498,7 +498,6 @@
}
}
var
tableRefresh
=
function
()
{
var
table
=
$
(
'#table1'
).
DataTable
(
var
table
=
$
(
'#table1'
).
DataTable
(
{
{
"destroy"
:
true
,
"destroy"
:
true
,
...
@@ -514,6 +513,7 @@
...
@@ -514,6 +513,7 @@
]
]
}
}
);
);
var
tableRefresh
=
function
()
{
table
.
clear
();
table
.
clear
();
newData
.
tabel
.
forEach
(
function
(
row
)
{
newData
.
tabel
.
forEach
(
function
(
row
)
{
console
.
log
(
row
);
console
.
log
(
row
);
...
...
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