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 60fb9e8a
authored
Jan 07, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Jatuh tempo 2023 bawah 2%, lainnya 1%
1 parent
2555ed0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
CHANGES.txt
sismiop/services/base.py
CHANGES.txt
View file @
60fb9e8
0.3.1 2024-01-06
----------------
- Jatuh tempo 2023 ke bawah persen denda ambil dari file konfigurasi, sedangkan
2024 ke atas di-hard-code 1%
0.3 2024-01-02
0.3 2024-01-02
--------------
---
--------------
- Tahun 2023 ke bawah persen denda ambil dari file konfigurasi, sedangkan
- Tahun 2023 ke bawah persen denda ambil dari file konfigurasi, sedangkan
2024 ke atas di-hard-code 1%
2024 ke atas di-hard-code 1%
- Discount Pokok Kota Tangerang Selatan
- Discount Pokok Kota Tangerang Selatan
...
...
sismiop/services/base.py
View file @
60fb9e8
...
@@ -158,7 +158,7 @@ class Inquiry(Query):
...
@@ -158,7 +158,7 @@ class Inquiry(Query):
if
not
self
.
is_available
():
if
not
self
.
is_available
():
self
.
invoice
=
None
self
.
invoice
=
None
return
return
if
self
.
invoice
.
thn_pajak_sppt
<
'2024'
:
if
self
.
get_jatuh_tempo
()
.
year
<
2024
:
self
.
persen_denda
=
persen_denda
self
.
persen_denda
=
persen_denda
else
:
else
:
self
.
persen_denda
=
1
self
.
persen_denda
=
1
...
...
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