From 602d56457db9f2ee000218b7eb65d6a5b36d11bf Mon Sep 17 00:00:00 2001 From: Adi Setiawan Date: Mon, 12 Dec 2022 11:56:57 +0700 Subject: [PATCH 1/3] Update npwp.ts added new tax identities for PT Perorangan --- src/ts/datas/npwp.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts/datas/npwp.ts b/src/ts/datas/npwp.ts index 9e13762..bb33f19 100644 --- a/src/ts/datas/npwp.ts +++ b/src/ts/datas/npwp.ts @@ -31,7 +31,7 @@ export const NPWP_LENGTH = 15 **/ export const NPWP_TAX_IDENTITIES = [ '01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26', - '31', '34', '35', '36', '47', '48', '49', '57', '58', '67', '77', '78', '79', '87', '88', + '31', '34', '35', '36', '47', '48', '49', '57', '58', '65', '67', '77', '78', '79', '87', '88', '89', '97' ] @@ -49,4 +49,4 @@ export const NPWP_DOT_INDEXES = [1, 4, 7, 11] * Indexes of where are the hyphen separator to be placed * Eg: 09.123.123.1-123.123 **/ -export const NPWP_HYPHEN_INDEXES = [8] \ No newline at end of file +export const NPWP_HYPHEN_INDEXES = [8] From 476e7bd2db4f85d6bc37a4b97071f3d3851006d8 Mon Sep 17 00:00:00 2001 From: Adi Setiawan Date: Mon, 12 Dec 2022 17:14:01 +0700 Subject: [PATCH 2/3] Update npwp.ts --- src/ts/datas/npwp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/datas/npwp.ts b/src/ts/datas/npwp.ts index bb33f19..663caba 100644 --- a/src/ts/datas/npwp.ts +++ b/src/ts/datas/npwp.ts @@ -31,7 +31,7 @@ export const NPWP_LENGTH = 15 **/ export const NPWP_TAX_IDENTITIES = [ '01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26', - '31', '34', '35', '36', '47', '48', '49', '57', '58', '65', '67', '77', '78', '79', '87', '88', + '31', '34', '35', '36', '47', '48', '49', '57', '58', '65', '67', '71', '77', '78', '79', '87', '88', '89', '97' ] From 4d4b9cc8b5ad89b642d35b293f5d8012a6ea6c88 Mon Sep 17 00:00:00 2001 From: Adi Setiawan Date: Mon, 12 Dec 2022 17:16:10 +0700 Subject: [PATCH 3/3] Update npwp.ts --- src/ts/datas/npwp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/datas/npwp.ts b/src/ts/datas/npwp.ts index 663caba..f15749c 100644 --- a/src/ts/datas/npwp.ts +++ b/src/ts/datas/npwp.ts @@ -32,7 +32,7 @@ export const NPWP_LENGTH = 15 export const NPWP_TAX_IDENTITIES = [ '01', '02', '21', '31', '00', '20', '04', '05', '06', '07', '08', '09', '24', '25', '26', '31', '34', '35', '36', '47', '48', '49', '57', '58', '65', '67', '71', '77', '78', '79', '87', '88', - '89', '97' + '89', '91', '97' ] /**