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 2b5c6936
authored
Jul 29, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Kota Bogor: Tahun Terbit dari field masadari
1 parent
37efb523
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
opensipkd/pad/services/bogor_kota.py
opensipkd/pad/services/bogor_kota.py
View file @
2b5c693
...
...
@@ -8,11 +8,11 @@ from opensipkd.hitung import hitung_denda
class
Inquiry
(
BaseInquiry
):
def
hitung_denda_waktu
(
self
):
# Override
tgl_kohir
=
self
.
get_tgl_kohir
()
if
tgl_kohir
:
tahun_terbit
=
tgl_kohir
.
year
else
:
tahun_terbit
=
self
.
invoice
.
masadari
.
year
# 27 Feb 2024 Pak Sisco
# Menurut Bu Santhy untuk pajak reklame sanksi administrasi atas
# kewajiban sebelum berlaku Perda 11 tahun 2023 merujuk ke
# "Hak dan Kewajiban" = Masa Pajak, bukan tanggal ketetapan.
tahun_terbit
=
self
.
invoice
.
masadari
.
year
if
tahun_terbit
>
2023
:
persen_denda
=
1
else
:
...
...
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