{"id":14637,"date":"2022-09-03T11:59:22","date_gmt":"2022-09-03T02:59:22","guid":{"rendered":"https:\/\/humedit.ph\/?page_id=14637"},"modified":"2022-11-09T11:20:36","modified_gmt":"2022-11-09T02:20:36","slug":"income-tax-calculator","status":"publish","type":"page","link":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/","title":{"rendered":"Easy Income Tax Calculator"},"content":{"rendered":"\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.11.2\/jquery.min.js\"><\/script>\n\n\n\n<style>\n    #submit{\n\n    }\n    .lablel-contri{\n        margin-top:10px;\n    }\n<\/style>\n\n\n\n<div class=\"container\" style=\"margin-top:130px\">\n<h1 class=\"\" style=\"margin-bottom:50px; text-align:center; font-weight:bold;\">Easy \u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f<\/h1>\n\n<div class=\"row\" style=\"margin-top:20px;\">\n<div class=\"col-md-4\">\n  <img decoding=\"async\" src=\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png\" alt=\"Easy Income Tax Calculator\" style=\"width:100%;height:auto\">\n<\/div>\n<div class=\"col-md-8\" style=\"margin-bottom:30px;\">\n  <p style=\"font-size:17px\">\u4eba\u9593\u306e\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\u7c21\u5358\u6240\u5f97\u7a0e\u306e\u8a08\u7b97\u6a5f\u306f\u3001\u3042\u306a\u305f\u304c\u6240\u5f97\u7a0e\u3068\u305d\u306e\u3088\u3046\u306aSSS\u3001PhilHealth\u3068Pag-IBIG\u306a\u3069\u306e\u6bce\u6708\u306e\u8ca2\u732e\u3092\u751f\u6210\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002 \u3053\u306e\u30c4\u30fc\u30eb\u306f\u4f7f\u3044\u3084\u3059\u304f\u3001\u6bce\u6708\u306e\u30ec\u30fc\u30c8\u3092\u5165\u529b\u3057\u3066[\u751f\u6210]\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u5408\u8a08\u63a7\u9664\u3068\u5408\u8a08\u62e0\u51fa\u984d\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002<\/p>\n<\/div>\n<\/div>\n\n\n<div class=\"row\">\n\n    <div class=\"col-md-6\">\n        \n        <div id=\"tax-calculator\" class=\"form-group\">\n            <legend class=\"result-border\">\u7a0e\u91d1\u8a08\u7b97\u6a5f<\/legend>\n            <label class=\"lablel-contri\" for=\"monthly-income\">\u6708\u53ce<\/label> \n            <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"monthly-income\">\n            <div class=\"form-group\" style=\"text-align:center\">\n                <input type=\"submit\" onclick=\"CalculateTax();\" class=\"btn btn-primary\" value=\"Calculate\" style=\"margin-top:15px;\" id=\"submit\">\n            <\/div>\n           \n\n            <label class=\"lablel-contri\" for=\"income-tax\">\u6240\u5f97\u7a0e<\/label> \n            <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"income-tax\">\n\n            <label class=\"lablel-contri\" for=\"net-pay-after-tax\" hidden=\"\">\u7a0e\u5f15\u304d\u5f8c\u306e\u6b63\u5473\u652f\u6255\u984d<\/label> \n            <input type=\"hidden\" class=\"form-control\" placeholder=\"100\" id=\"net-pay-after-tax\">\n\n            <label class=\"lablel-contri\" for=\"total-deductions\">\u7dcf\u63a7\u9664\u984d<\/label> \n            <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"total-deductions\">\n        \n\n        <\/div>\n    <\/div>\n\n    <div class=\"col-md-6\">\n        <legend class=\"result-border\">\u6bce\u6708\u306e\u5bc4\u4ed8\u91d1<\/legend>\n\n         <label class=\"lablel-contri\" for=\"sss\">SSS<\/label> \n         <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"sss\">\n\n         <label class=\"lablel-contri\" for=\"philhealth\">PhilHealth<\/label> \n         <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"philhealth\">\n\n         <label class=\"lablel-contri\" for=\"pag-ibig\">Pag-IBIG<\/label> \n         <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"pag-ibig\">\n\n         <label class=\"lablel-contri\" for=\"total-contributions\">\u7dcf\u62e0\u51fa\u984d<\/label> \n         <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"total-contributions\">\n    <\/div>\n\n<\/div>\n\n<div class=\"form-group\" style=\"text-align:center;margin-top:20px\" hidden=\"\">\n    <legend class=\"result-border\">\u7dcf\u5408\u7dcf\u5408<\/legend>\n\n\n    <label class=\"lablel-contri\" for=\"net-pay\">\u63a7\u9664\u5f8c\u306e\u6b63\u5473\u652f\u6255\u984d<\/label> \n    <input type=\"text\" class=\"form-control\" placeholder=\"0.00\" id=\"net-pay\">\n\n<\/div>\n\n<br>\n<br>\n<\/div>\n\n\n\n<script>\n\/\/document.querySelector('#tax-calculator').addEventListener('submit', function(e) {\n\/\/  e.preventDefault();\n\/\/  compute();\n\/\/});\n\nfunction CalculateTax(){\n  compute();\n}\n\nconst salary = document.getElementById(\"monthly-income\");\nsalary.addEventListener('keydown', function(){\n  clear();\n});\n\nfunction clear(){\n  let inputs = Array.from(document.querySelectorAll('input[type=text]'));\n  inputs.forEach(function(input){\n    if(input.id != \"monthly-income\"){\n      input.value = \"\";\n    }\n  });\n}\n\nfunction sanitize(value){\n  return Number(value.replace(\/[^0-9\\.]+\/g,\"\"));\n}\n\nfunction format(value){\n  let splitter = value.toString().split('.');\n  splitter[0] = splitter[0].replace(\/\\B(?=(\\d{3})+(?!\\d))\/g, \",\");\n  return `\u20b1 ${splitter.join('.')}`;\n}\n\nfunction compute(){\n\n  setSSS();\n  setPhilHealth();\n  setPagIBIG();\n  totalContributions();\n\n  const salary = document.getElementById(\"monthly-income\");\n  const contributions = document.getElementById(\"total-contributions\");\n  const taxableIncome = sanitize(salary.value) - sanitize(contributions.value);\n  let incomeTax = document.getElementById(\"income-tax\");\n  let salaryAfterTax = document.getElementById(\"net-pay-after-tax\");\n\n  if(taxableIncome <= 20833){\n\n    incomeTax.value = `\u20b1 0 - ${\"Tax Exempted\"}`;\n    salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n  } else if(taxableIncome >= 20833 && taxableIncome <= 33332){\n\n    if(taxableIncome > 20833){\n\n      incomeTax.value  = format(((taxableIncome - 20833) * 0.20).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    } else {\n\n      incomeTax.value  = format((0).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    }\n\n  } else if(taxableIncome >= 33333 && taxableIncome <= 66666){\n\n    if(taxableIncome > 33333){\n\n      incomeTax.value  = format((((taxableIncome - 33333) * 0.25) + 2500).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    } else {\n\n      incomeTax.value  = format((2500).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    }\n\n  } else if(taxableIncome >= 66667 && taxableIncome <= 166666){\n\n    if(taxableIncome > 66667){\n\n      incomeTax.value  = format((((taxableIncome - 66667) * 0.30) + 10833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    } else {\n\n      incomeTax.value  = format((10833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    }\n\n  } else if(taxableIncome >= 166667 && taxableIncome <= 666666){\n\n    if(taxableIncome > 166667){\n\n      incomeTax.value  = format((((taxableIncome - 166667) * 0.32) + 40833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    } else {\n\n      incomeTax.value  = format((40833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    }\n\n  } else if(taxableIncome >= 666667){\n\n    if(taxableIncome > 666667){\n\n      incomeTax.value  = format((((taxableIncome - 666667) * 0.35) + 200833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    } else {\n\n      incomeTax.value  = format((200833.33).toFixed(2));\n      salaryAfterTax.value = format((salary.value - sanitize(incomeTax.value)).toFixed(2));\n\n    }\n\n  }\n\n  \n  totalDeductions();\n  totalNetPay();\n}\n\nfunction setSSS(){\n  const salary = document.getElementById(\"monthly-income\").value;\n  let sss = document.getElementById(\"sss\");\n\n  const table = [\n    [1000,3249.99,135],\n    [3250,3749.99,157.50],\n    [3750,4249.99,180],\n    [4250,4749.99,202.5],\n    [4750,5249.99,225],\n    [5250,5749.99,247.5],\n    [5750,6249.99,270],\n    [6250,6749.99,292.5],\n    [6750,7249.99,315],\n    [7250,7749.99,337.5],\n    [7750,8249.99,360],\n    [8250,8749.99,382.5],\n    [8750,9249.99,405],\n    [9250,9749.99,427.5],\n    [9750,10249.99,450],\n    [10250,10749.99,472.5],\n    [10750,11249.99,495],\n    [11250,11749.99,517.5],\n    [11750,12249.99,540],\n    [12250,12749.99,562.5],\n    [12750,13249.99,585],\n    [13250,13749.99,607.5],\n    [13750,14249.99,630],\n    [14250,14749.99,652.5],\n    [14750,15249.99,675],\n    [15250,15749.99,697.5],\n    [15750,16249.99,720],\n    [16250,16749.99,742.5],\n    [16750,17249.99,765],\n    [17250,17749.99,787.5],\n    [17750,18249.99,810],\n    [18250,18749.99,832.5],\n    [18750,19249.99,855],\n    [19250,19749.99,877.5],\n    [19750,20249.99,900],\n    [20250,20749.99,922.5],\n    [20750,21249.99,945],\n    [21250,21749.99,967.5],\n    [21750,22249.99,990],\n    [22250,22749.99,1012.5],\n    [22270,23249.99,1035],\n    [23250,23749.99,1057.5],\n    [23750,24249.99,1080],\n    [24250,24279.99,1102.5],\n    [24750,1125],\n  ];\n\n  for(var i = 0; i < table.length; i++){\n\n    \/\/ if (i == 0){\n    \/\/   if (salary <= table[i][0]){\n    \/\/     sss.value = format((80).toFixed(2));\n    \/\/     break;\n    \/\/   }\n    \/\/ }\n\n    if(i == table.length - 1){\n      if (salary >= table[i][0]){\n        sss.value = format((1125).toFixed(2));\n        break;\n      }\n    }\n\n    if(salary >= table[i][0] && salary <= table[i][1]){\n      sss.value = format((table[i][2]).toFixed(2));\n      break;\n    }\n  }\n  \n}\n\nfunction getSSS(){\n  return document.getElementById(\"sss\").value;\n}\n\nfunction setPhilHealth(){\n\n  const salary = document.getElementById(\"monthly-income\").value;\n  let philhealth = document.getElementById(\"philhealth\");\n\n  if(salary <= 10000){\n    philhealth.value = format((200).toFixed(2));\n  } else if (salary >= 10000.01 && salary <= 79999.99){\n    philhealth.value = format(((salary * 0.02) \/ 2).toFixed(2));\n  } else if (salary >= 80000){\n    philhealth.value = format((1600).toFixed(2));\n  }\n\n}\n\nfunction getPhilHealth(){\n  return document.getElementById(\"philhealth\").value;\n}\n\nfunction setPagIBIG(value){\n\n  const salary = document.getElementById(\"monthly-income\").value;\n  let pagibig = document.getElementById(\"pag-ibig\");\n\n  if(salary <= 1500){\n    pagibig.value = format((salary * 0.01).toFixed(2));\n  } else if (salary > 1500 && salary < 5000){\n    pagibig.value = format((salary * 0.02).toFixed(2));\n  } else if (salary >= 5000){\n    pagibig.value = format((100).toFixed(2));\n  }\n  \n}\n\nfunction getPagIBIG(){\n  return document.getElementById(\"pag-ibig\").value;\n}\n\nfunction totalContributions(){\n  document.getElementById(\"total-contributions\").value = format((\n    sanitize(getSSS()) + \n    sanitize(getPhilHealth()) + \n    sanitize(getPagIBIG())\n  ).toFixed(2));\n}\n\nfunction totalDeductions(){\n  const totalDeductions = document.getElementById(\"total-deductions\");\n  const totalContributions = document.getElementById(\"total-contributions\");\n  const incomeTax = document.getElementById(\"income-tax\");\n\n  totalDeductions.value = format((sanitize(incomeTax.value) + sanitize(totalContributions.value)).toFixed(2));\n}\n\nfunction totalNetPay(){\n\n  const salary = document.getElementById(\"monthly-income\").value;\n  const totalDeductions = document.getElementById(\"total-deductions\").value;\n  const netPay = document.getElementById(\"net-pay\");\n\n  netPay.value = format((sanitize(salary) - sanitize(totalDeductions)).toFixed(2));\n\n}\n\n<\/script>\n\n\n\n<div class=\"container\">\n    <p>\u3053\u306e\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u306e\u8a08\u7b97\u306f\u3001\u3042\u306a\u305f\u304c\u30b9\u30e0\u30fc\u30ba\u306b\u3001\u3042\u306a\u305f\u306e\u6240\u5f97\u7a0e\u3092\u8a08\u7b97\u3042\u306a\u305f\u306e\u6bce\u6708\u306e\u8ca2\u732e\u3092\u8ffd\u52a0\u3057\u3001\u308f\u305a\u304b1\u30af\u30ea\u30c3\u30af\u3067\u3042\u306a\u305f\u306e\u7dcf\u7d14\u6bce\u6708\u306e\u53ce\u5165\u3092 \u7c21\u5358\u306a\u6240\u5f97\u7a0e\u306e\u8a08\u7b97\u306f\u3001\u8a08\u7b97\u306e\u305f\u3081\u306e\u6700\u65b0\u306eBIR\u6240\u5f97\u7a0e\u30c6\u30fc\u30d6\u30eb\u3001SSS\u3001PhilHealth\u3001\u304a\u3088\u3073Pag-IBIG\u6bce\u6708\u306e\u8ca2\u732e\u30c6\u30fc\u30d6\u30eb\u3092\u4f7f\u7528\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<\/div>\n\n\n\n<section class=\"contact-us-page contact-maps\">\n    <div class=\"container\">\n        <div class=\"inner-padding\">\n            <h2>\u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\u30aa\u30d5\u30a3\u30b9<\/h2>\n            <div class=\"row\">\n                <div class=\"col-xl-4 col-lg-4\">\n                    <div class=\"map-item\">\n                        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3925.292704389463!2d123.90623721411319!3d10.318443670302884!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a99920ac592cbf%3A0xa46d763702c3e13f!2sHuman%20Incubator%20Inc.!5e0!3m2!1sen!2sph!4v1651913885841!5m2!1sen!2sph\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" width=\"100%\" height=\"250\"><\/iframe>\n                        <h3>\u30bb\u30d6\u30aa\u30d5\u30a3\u30b9<\/h3>\n                        <p>\n                            Email: <a href=\"mailto:hiisales@humedit.ph\">hiisales@humedit.ph<\/a>\n                            <br>\n                            Address: Unit 1001B Keppel Center, Samar Loop cor. Cardinal Rosales Ave., Cebu Business Park,\n                            Cebu City, Philippines.\n                            <br>\n                            <i class=\"phone-icon fa fa-phone\"><\/i> <a href=\"tel:+63-32-234-6352\" style=\"color: #333;text-decoration: none !important;margin-left:0;\">+63-32-234-6352 Ext. 100, 101, 102<\/a><br>\n<i class=\"phone-icon fa fa-phone\"><\/i> <a href=\"tel:0908-890-6496\" style=\"color: #333;text-decoration: none !important;margin-left:0;\">0908-890-6496<\/a>\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-xl-4 col-lg-4\">\n                    <div class=\"map-item\">\n                        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d3925.1603119809424!2d123.90463711411323!3d10.329052570117646!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x33a99922157b8c91%3A0x529b9bacb2aff9!2sPark%20Centrale%2C%20Jose%20Maria%20del%20Mar%20St%2C%20Cebu%20City%2C%206000%20Cebu!5e0!3m2!1sen!2sph!4v1651914001852!5m2!1sen!2sph\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" width=\"100%\" height=\"250\"><\/iframe>\n                        <h3>IT\u30d1\u30fc\u30af\u30aa\u30d5\u30a3\u30b9<\/h3>\n                        <p>\n                            Address: Park Centrale Building, Jose Maria del \n                            Mar St, Cebu City, Philippines\n                        <\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"col-xl-4 col-lg-4\">\n                    <div class=\"map-item\">\n                        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d7722.5677184997285!2d121.05512522171867!3d14.58289439248603!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3397c9157ae76131%3A0xa5853ece70cfafd2!2sHuman%20Incubator%20Inc!5e0!3m2!1sen!2sph!4v1651914057517!5m2!1sen!2sph\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\" width=\"100%\" height=\"250\"><\/iframe>\n                        <h3>\u30de\u30cb\u30e9\u4e8b\u52d9\u6240<\/h3>\n                        <p>\n                            Address: Unit 1103 Jollibee Center San Miguel \n                            Avenue, Ortigas Center, San Antonio, Pasig, 1605 \n                            Metro Manila\n                            <br>\n                            <i class=\"phone-icon fa fa-phone\"><\/i> <a href=\"tel:+63-28-555-5228\" style=\"color: #333;text-decoration: none !important;margin-left:0;\">+63-28-555-5228 Ext. 103, 104<\/a><br>\n <i class=\"phone-icon fa fa-phone\"><\/i> <a href=\"tel:0917-628-0355\" style=\"color: #333;text-decoration: none !important;margin-left:0;\">0917-628-0355<\/a>\n                        <\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n\n<div class=\"container series-section-1\" style=\"margin-top:30px\">\n\n<h2 class=\"text-center pb-5\">Easy\u30b7\u30ea\u30fc\u30ba <\/h2>\n<div class=\"row series-row-1\" style=\"text-align:center\">\n\t<div class=\"col-md-4\">\n\t\t<picture style=\"width:auto;height:auto\">\n\t\t<source type=\"image\/webp\" srcset=\"\/wp-content\/uploads\/2021\/07\/icon_easyFIS-1.png.webp\">\n\t\t<img decoding=\"async\" class=\"rs-image-1\" src=\"\/wp-content\/uploads\/2021\/07\/icon_easyFIS-1.png\" alt=\"EasyFIS Logo\" width=\"198\" height=\"44\">\n\t\t<\/picture>\n\t\t<br>\n\n\t\t<p class=\"rs-text-2\" style=\"margin-top:20px\"><b>EasyFIS<\/b>\u306f\u3001\u30de\u30a4\u30af\u30ed\u3001\u4e2d\u5c0f(MSME)\u4f01\u696d\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u305fSoftware-as-a-service(SAAS)\u8ca9\u58f2\u3001\u5728\u5eab\u304a\u3088\u3073\u4f1a\u8a08\u30b7\u30b9\u30c6\u30e0\u3067\u3042\u308b\u3002<\/p>\n\t\t<p class=\"rs-text-2\">\ufeff\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u3001\u30db\u30fc\u30e0\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u304b\u3089WFH\u30ef\u30fc\u30af\u3067\u30d3\u30b8\u30cd\u30b9\u3092\u7ba1\u7406\u3057\u305f\u3044\u5834\u5408\u3001EasyFIS\u306f\u3001\u6700\u3082\u4e00\u822c\u7684\u306a\u30d3\u30b8\u30cd\u30b9\u554f\u984c\u306e\u30bf\u30fc\u30f3\u30ad\u30fc\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u63d0\u4f9b\u3057\u3066\u3001\u58f2\u4e0a\u3092\u52b9\u679c\u7684\u306b\u76e3\u8996\u3057\u3001\u5728\u5eab\u5728\u5eab\u91cf\u3092\u78ba\u8a8d\u3057\u3001\u6700\u3082\u91cd\u8981\u306a\u3053\u3068\u306b\u3001\u30d3\u30b8\u30cd\u30b9\u306e\u8ca1\u52d9\u72b6\u6cc1\u3092\u78ba\u8a8d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\t\t<p class=\"rs-text-2\">EasyFIS\u306b\u52a0\u3048\u3066\u3001\u30d5\u30a3\u30ea\u30d4\u30f3\u3067\u306fCAS(Computerized Accounting System)\u306b\u6e96\u62e0\u3057\u305f\u7a0e\u5236\u304c\u5c0e\u5165\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\t\t<div class=\"easy-buttons justify-content-center\" style=\"margin-top:20px;margin-bottom:40px\">\n\t\t\t<a target=\"_blank\" href=\"\/ja\/easy-fis\/\" class=\"blue-fill\" rel=\"noopener\">[\u8a73\u7d30]\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/a>\n\t\t<\/div>\n\n\n\t<\/div>\n\n\t<div class=\"col-md-4\">\n\n\t\t<picture style=\"width:auto;height:auto;\">\n\t\t<source type=\"image\/webp\" srcset=\"\/wp-content\/uploads\/2021\/07\/icon_easyHR.png.webp\">\n\t\t<img decoding=\"async\" class=\"rs-image-1\" src=\"\/wp-content\/uploads\/2021\/07\/icon_easyHR.png\" alt=\"EasyHR Logo\" width=\"198\" height=\"44\">\n\t\t<\/picture>\n\n\t\t<p class=\"rs-text-2\" style=\"margin-top:20px\"><b>EasyHR<\/b>\u306f\u3001Software-as-a-service (SAAS) \u306eWeb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u3042\u308a\u3001\u7d66\u4e0e\u304a\u3088\u3073\u4eba\u4e8b\u306e\u30bf\u30b9\u30af\u3092\u7c21\u5358\u304b\u3064\u52b9\u679c\u7684\u306b\u7ba1\u7406\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/p>\n\t\t<p class=\"rs-text-2\">10\u4eba\u672a\u6e80\u306e\u5f93\u696d\u54e1\u3092\u6271\u3046\u304b\u30011\u4e07\u4eba\u3092\u8d85\u3048\u308b\u5f93\u696d\u54e1\u3092\u6271\u3046\u304b\u306b\u304b\u304b\u308f\u3089\u305a\u3001EasyHR\u306f\u3042\u306a\u305f\u306e\u305f\u3081\u306b\u4ed5\u4e8b\u3092\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u3001\u3042\u306a\u305f\u306e\u7d66\u4e0e\u8a08\u7b97\u3068\u5f93\u696d\u54e1201\u8a18\u9332\u306e\u7ba1\u7406\u306b\u3044\u3064\u3067\u3082\u3069\u3053\u3067\u3082\u591a\u304f\u306e\u6642\u9593\u3092\u7bc0\u7d04\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n\t\t<p class=\"rs-text-2\">\u3057\u304b\u3057\u3001\u305d\u308c\u3060\u3051\u3067\u306a\u304f\u3001EasyHR\u306b\u306f\u3055\u3089\u306b\u3001\u5f93\u696d\u54e1\u304c\u30aa\u30f3\u30e9\u30a4\u30f3\u3067\u30a2\u30af\u30bb\u30b9\u3057\u3001\u81ea\u5206\u306e\u7d66\u4e0e\u660e\u7d30\u66f8\u3001\u6b8b\u696d\u3001\u4f11\u6687\u3001\u304a\u3088\u3073\u30bf\u30a4\u30e0\u30fb\u30ec\u30b3\u30fc\u30c9\u3092\u30c1\u30a7\u30c3\u30af\u3067\u304d\u308b\u300c\u5f93\u696d\u54e1\u30dd\u30fc\u30bf\u30eb\u300d\u304c\u3042\u308a\u307e\u3059\u3002 \u305d\u308c\u306f\u3001\u3053\u308c\u3089\u306e\u652f\u6255\u4f1d\u7968\u3084\u7d19\u306e\u6d6a\u8cbb\u3092\u5370\u5237\u3059\u308b\u306e\u306b\u591a\u304f\u306e\u6642\u9593\u3068\u8cbb\u7528\u3092\u7bc0\u7d04\u3059\u308b\u3002<\/p>\n\t\t\n\t\t<div class=\"easy-buttons justify-content-center\" style=\"margin-top:20px;margin-bottom:40px\">\n\t\t\t<a target=\"_blank\" href=\"\/ja\/easy-hr\/\" class=\"green-fill\" rel=\"noopener\">[\u8a73\u7d30]\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/a>\n\t\t<\/div>\n\n\t<\/div>\n\n\t<div class=\"col-md-4\">\n\t\t\t\n\t\t<picture style=\"width:auto;height:auto;\">\n\t\t<source type=\"image\/webp\" srcset=\"\/wp-content\/uploads\/2021\/07\/icon_easyPOS.png.webp\">\n\t\t<img decoding=\"async\" class=\"rs-image-1\" src=\"\/wp-content\/uploads\/2021\/07\/icon_easyPOS.png\" alt=\"EasyPOS Logo\" width=\"198\" height=\"44\">\n\t\t<\/picture>\n\n\t\t<p class=\"rs-text-2\" style=\"margin-top:20px\"><b>EasyPOS<\/b>\u306f\u3001Physical Store\u3092\u6301\u3064\u4f01\u696d\u5411\u3051\u306b\u8a2d\u8a08\u3055\u308c\u305f\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u306e\u8ca9\u58f2\u30fb\u5728\u5eab\u30b7\u30b9\u30c6\u30e0\u3067\u3042\u308a\u3001\u5fc5\u305a\u3057\u3082\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u3084\u30af\u30e9\u30a6\u30c9\u30bd\u30ea\u30e5\u30fc\u30b7\u30e7\u30f3\u3092\u5fc5\u8981\u3068\u3057\u306a\u3044\u3002<\/p>\n\t\t<p class=\"rs-text-2\">\u3053\u306e\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306f\u3001\u975e\u5e38\u306b\u4f7f\u3044\u3084\u3059\u304f\u3001\u5e97\u8217\u306e\u904b\u55b6\u306b\u5fc5\u8981\u306a\u65e5\u5e38\u7684\u306a\u6a5f\u80fd\u304c\u3059\u3067\u306b\u5341\u5206\u306b\u642d\u8f09\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\t\t<p class=\"rs-text-2\">\u305d\u308c\u306f\u3001\u54c1\u76ee\u30b3\u30f3\u30dd\u30fc\u30cd\u30f3\u30c8\u3092\u5099\u3048\u305f\u5b8c\u5168\u306a\u8ca9\u58f2\u304a\u3088\u3073\u5728\u5eab\u30b7\u30b9\u30c6\u30e0\u3092\u3059\u3067\u306b\u6301\u3063\u3066\u3044\u307e\u3059\u3002<\/p>\n\t\t<p class=\"rs-text-2\">\u98df\u6599\u54c1\u5e97\u3068\u30ec\u30b9\u30c8\u30e9\u30f3\u306e\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7\u306e\u4e21\u65b9\u306b\u4f7f\u7528\u3067\u304d\u308b\u30d0\u30fc\u30b3\u30fc\u30c9\u3068\u30bf\u30c3\u30c1\u30b9\u30af\u30ea\u30fc\u30f3\u30fb\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30fc\u30b9\u3002 \u3055\u3089\u306bBIR\u306f\u3001\u8ca9\u58f2\u8acb\u6c42\u66f8(SI)\u304a\u3088\u3073\u6b63\u5f0f\u9818\u53ce\u66f8(OR)\u3092\u5408\u6cd5\u7684\u306b\u767a\u884c\u3059\u308b\u3053\u3068\u304c\u3059\u3067\u306b\u627f\u8a8d\u3055\u308c\u3066\u3044\u308b\u3002<\/p>\n\t\n\t\t<div class=\"easy-buttons justify-content-center\" style=\"margin-top:20px;margin-bottom:40px\">\n\t\t\t<a target=\"_blank\" href=\"\/ja\/easy-pos\/\" class=\"pink-fill\" rel=\"noopener\">[\u8a73\u7d30]\u3092\u30af\u30ea\u30c3\u30af\u3057\u307e\u3059\u3002<\/a>\n\t\t<\/div>\n\n\n\t<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Easy \u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f \u4eba\u9593\u306e\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\u7c21\u5358\u6240\u5f97\u7a0e\u306e\u8a08\u7b97\u6a5f\u306f\u3001\u3042\u306a\u305f\u304c\u6240\u5f97\u7a0e\u3068\u305d\u306e\u3088\u3046\u306aSSS\u3001PhilHealth\u3068Pag-IBIG\u306a\u3069\u306e\u6bce\u6708\u306e\u8ca2\u732e\u3092\u751f\u6210\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002 \u3053\u306e\u30c4\u30fc\u30eb\u306f\u4f7f\u3044\u3084\u3059\u304f\u3001\u6bce\u6708\u306e\u30ec\u30fc\u30c8 [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Easy Income Tax Calculator<\/span><\/a><\/p>\n","protected":false},"author":115,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-sh-no-container.php","meta":{"_acf_changed":false,"inline_featured_image":false,"_locale":"ja","_original_post":"https:\/\/humedit.ph\/?page_id=13035","footnotes":""},"class_list":["post-14637","page","type-page","status-publish","hentry","ja"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc<\/title>\n<meta name=\"description\" content=\"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\" \/>\n<meta property=\"og:description\" content=\"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\" \/>\n<meta property=\"og:site_name\" content=\"Humedit Philippines\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-09T02:20:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\",\"url\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\",\"name\":\"\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\",\"isPartOf\":{\"@id\":\"https:\/\/humedit.ph\/ja\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png\",\"datePublished\":\"2022-09-03T02:59:22+00:00\",\"dateModified\":\"2022-11-09T02:20:36+00:00\",\"description\":\"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage\",\"url\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png\",\"contentUrl\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png\",\"width\":607,\"height\":124},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/humedit.ph\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Easy Income Tax Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/humedit.ph\/ja\/#website\",\"url\":\"https:\/\/humedit.ph\/ja\/\",\"name\":\"Humedit Philippines\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/humedit.ph\/ja\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/humedit.ph\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/humedit.ph\/ja\/#organization\",\"name\":\"Humedit Philippines\",\"url\":\"https:\/\/humedit.ph\/ja\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/humedit.ph\/ja\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/04\/cropped-Hii_Logo.png\",\"contentUrl\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/04\/cropped-Hii_Logo.png\",\"width\":382,\"height\":116,\"caption\":\"Humedit Philippines\"},\"image\":{\"@id\":\"https:\/\/humedit.ph\/ja\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc","description":"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/","og_locale":"ja_JP","og_type":"article","og_title":"\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc","og_description":"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002","og_url":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/","og_site_name":"Humedit Philippines","article_modified_time":"2022-11-09T02:20:36+00:00","og_image":[{"url":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/","url":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/","name":"\u7c21\u5358\u306a\u6240\u5f97\u7a0e\u8a08\u7b97\u6a5f - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc","isPartOf":{"@id":"https:\/\/humedit.ph\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage"},"image":{"@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage"},"thumbnailUrl":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png","datePublished":"2022-09-03T02:59:22+00:00","dateModified":"2022-11-09T02:20:36+00:00","description":"\u6240\u5f97\u7a0e\u3068\u6bce\u6708\u306e\u62e0\u51fa\u91d1\u3092\u77e5\u308b\u3053\u3068\u306f\u9593\u9055\u3044\u306a\u304f\u91cd\u8981\u3067\u3059\u3002\u3053\u3053\u3067\u306f\u3001\u6240\u5f97\u7a0e\u3092\u751f\u6210\u3057\u3001SSS\u3001PhilHealth\u3001Pag-IBIG\u306e\u8ca2\u732e\u5ea6\u3092\u8a08\u7b97\u3059\u308b\u306e\u306b\u5f79\u7acb\u3064\u7c21\u5358\u306a\u30c4\u30fc\u30eb\u3092\u7d39\u4ecb\u3057\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u8a73\u7d30\u3092\u3054\u89a7\u304f\u3060\u3055\u3044\u3002","breadcrumb":{"@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/humedit.ph\/ja\/income-tax-calculator\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#primaryimage","url":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png","contentUrl":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-income-tax.png","width":607,"height":124},{"@type":"BreadcrumbList","@id":"https:\/\/humedit.ph\/ja\/income-tax-calculator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/humedit.ph\/ja\/"},{"@type":"ListItem","position":2,"name":"Easy Income Tax Calculator"}]},{"@type":"WebSite","@id":"https:\/\/humedit.ph\/ja\/#website","url":"https:\/\/humedit.ph\/ja\/","name":"Humedit Philippines","description":"","publisher":{"@id":"https:\/\/humedit.ph\/ja\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/humedit.ph\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"},{"@type":"Organization","@id":"https:\/\/humedit.ph\/ja\/#organization","name":"Humedit Philippines","url":"https:\/\/humedit.ph\/ja\/","logo":{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/humedit.ph\/ja\/#\/schema\/logo\/image\/","url":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/04\/cropped-Hii_Logo.png","contentUrl":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/04\/cropped-Hii_Logo.png","width":382,"height":116,"caption":"Humedit Philippines"},"image":{"@id":"https:\/\/humedit.ph\/ja\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages\/14637","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/comments?post=14637"}],"version-history":[{"count":5,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages\/14637\/revisions"}],"predecessor-version":[{"id":15870,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages\/14637\/revisions\/15870"}],"wp:attachment":[{"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/media?parent=14637"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}