Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
iso8583
/
bjb-samsat-banten
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 5fca3920
authored
Mar 31, 2019
by
Solo Group
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://git.opensipkd.com/iso8583/bjb-samsat-banten
2 parents
e47f5aa9
cc370123
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
opensipkd/iso8583/bjb/samsat/structure.py
opensipkd/iso8583/bjb/samsat/structure.py
View file @
5fca392
...
@@ -96,18 +96,18 @@ INVALID_NIK = [
...
@@ -96,18 +96,18 @@ INVALID_NIK = [
# Bit 61 saat MTI 0210 #
# Bit 61 saat MTI 0210 #
########################
########################
INVOICE_PROFILE
=
[
INVOICE_PROFILE
=
[
(
'Nomor Bayar'
,
16
),
(
'Nomor Bayar'
,
16
,
'A'
),
(
'Nomor Rangka'
,
25
),
(
'Nomor Rangka'
,
25
,
'A'
),
(
'Nomor Mesin'
,
25
),
(
'Nomor Mesin'
,
25
,
'A'
),
(
'Nomor Identitas'
,
18
),
(
'Nomor Identitas'
,
18
,
'A'
),
(
'Nama Pemilik'
,
25
),
(
'Nama Pemilik'
,
25
,
'A'
),
(
'Alamat Pemilik'
,
40
),
(
'Alamat Pemilik'
,
40
,
'A'
),
(
'Nomor Polisi'
,
9
),
(
'Nomor Polisi'
,
9
,
'A'
),
(
'Warna Plat'
,
6
),
(
'Warna Plat'
,
6
,
'A'
),
(
'Milik Ke'
,
3
,
'N'
),
(
'Milik Ke'
,
3
,
'N'
),
(
'Nama Jenis KB'
,
15
),
(
'Nama Jenis KB'
,
15
,
'A'
),
(
'Nama Merk KB'
,
15
),
(
'Nama Merk KB'
,
15
,
'A'
),
(
'Nama Model KB'
,
30
),
(
'Nama Model KB'
,
30
,
'A'
),
(
'Tahun Buatan'
,
4
,
'N'
),
(
'Tahun Buatan'
,
4
,
'N'
),
(
'Tgl Akhir Pajak Lama'
,
8
,
'N'
),
# YMD
(
'Tgl Akhir Pajak Lama'
,
8
,
'N'
),
# YMD
(
'Tgl Akhir Pajak Baru'
,
8
,
'N'
),
# YMD
(
'Tgl Akhir Pajak Baru'
,
8
,
'N'
),
# YMD
...
@@ -120,8 +120,8 @@ INVOICE_PROFILE = [
...
@@ -120,8 +120,8 @@ INVOICE_PROFILE = [
(
'Pokok Adm STNK'
,
12
,
'N'
),
(
'Pokok Adm STNK'
,
12
,
'N'
),
(
'Pokok Adm TNKB'
,
12
,
'N'
),
(
'Pokok Adm TNKB'
,
12
,
'N'
),
(
'Jumlah'
,
12
,
'N'
),
(
'Jumlah'
,
12
,
'N'
),
(
'Keterangan'
,
90
),
(
'Keterangan'
,
90
,
'A'
),
(
'Kode Wilayah'
,
5
),
(
'Kode Wilayah'
,
5
,
'A'
),
]
]
...
...
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