Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
opensipkd-bphtb-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 bed79833
authored
Dec 31, 2021
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Penggunaan pkgutil
1 parent
86a04410
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
0 deletions
.gitignore
CHANGES.txt
opensipkd/__init__.py
opensipkd/bphtb/__init__.py
opensipkd/bphtb/models/__init__.py
opensipkd/bphtb/services/bekasi_kota.py
.gitignore
View file @
bed7983
...
...
@@ -2,3 +2,4 @@ dist
build
*egg-info
test-*
__pycache__
CHANGES.txt
View file @
bed7983
0.4.1 2021-12-31
----------------
- Penggunaan pkgutil agar lebih fleksibel saat pip install -e
- Bug fixed Kota Bekasi saat self test inquiry yaitu tampilkan tanggal jatuh
tempo meski kosong
0.4 2021-06-14
--------------
- Tambah Kota Bogor
...
...
opensipkd/__init__.py
View file @
bed7983
__path__
=
__import__
(
'pkgutil'
)
.
extend_path
(
__path__
,
__name__
)
opensipkd/bphtb/__init__.py
View file @
bed7983
__path__
=
__import__
(
'pkgutil'
)
.
extend_path
(
__path__
,
__name__
)
opensipkd/bphtb/models/__init__.py
View file @
bed7983
__path__
=
__import__
(
'pkgutil'
)
.
extend_path
(
__path__
,
__name__
)
opensipkd/bphtb/services/bekasi_kota.py
View file @
bed7983
...
...
@@ -35,6 +35,9 @@ class Common:
self
.
invoice
=
q
.
first
()
self
.
payment
=
self
.
invoice
and
self
.
get_payment
()
def
get_jatuh_tempo
(
self
):
pass
def
is_available
(
self
):
# Meski reversal tetap tidak bisa dibayarkan lagi karena kd_booking
# unique.
...
...
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