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 820cb6ad
authored
Nov 19, 2023
by
Tatang S
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
tambahin list jenis transaksi spop
1 parent
3964de64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
opensipkd/tools/pbb.py
opensipkd/tools/pbb.py
View file @
820cb6a
...
...
@@ -307,6 +307,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