Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Owo Sugiana
/
sismiop-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 3f0e8162
authored
Nov 14, 2024
by
Owo Sugiana
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Di Kota Sukabumi alamat objek pajak menggunakan tabel DAT_OBJEK_PAJAK
1 parent
3f091418
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
CHANGES.txt
pyproject.toml
sismiop/services/sukabumi_kota.py
CHANGES.txt
View file @
3f0e816
0.3.22 2024-11-14
-----------------
- Di Kota Sukabumi alamat objek pajak menggunakan tabel DAT_OBJEK_PAJAK
0.3.21 2024-10-31
0.3.21 2024-10-31
-----------------
-----------------
- Discount denda Kabupaten Pangandaran periode 1 November - 31 Desember tahun
- Discount denda Kabupaten Pangandaran periode 1 November - 31 Desember tahun
...
...
pyproject.toml
View file @
3f0e816
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
...
@@ -3,7 +3,7 @@ requires = ['setuptools >= 64']
[project]
[project]
name
=
'sismiop-models'
name
=
'sismiop-models'
version
=
'
0.3.2
1
'
version
=
'
0.3.2
2
'
dependencies
=
[
dependencies
=
[
'sqlalchemy'
,
'sqlalchemy'
,
'zope.sqlalchemy'
,
'zope.sqlalchemy'
,
...
...
sismiop/services/sukabumi_kota.py
View file @
3f0e816
...
@@ -120,9 +120,6 @@ class Inquiry(BaseInquiry):
...
@@ -120,9 +120,6 @@ class Inquiry(BaseInquiry):
return
r
and
r
.
NM_PROPINSI
or
''
return
r
and
r
.
NM_PROPINSI
or
''
def
get_alamat_op
(
self
):
# Override
def
get_alamat_op
(
self
):
# Override
return
self
.
invoice
.
JLN_WP_SPPT
'''
# Permission denied
q
=
self
.
query_op
()
q
=
self
.
query_op
()
op
=
q
.
first
()
op
=
q
.
first
()
if
not
op
:
if
not
op
:
...
@@ -143,7 +140,6 @@ class Inquiry(BaseInquiry):
...
@@ -143,7 +140,6 @@ class Inquiry(BaseInquiry):
elif
rw
:
elif
rw
:
s
.
append
(
f
'RW {rw}'
)
s
.
append
(
f
'RW {rw}'
)
return
','
.
join
(
s
)
return
','
.
join
(
s
)
'''
def
get_nama_wp
(
self
):
# Override
def
get_nama_wp
(
self
):
# Override
return
self
.
invoice
.
NM_WP_SPPT
return
self
.
invoice
.
NM_WP_SPPT
...
...
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