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 36891ff1
authored
Jan 03, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Tambah Kabupaten Pangandaran
1 parent
aa51e060
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
CHANGES.txt
opensipkd/pad/services/pangandaran.py
CHANGES.txt
View file @
36891ff
0.5 2024-01-03
--------------
- Tahun Terbit 2024 ke atas dendanya 1%
- Tambah Kabupaten Pangandaran
0.4.13 2023-09-05
-----------------
...
...
opensipkd/pad/services/pangandaran.py
0 → 100644
View file @
36891ff
from
.banjar
import
(
Inquiry
as
BaseInquiry
,
Reversal
as
BaseReversal
,
AvailableInvoice
as
BaseAvailableInvoice
,
)
from
..models.ciamis
import
Kohir
class
Inquiry
(
BaseInquiry
):
# Cekal 2024, Pak Yasir, 3-1-2024
def
is_available
(
self
):
return
super
()
.
is_available
()
and
self
.
tahun_terbit
<
2024
def
get_kohir_model
(
self
):
# Override
return
Kohir
class
Reversal
(
BaseReversal
):
def
get_kohir_model
(
self
):
# Override
return
Kohir
class
AvailableInvoice
(
BaseAvailableInvoice
):
def
get_inquiry_class
(
self
):
# Override
return
Inquiry
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