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 a96769b0
authored
Dec 23, 2022
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Kabupaten Serang tambah kurang bayar
1 parent
80c7a59e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
opensipkd/bphtb/models/serang_kab.py
opensipkd/bphtb/scripts/available_invoice.py
opensipkd/bphtb/services/serang_kab/__init__.py
opensipkd/bphtb/models/serang_kab.py
View file @
a96769b
This diff is collapsed.
Click to expand it.
opensipkd/bphtb/scripts/available_invoice.py
View file @
a96769b
...
...
@@ -4,6 +4,7 @@ from .common import init
help_skpdkb
=
'Tampilkan kode bayar SKPDKB'
help_skpdkb_t
=
'Tampilkan kode bayar SKPDKB Tambahan'
def
get_option
(
argv
):
...
...
@@ -15,6 +16,8 @@ def get_option(argv):
pars
.
add_argument
(
'--max-nominal'
,
type
=
int
)
pars
.
add_argument
(
'--tahun'
,
type
=
int
)
pars
.
add_argument
(
'--skpdkb'
,
action
=
'store_true'
,
help
=
help_skpdkb
)
pars
.
add_argument
(
'--skpdkb-tambahan'
,
action
=
'store_true'
,
help
=
help_skpdkb_t
)
pars
.
add_argument
(
'--belum-jatuh-tempo'
,
action
=
'store_true'
)
pars
.
add_argument
(
'--lewat-jatuh-tempo'
,
action
=
'store_true'
)
pars
.
add_argument
(
...
...
opensipkd/bphtb/services/serang_kab/__init__.py
View file @
a96769b
This diff is collapsed.
Click to expand it.
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