live

1 parent 6db83713
......@@ -96,18 +96,18 @@ INVALID_NIK = [
# Bit 61 saat MTI 0210 #
########################
INVOICE_PROFILE = [
('Nomor Bayar', 16),
('Nomor Rangka', 25),
('Nomor Mesin', 25),
('Nomor Identitas', 18),
('Nama Pemilik', 25),
('Alamat Pemilik', 40),
('Nomor Polisi', 9),
('Warna Plat', 6),
('Nomor Bayar', 16, 'A'),
('Nomor Rangka', 25, 'A'),
('Nomor Mesin', 25, 'A'),
('Nomor Identitas', 18, 'A'),
('Nama Pemilik', 25, 'A'),
('Alamat Pemilik', 40, 'A'),
('Nomor Polisi', 9, 'A'),
('Warna Plat', 6, 'A'),
('Milik Ke', 3, 'N'),
('Nama Jenis KB', 15),
('Nama Merk KB', 15),
('Nama Model KB', 30),
('Nama Jenis KB', 15, 'A'),
('Nama Merk KB', 15, 'A'),
('Nama Model KB', 30, 'A'),
('Tahun Buatan', 4, 'N'),
('Tgl Akhir Pajak Lama', 8, 'N'), # YMD
('Tgl Akhir Pajak Baru', 8, 'N'), # YMD
......@@ -120,6 +120,6 @@ INVOICE_PROFILE = [
('Pokok Adm STNK', 12, 'N'),
('Pokok Adm TNKB', 12, 'N'),
('Jumlah', 12, 'N'),
('Keterangan', 90),
('Kode Wilayah', 5),
('Keterangan', 90, 'A'),
('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!