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 90da80b7
authored
Jan 10, 2023
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Invoice ID Kabupaten Sukabumi hanya 9 digit
1 parent
1ca6f999
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
opensipkd/pad/services/default.py
opensipkd/pad/services/sukabumi_kab.py
opensipkd/pad/services/default.py
View file @
90da80b
...
@@ -41,9 +41,6 @@ INVOICE_ID = [
...
@@ -41,9 +41,6 @@ INVOICE_ID = [
(
'Tahun'
,
4
,
'N'
),
(
'Tahun'
,
4
,
'N'
),
(
'SptNo'
,
6
,
'N'
),
(
'SptNo'
,
6
,
'N'
),
]
]
INVOICE_ID_LENGTH
=
0
for
name
,
size
,
typ
in
INVOICE_ID
:
INVOICE_ID_LENGTH
+=
size
class
BaseInquiry
:
class
BaseInquiry
:
...
...
opensipkd/pad/services/sukabumi_kab.py
View file @
90da80b
...
@@ -9,7 +9,15 @@ from .banjar import (
...
@@ -9,7 +9,15 @@ from .banjar import (
)
)
INVOICE_ID
=
[
(
'Tahun'
,
4
,
'N'
),
(
'SptNo'
,
5
,
'N'
),
]
class
Inquiry
(
BaseInquiry
):
class
Inquiry
(
BaseInquiry
):
invoice_id_structure
=
INVOICE_ID
def
hitung_denda
(
self
):
# Override
def
hitung_denda
(
self
):
# Override
self
.
bln_tunggakan
=
None
self
.
bln_tunggakan
=
None
self
.
denda
=
0
self
.
denda
=
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