{"id":28726097,"url":"https://github.com/junian/pajak","last_synced_at":"2026-02-02T17:34:50.939Z","repository":{"id":70114065,"uuid":"123071899","full_name":"junian/pajak","owner":"junian","description":"Norma pajak lookup","archived":false,"fork":false,"pushed_at":"2024-06-07T14:13:36.000Z","size":246,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T06:52:56.684Z","etag":null,"topics":["norma","pajak","tax"],"latest_commit_sha":null,"homepage":"https://www.junian.dev/pajak/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/junian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-02-27T04:18:37.000Z","updated_at":"2024-06-07T14:13:40.000Z","dependencies_parsed_at":"2024-04-05T03:23:16.164Z","dependency_job_id":"5df34e8b-5839-4a90-9b21-5c73e86da47a","html_url":"https://github.com/junian/pajak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/junian/pajak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fpajak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fpajak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fpajak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fpajak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/junian","download_url":"https://codeload.github.com/junian/pajak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/junian%2Fpajak/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29016438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["norma","pajak","tax"],"created_at":"2025-06-15T12:09:00.564Z","updated_at":"2026-02-02T17:34:50.912Z","avatar_url":"https://github.com/junian.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Background\n\nEvery annual tax report I always forgot the percentage **norma** value to calculate my netto from bruto income.\nI usually google it and download a pdf file.\nThen from there I'll just search and find my work category manually.\nThis is somehow frustating because searching for a keyword in pdf file make you jump from page to page until you find what you're looking for.\nThat's why I create this tool to filter based on search keyword.\n\n## About\n\nThis tool is created to make lookup **Norma Perhitungan Penghasilan Netto** easier.\nThis netto value is used for annual tax reporting.\nVery useful for self-employed, freelancer, and sole-enterpreneur working in Indonesia.\n\n## Data extraction\n\nThe data is extracted from [PER-17/PJ/2015](http://www.pajak.go.id/sites/default/files/info-pajak/Lamp%201.pdf) pdf file.\nWe extract the tables using [Tabula](http://tabula.technology) and generate csv file from it.\n\nWe cleanup the csv file first by removing description rows (all rows with empty `no` column) to make the file slimmer. This is done by using `sed` command like this:\n\n```bash\n$ sed '/^\"\",/ d' \u003c norma-tabula.csv \u003e norma.csv\n```\n\nThen we add column names at the first row: **\"no\", \"klu\", \"uraian\", \"ibukota_10\", \"ibukota_lain\", \"daerah_lain\"**.\n\nAfter that, the csv file is transformed to json by using [csv2json](https://www.npmjs.com/package/csv2json) by executing this command:\n\n```bash\n$ csv2json norma.csv norma.json\n```\n\nFinally, the json data is ready to be displayed and filtered by [datatables](https://datatables.net) plugin on web page.\n\n**Please Note** that some rows are missing because `tabula` can't extract all data from pdf tables properly. That's why several rows need to be inserted manually.\n\n## License\n\nThe license is [Public Domain](https://github.com/junian/pajak/blob/master/LICENSE).\nDo whatever you want for personal or commercial purpose, with or without attribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunian%2Fpajak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjunian%2Fpajak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjunian%2Fpajak/lists"}