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 3f091418
authored
Oct 31, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Discount denda Kabupaten Pangandaran
1 parent
99babe28
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
CHANGES.txt
pyproject.toml
sismiop/services/pangandaran.py
CHANGES.txt
View file @
3f09141
0.3.21 2024-10-31
-----------------
- Discount denda Kabupaten Pangandaran periode 1 November - 31 Desember tahun
pajak 2014 - 2024
0.3.20 2024-10-02
0.3.20 2024-10-02
-----------------
-----------------
- Discount denda Kota Sukabumi
- Discount denda Kota Sukabumi
...
...
pyproject.toml
View file @
3f09141
...
@@ -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.
19
'
version
=
'
0.3.
21
'
dependencies
=
[
dependencies
=
[
'sqlalchemy'
,
'sqlalchemy'
,
'zope.sqlalchemy'
,
'zope.sqlalchemy'
,
...
...
sismiop/services/pangandaran.py
View file @
3f09141
...
@@ -15,8 +15,8 @@ from .base import (
...
@@ -15,8 +15,8 @@ from .base import (
)
)
AWAL_DISC
=
date
(
2024
,
1
,
18
)
AWAL_DISC
=
date
(
2024
,
1
1
,
1
)
AKHIR_DISC
=
date
(
2024
,
9
,
30
)
AKHIR_DISC
=
date
(
2024
,
12
,
31
)
AWAL_DISC_UNLIMITED
=
date
(
2024
,
1
,
19
)
AWAL_DISC_UNLIMITED
=
date
(
2024
,
1
,
19
)
...
@@ -32,7 +32,7 @@ class Inquiry(BaseInquiry):
...
@@ -32,7 +32,7 @@ class Inquiry(BaseInquiry):
'2004'
<=
self
.
invoice
.
thn_pajak_sppt
<=
'2013'
:
'2004'
<=
self
.
invoice
.
thn_pajak_sppt
<=
'2013'
:
return
self
.
denda
return
self
.
denda
if
AWAL_DISC
<=
self
.
tgl_bayar
<=
AKHIR_DISC
and
\
if
AWAL_DISC
<=
self
.
tgl_bayar
<=
AKHIR_DISC
and
\
'2014'
<=
self
.
invoice
.
thn_pajak_sppt
<=
'202
3
'
:
'2014'
<=
self
.
invoice
.
thn_pajak_sppt
<=
'202
4
'
:
return
self
.
denda
return
self
.
denda
return
0
return
0
...
...
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