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 49e37fb4
authored
Feb 15, 2026
by
iWan Mustaqim
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Discount Kabupaten Kuningan
1 parent
a9bb3db6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
CHANGES.txt
opensipkd/pad/services/kuningan.py
pyproject.toml
CHANGES.txt
View file @
49e37fb
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
...
...
opensipkd/pad/services/kuningan.py
View file @
49e37fb
...
@@ -9,8 +9,8 @@ from .subang import (
...
@@ -9,8 +9,8 @@ from .subang import (
PREFIX
=
'3210'
PREFIX
=
'3210'
AWAL_DISC
=
date
(
202
5
,
8
,
1
)
AWAL_DISC
=
date
(
202
6
,
2
,
14
)
AKHIR_DISC
=
date
(
202
5
,
10
,
31
)
AKHIR_DISC
=
date
(
202
6
,
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
<=
202
4
:
if
2014
<=
tahun_terbit
<=
202
5
:
return
self
.
denda_pokok
,
self
.
opsen_denda
return
self
.
denda_pokok
,
self
.
opsen_denda
return
0
,
0
return
0
,
0
...
...
pyproject.toml
View file @
49e37fb
...
@@ -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'
,
...
...
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