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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 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,22 +498,22 @@
...
@@ -498,22 +498,22 @@
}
}
var
table
=
$
(
'#table1'
).
DataTable
(
{
"destroy"
:
true
,
"paging"
:
false
,
"searching"
:
false
,
"info"
:
false
,
"autoWidth"
:
false
,
"order"
:
[[
0
,
'asc'
]],
"columnDefs"
:
[
{
className
:
'text-center'
,
width
:
"50px"
,
targets
:
[
0
]
},
{
className
:
'text-left'
,
targets
:
[
1
]
},
{
className
:
'text-right'
,
width
:
"100px"
,
targets
:
[
2
,
3
,
4
,
5
]
}
]
}
);
var
tableRefresh
=
function
()
{
var
tableRefresh
=
function
()
{
var
table
=
$
(
'#table1'
).
DataTable
(
{
"destroy"
:
true
,
"paging"
:
false
,
"searching"
:
false
,
"info"
:
false
,
"autoWidth"
:
false
,
"order"
:
[[
0
,
'asc'
]],
"columnDefs"
:
[
{
className
:
'text-center'
,
width
:
"50px"
,
targets
:
[
0
]
},
{
className
:
'text-left'
,
targets
:
[
1
]
},
{
className
:
'text-right'
,
width
:
"100px"
,
targets
:
[
2
,
3
,
4
,
5
]
}
]
}
);
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