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 7b29e332
authored
Jul 08, 2026
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bug fixed Kota Banjar saat reversal
1 parent
a13cfda9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
CHANGES.txt
pyproject.toml
sismiop/services/banjar_oracle.py
CHANGES.txt
View file @
7b29e33
0.3.59 2026-07-08
-----------------
- Bug fixed Kota Banjar saat reversal
0.3.58 2026-06-12
-----------------
- Perubahan rumus denda Kota Bekasi
...
...
pyproject.toml
View file @
7b29e33
...
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project]
name
=
'sismiop-models'
version
=
'
0.3.5
8
'
version
=
'
0.3.5
9
'
dependencies
=
[
'sqlalchemy'
,
'zope.sqlalchemy'
,
...
...
sismiop/services/banjar_oracle.py
View file @
7b29e33
...
...
@@ -10,7 +10,7 @@ from ..models.banjar import (
)
from
.default
import
(
Inquiry
as
BaseInquiry
,
Reversal
,
Reversal
as
BaseReversal
,
AvailableInvoice
as
BaseAvailableInvoice
,
)
from
.base
import
get_db_session
...
...
@@ -50,6 +50,11 @@ class Inquiry(BaseInquiry):
payment
.
denda_sppt
=
0
# self.denda - self.discount
class
Reversal
(
BaseReversal
):
def
get_invoice_model
(
self
):
# Override
return
Sppt
class
AvailableInvoice
(
BaseAvailableInvoice
):
def
get_invoice_model
(
self
):
# Override
return
Sppt
...
...
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