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 f2879ddd
authored
Mar 01, 2024
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
https://git.opensipkd.com/aa.gusti/opensipkd-tools
2 parents
632f78bd
3332f328
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
opensipkd/tools/pbb.py
opensipkd/tools/pbb.py
View file @
f2879dd
...
...
@@ -70,6 +70,10 @@ AGENDA = [('thn_agenda_kirim', 4, 'N'),
BERKAS
=
list
(
NOPELDET
)
BERKAS
.
extend
(
list
(
AGENDA
))
FORMULIR
=
[(
'tahun'
,
4
,
'N'
),
(
'bundel'
,
4
,
'N'
),
(
'urut'
,
3
,
'N'
)]
def
get_value
(
obj
,
struct
):
raw
=
""
...
...
@@ -209,6 +213,10 @@ class FixBerkas(BaseFixLength):
def
get_nopel_det
(
self
):
return
get_value
(
self
,
NOPELDET
)
class
FixFormulir
(
BaseFixLength
):
def
get_structure
(
self
):
return
FORMULIR
def
ensure_datetime
(
d
):
"""
...
...
@@ -307,6 +315,20 @@ JENIS_SALINAN = (
(
'2'
,
'SKP Kurang Bayar'
)
)
JENIS_TRANSAKSI_SPOP
=
(
(
'11'
,
'Perekaman Data OP'
),
(
'12'
,
'Pemutakhiran Data OP'
),
(
'13'
,
'Penghapusan OP'
),
(
'14'
,
'Penghapusan Status OP Bersama'
),
)
JENIS_TRANSAKSI_LSPOP
=
(
(
'21'
,
'Perekaman Data Bangunan'
),
(
'22'
,
'Pemutakhiran Data Bangunan'
),
(
'23'
,
'Penghapusan Data Bangunan'
),
(
'24'
,
'Penilaian Individu'
),
)
def
get_date_triwulan
(
tahun
,
tri
):
tglawal
=
tahun
...
...
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