Commit 5fca3920 by Solo Group
2 parents e47f5aa9 cc370123
...@@ -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'),
] ]
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!