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