Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Project
/
import-sipkd-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 04dcca34
authored
Aug 26, 2017
by
aa.gusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
belanja
1 parent
fac04ebd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
proses-harian.py
proses-harian.py
View file @
04dcca3
...
...
@@ -58,7 +58,7 @@ def process_barline():
data_items
=
DBSession
.
query
(
bulan
.
label
(
'bulan'
),
func
.
sum
(
SipkdArPayment
.
jumlah
)
.
label
(
'jumlah'
))
elif
rekening_kd
[:
1
]
==
'5'
:
bulan
=
func
.
to_char
(
SipkdA
r
Payment
.
tanggal
,
'MM'
)
bulan
=
func
.
to_char
(
SipkdA
p
Payment
.
tanggal
,
'MM'
)
data_items
=
DBSession
.
query
(
bulan
.
label
(
'bulan'
),
func
.
sum
(
SipkdApPayment
.
jumlah
)
.
label
(
'jumlah'
))
...
...
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