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 d8e4d127
authored
Aug 27, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix logger variable name and add 'pokok' to the context in Views class
1 parent
48b2ac63
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
eispajak/views/pcpd.py
eispajak/views/pcpd.py
View file @
d8e4d12
...
@@ -13,7 +13,7 @@ from opensipkd.pbb.monitoring.models import PembayaranSppt, Kecamatan, Kelurahan
...
@@ -13,7 +13,7 @@ from opensipkd.pbb.monitoring.models import PembayaranSppt, Kecamatan, Kelurahan
from
datetime
import
timedelta
from
datetime
import
timedelta
from
..models.payment
import
PCDBSession
from
..models.payment
import
PCDBSession
log
ger
=
logging
.
getLogger
(
__name__
)
log
=
logging
.
getLogger
(
__name__
)
PAD_TYP
=
{
PAD_TYP
=
{
"hotel"
:
[
"PBJT - JASA PERHOTELAN"
],
"hotel"
:
[
"PBJT - JASA PERHOTELAN"
],
...
@@ -271,6 +271,7 @@ class Views(BaseView):
...
@@ -271,6 +271,7 @@ class Views(BaseView):
"dailyAcc"
:
dailyAcc
,
"dailyAcc"
:
dailyAcc
,
"dailyAccTrx"
:
dailyAccTrx
,
"dailyAccTrx"
:
dailyAccTrx
,
"ytd"
:
ytd
,
"ytd"
:
ytd
,
"pokok"
:
ytd
-
piutang
,
"piutang"
:
piutang
,
"piutang"
:
piutang
,
"piutangTrx"
:
piutangTrx
,
"piutangTrx"
:
piutangTrx
,
"trxYtd"
:
ytdTrx
,
"trxYtd"
:
ytdTrx
,
...
...
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