Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
sismiop-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 e860b936
authored
Sep 05, 2024
by
iwan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Discount denda Kabupaten Kuningan hanya untuk tahun pajak 2024
1 parent
a64daed7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sismiop/services/kuningan.py
sismiop/services/kuningan.py
View file @
e860b93
...
@@ -47,6 +47,8 @@ class Inquiry(BaseInquiry):
...
@@ -47,6 +47,8 @@ class Inquiry(BaseInquiry):
def
hitung_discount_denda
(
self
):
# Override
def
hitung_discount_denda
(
self
):
# Override
if
self
.
denda
<
1
:
if
self
.
denda
<
1
:
return
0
return
0
if
self
.
invoice
.
thn_pajak_sppt
!=
'2024'
:
return
0
if
AWAL_DISC
<=
self
.
tgl_bayar
<=
AKHIR_DISC
:
if
AWAL_DISC
<=
self
.
tgl_bayar
<=
AKHIR_DISC
:
return
self
.
denda
return
self
.
denda
return
0
return
0
...
...
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