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 70e85ff5
authored
Jan 15, 2026
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Kabupaten Cirebon tahun pajak 2026 dibuka sepenuhnya
1 parent
b5fab433
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
sismiop/services/cirebon_kab.py
sismiop/services/cirebon_kab.py
View file @
70e85ff
...
@@ -23,13 +23,6 @@ DISC_POKOK = [
...
@@ -23,13 +23,6 @@ DISC_POKOK = [
]
]
NOP_CONTOH
=
[
'3211120007008011002026'
,
'3211120025001005602026'
,
'3211260011003000102026'
,
]
def
get_persen_disc_pokok
(
nominal
):
def
get_persen_disc_pokok
(
nominal
):
for
nominal_max
,
disc
in
DISC_POKOK
[:
-
1
]:
for
nominal_max
,
disc
in
DISC_POKOK
[:
-
1
]:
if
nominal
<=
nominal_max
:
if
nominal
<=
nominal_max
:
...
@@ -38,12 +31,6 @@ def get_persen_disc_pokok(nominal):
...
@@ -38,12 +31,6 @@ def get_persen_disc_pokok(nominal):
class
Inquiry
(
BaseInquiry
):
class
Inquiry
(
BaseInquiry
):
def
is_available
(
self
):
if
self
.
invoice
.
thn_pajak_sppt
>
'2025'
:
if
self
.
invoice_id_raw
not
in
NOP_CONTOH
:
return
return
super
()
.
is_available
()
def
get_payment_model
(
self
):
# Override
def
get_payment_model
(
self
):
# Override
return
PembayaranSppt
return
PembayaranSppt
...
...
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