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 b5654a30
authored
Nov 12, 2025
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Discount denda di Kabupaten Subang
1 parent
62cd9f25
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
CHANGES.txt
pyproject.toml
sismiop/services/subang.py
CHANGES.txt
View file @
b5654a3
0.3.42 2025-11-12
-----------------
- Discount denda di Kabupaten Subang
0.3.41 2025-10-22
0.3.41 2025-10-22
-----------------
-----------------
- Di Kota Bogor persen denda merujuk pada tahun pajak bukan tanggal jatuh tempo
- Di Kota Bogor persen denda merujuk pada tahun pajak bukan tanggal jatuh tempo
...
...
pyproject.toml
View file @
b5654a3
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project]
[project]
name
=
'sismiop-models'
name
=
'sismiop-models'
version
=
'
0.3.4
1
'
version
=
'
0.3.4
2
'
dependencies
=
[
dependencies
=
[
'sqlalchemy'
,
'sqlalchemy'
,
'zope.sqlalchemy'
,
'zope.sqlalchemy'
,
...
...
sismiop/services/subang.py
View file @
b5654a3
...
@@ -8,8 +8,8 @@ from .default import (
...
@@ -8,8 +8,8 @@ from .default import (
)
)
AWAL_DISC
=
date
(
2025
,
6
,
2
)
AWAL_DISC
=
date
(
2025
,
11
,
1
2
)
AKHIR_DISC
=
date
(
2025
,
8
,
30
)
AKHIR_DISC
=
date
(
2025
,
12
,
15
)
AKHIR_DISC_KHUSUS
=
date
(
2025
,
7
,
30
)
AKHIR_DISC_KHUSUS
=
date
(
2025
,
7
,
30
)
NOP_DISC_KHUSUS
=
[
NOP_DISC_KHUSUS
=
[
...
@@ -67,7 +67,7 @@ class Inquiry(BaseInquiry):
...
@@ -67,7 +67,7 @@ class Inquiry(BaseInquiry):
return
return
if
self
.
invoice
.
thn_pajak_sppt
>
'2025'
:
if
self
.
invoice
.
thn_pajak_sppt
>
'2025'
:
return
return
self
.
discount_pokok
=
self
.
hitung_discount_pokok
()
#
self.discount_pokok = self.hitung_discount_pokok()
self
.
discount_denda
=
self
.
hitung_discount_denda
()
self
.
discount_denda
=
self
.
hitung_discount_denda
()
self
.
discount
=
self
.
discount_denda
+
self
.
discount_pokok
self
.
discount
=
self
.
discount_denda
+
self
.
discount_pokok
...
...
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