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 2b95a1a4
authored
Dec 29, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: update date formatting for payment date in pcpd view
1 parent
8c818d7b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
eispajak/views/pcpd.py
eispajak/views/pcpd.py
View file @
2b95a1a
...
...
@@ -279,7 +279,7 @@ class Views(BaseView):
today
.
strftime
(
"
%
Y-
%
m-
%
d"
),
filter_exp
)
# Total Setahun
field
=
func
.
to_char
(
PembayaranSppt
.
tgl_pembayaran_sppt
,
'
I
YYY'
)
field
=
func
.
to_char
(
PembayaranSppt
.
tgl_pembayaran_sppt
,
'
Y
YYY'
)
filter_exp
=
PembayaranSppt
.
tgl_pembayaran_sppt
.
between
(
datetime
.
strptime
(
f
"{today.year}-01-01"
,
"
%
Y-
%
m-
%
d"
),
today
)
ytd
,
ytdTrx
,
yearly
,
yearlyTrx
,
yearlyAcc
,
yearlyAccTrx
=
\
...
...
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