Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-tools
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b72604fd
authored
Feb 17, 2026
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat: implement query_nop function for formatted NOP retrieval
1 parent
a59ab3a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
25 deletions
opensipkd/tools/pbb.py
opensipkd/tools/pbb.py
View file @
b72604f
...
...
@@ -327,31 +327,31 @@ def nop_formatted(row):
# row.kd_jns_op)
# def query_nop(table):
#
return func.concat(table.kd_propinsi,
#
func.concat(
#
'.',
#
func.concat(
#
table.kd_dati2,
#
func.concat(
#
'-',
#
func.concat(
#
table.kd_kecamatan,
#
func.concat(
#
'.',
#
func.concat(
#
table.kd_kelurahan,
#
func.concat(
#
'-',
#
func.concat(
#
table.kd_blok,
#
func.concat(
#
'.',
#
func.concat(
#
table.no_urut,
#
func.concat(
#
'-',
#
table.kd_jns_op))))))))))))
def
query_nop
(
table
):
#digunakan oleh e2apbb
return
func
.
concat
(
table
.
kd_propinsi
,
func
.
concat
(
'.'
,
func
.
concat
(
table
.
kd_dati2
,
func
.
concat
(
'-'
,
func
.
concat
(
table
.
kd_kecamatan
,
func
.
concat
(
'.'
,
func
.
concat
(
table
.
kd_kelurahan
,
func
.
concat
(
'-'
,
func
.
concat
(
table
.
kd_blok
,
func
.
concat
(
'.'
,
func
.
concat
(
table
.
no_urut
,
func
.
concat
(
'-'
,
table
.
kd_jns_op
))))))))))))
# JEnis REstitusi Kompensasi
...
...
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