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 62cd9f25
authored
Oct 22, 2025
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Di Kota Bogor persen denda merujuk pada tahun pajak bukan tanggal jatuh tempo
1 parent
2bb81b17
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
CHANGES.txt
pyproject.toml
sismiop/services/bogor_kota.py
CHANGES.txt
View file @
62cd9f2
0.3.41 2025-10-22
-----------------
- Di Kota Bogor persen denda merujuk pada tahun pajak bukan tanggal jatuh tempo
0.3.40 2025-09-30
-----------------
- Discount Kota Tangerang Selatan
...
...
pyproject.toml
View file @
62cd9f2
...
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project]
name
=
'sismiop-models'
version
=
'
0.3.4
0
'
version
=
'
0.3.4
1
'
dependencies
=
[
'sqlalchemy'
,
'zope.sqlalchemy'
,
...
...
sismiop/services/bogor_kota.py
View file @
62cd9f2
...
...
@@ -39,6 +39,11 @@ class Common(Query):
class
Inquiry
(
BaseInquiry
,
Common
):
def
get_persen_denda
(
self
):
if
self
.
invoice
.
thn_pajak_sppt
<
'2024'
:
return
2
return
1
def
is_e_sppt
(
self
):
DBSession
=
get_db_session
()
inv_id
=
self
.
invoice_id
...
...
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