Commit 49e37fb4 by iWan Mustaqim

Discount Kabupaten Kuningan

1 parent a9bb3db6
0.6.9 2026-02-14
----------------
- Discount denda Kabupaten Kuningan
0.6.8 2026-02-13 0.6.8 2026-02-13
---------------- ----------------
- Discount denda Kabupaten Subang - Discount denda Kabupaten Subang
......
...@@ -9,8 +9,8 @@ from .subang import ( ...@@ -9,8 +9,8 @@ from .subang import (
PREFIX = '3210' PREFIX = '3210'
AWAL_DISC = date(2025, 8, 1) AWAL_DISC = date(2026, 2, 14)
AKHIR_DISC = date(2025, 10, 31) AKHIR_DISC = date(2026, 4, 30)
class Inquiry(BaseInquiry): class Inquiry(BaseInquiry):
...@@ -21,7 +21,7 @@ class Inquiry(BaseInquiry): ...@@ -21,7 +21,7 @@ class Inquiry(BaseInquiry):
tahun_terbit = tgl_kohir.year tahun_terbit = tgl_kohir.year
else: else:
tahun_terbit = self.invoice.masadari.year tahun_terbit = self.invoice.masadari.year
if 2014 <= tahun_terbit <= 2024: if 2014 <= tahun_terbit <= 2025:
return self.denda_pokok, self.opsen_denda return self.denda_pokok, self.opsen_denda
return 0, 0 return 0, 0
......
...@@ -3,7 +3,7 @@ requires = ['setuptools >= 64'] ...@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project] [project]
name = 'opensipkd-pad-models' name = 'opensipkd-pad-models'
version = '0.6.8' version = '0.6.9'
dependencies = [ dependencies = [
'sqlalchemy', 'sqlalchemy',
'zope.sqlalchemy', 'zope.sqlalchemy',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!