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 53b2fa77
authored
Feb 06, 2025
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tambah Opsen Kabupaten Pangandaran
1 parent
c0d3de24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
opensipkd/pad/services/pangandaran.py
opensipkd/pad/services/pangandaran.py
View file @
53b2fa7
from
opensipkd.hitung
import
hitung_denda
from
.banjar
import
(
Inquiry
as
BaseInquiry
,
Reversal
as
BaseReversal
,
...
...
@@ -10,6 +11,12 @@ class Inquiry(BaseInquiry):
def
get_kohir_model
(
self
):
# Override
return
Kohir
def
get_persen_denda
(
self
):
# Override
tahun_terbit
=
self
.
invoice
.
masadari
.
year
if
tahun_terbit
>
2023
:
return
1
return
2
class
Reversal
(
BaseReversal
):
def
get_kohir_model
(
self
):
# Override
...
...
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