Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-pad-models
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 a467e0a6
authored
Aug 21, 2023
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed Kota Cimahi nilai pokok tagihan
1 parent
5a47a6df
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
CHANGES.txt
opensipkd/pad/services/cimahi.py
CHANGES.txt
View file @
a467e0a
0.4.12 2023-08-16
-----------------
- Bug fixed Kota Cimahi pada nilai tagihan pokok. Adapun total yang harus
dibayarkan tidak berubah.
0.4.11 2023-08-15
-----------------
- Discount Kabupaten Tangerang
...
...
opensipkd/pad/services/cimahi.py
View file @
a467e0a
...
...
@@ -27,8 +27,9 @@ class Inquiry:
if
self
.
invoice
.
get
(
'hasil'
)
==
'0'
:
self
.
invoice
=
None
else
:
self
.
tagihan
=
self
.
total
=
int
(
self
.
invoice
[
'Tagihan
'
])
self
.
tagihan
=
int
(
self
.
invoice
[
'Pokok
'
])
self
.
denda
=
self
.
invoice
[
'Denda'
]
self
.
total
=
int
(
self
.
invoice
[
'Tagihan'
])
self
.
total_bayar
=
self
.
discount_denda
=
0
self
.
bln_tunggakan
=
None
self
.
notes
=
None
...
...
@@ -114,6 +115,9 @@ class Inquiry:
def
do_payment
(
self
,
ntb
=
None
):
return
self
.
transaction
(
self
.
invoice_id
,
'2'
,
True
)
def
get_kohir_model
(
self
):
# Override
pass
class
Reversal
:
def
__init__
(
self
,
ntp
):
...
...
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