{"id":14626,"date":"2022-09-02T17:46:16","date_gmt":"2022-09-02T08:46:16","guid":{"rendered":"https:\/\/humedit.ph\/?page_id=14626"},"modified":"2022-10-22T15:02:34","modified_gmt":"2022-10-22T06:02:34","slug":"bar-code-generator","status":"publish","type":"page","link":"https:\/\/humedit.ph\/ja\/bar-code-generator\/","title":{"rendered":"Easy Barcode Generator"},"content":{"rendered":"\n<style>\n.generate{\n    background-color: #ed7f16 !important;\n    color: #FFF !important;\n    padding: 10px !important;\n    font-size: 16px !important;\n    border-radius: 10px !important;\n}\n\n#barcodeTarget,  #canvasTarget {\nmargin-top: 30px;\n}\n<\/style>\n<script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.2.1\/jquery.min.js\"><\/script>\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/understrap-child\/js\/jquery-barcode.js\"><\/script>\n<script type=\"text\/javascript\" src=\"\/wp-content\/themes\/understrap-child\/js\/jquery-barcode.min.js\"><\/script>\n\n\n\n<script type=\"text\/javascript\">\n    \n      function generateBarcode(){\n\n        let Canvaswidth = $(\"#CanvasWidth\").val();\n        let Canvasheight = $(\"#CanvasHeight\").val();\n\n        $('#canvasTarget').attr('width', Canvaswidth);\n        $('#canvasTarget').attr('height', Canvasheight);\n\n\n        var value = $(\"#barcodeValue\").val();\n        var btype = $('select[name=\"btype\"]').val();\n        var renderer = $('select[name=\"renderer\"]').val();\n        \n        let barcodewidth = $(\"#BarWidth\").val();\n        let barcodeheight = $(\"#BarHeight\").val();\n\n        \n\t\t\n        var settings = {\n          output:renderer,\n          bgColor: '#FFFFFF',\n          color: '#000000',\n          barWidth: barcodewidth,\n          barHeight: barcodeheight,\n          moduleSize: '5',\n          posX: '10',\n          posY: '20',\n          addQuietZone: '1'\n        };\n        \n        if (renderer == 'canvas'){\n          clearCanvas();\n          $(\"#barcodeTarget\").hide();\n          $(\"#canvasTarget\").show().barcode(value, btype, settings);\n        } else {\n          $(\"#canvasTarget\").hide();\n          $(\"#barcodeTarget\").html(\"\").show().barcode(value, btype, settings);\n        }\n      }\n          \n      function showConfig1D(){\n        $('.config .barcode1D').show();\n        $('.config .barcode2D').hide();\n      }\n      \n      function showConfig2D(){\n        $('.config .barcode1D').hide();\n        $('.config .barcode2D').show();\n      }\n      \n      function clearCanvas(){\n        var canvas = $('#canvasTarget').get(0);\n        var ctx = canvas.getContext('2d');\n        ctx.lineWidth = 1;\n        ctx.lineCap = 'butt';\n        ctx.fillStyle = '#FFFFFF';\n        ctx.strokeStyle  = '#000000';\n        ctx.clearRect (0, 0, canvas.width, canvas.height);\n        ctx.strokeRect (0, 0, canvas.width, canvas.height);\n      }\n      \n      $(function(){\n        $('input[name=btype]').click(function(){\n          if ($(this).attr('id') == 'datamatrix') showConfig2D(); else showConfig1D();\n        });\n        $('input[name=renderer]').click(function(){\n          if ($(this).attr('id') == 'canvas') $('#miscCanvas').show(); else $('#miscCanvas').hide();\n        });\n        generateBarcode();\n      });\n  \n    <\/script>\n\n\n\n<div class=\"container\">\n  <h1 style=\"margin-bottom:50px; text-align:center;\"><strong>Easy \u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc<\/strong><\/h1>\n<div class=\"row\">\n<div class=\"col-md-4\">\n<img decoding=\"async\" src=\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/toolkit-barcode.png\" alt=\"Easy Barcode Maker Online\">\n<\/div>\n<div class=\"col-md-8\">\n  <p style=\"font-size:17px; margin-bottom:30px\">\u30d0\u30fc\u30b3\u30fc\u30c9\u306f\u3001\u69d8\u3005\u306a\u88fd\u54c1\u306a\u3069\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306e\u756a\u53f7\u3068\u3057\u3066\u6a5f\u68b0\u8aad\u307f\u53d6\u308a\u3055\u308c\u305f\u5e73\u884c\u7dda\u306e\u8aad\u307f\u53d6\u308a\u53ef\u80fd\u306a\u30b3\u30fc\u30c9\u5370\u5237\u30d1\u30bf\u30fc\u30f3\u3067\u3059\u3002 \u4eba\u9593\u306e\u5b9a\u6e29\u5668\u306f\u81ea\u7531\u306e\u305f\u3081\u306e\u6700\u3082\u3088\u3044\u30d0\u30fc\u30b3\u30fc\u30c9\u306e\u767a\u96fb\u6a5f\u3092\u63d0\u4f9b\u3059\u308b\u3002<\/p>\n    \n<\/div>\n<p style=\"font-size:17px; margin-top:50px; \"><strong>\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2\u306f\u5c11\u6570\u306e\u30b9\u30c6\u30c3\u30d7\u306e\u7dda\u5f62\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u3061\u3087\u3046\u3069\u4f5c\u308b\u3053\u3068\u3092\u53ef\u80fd\u306b\u3059\u308b: <\/strong><\/p>\n<ul style=\"margin-bottom:30px; padding-left:15px;\">\n<li style=\"font-size:17px\">\u307e\u305a\u3001\u751f\u6210\u3059\u308b\u30c7\u30fc\u30bf\u307e\u305f\u306f\u30c6\u30ad\u30b9\u30c8\u3092\u5165\u529b\u3057\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u306e\u30bf\u30a4\u30d7\uff08EAN13\u3001Data Matrix\u3001Codabar\u3001Code128\u306a\u3069\uff09\u306e\u3044\u305a\u308c\u304b\u3092\u9078\u629e\u3057\u307e\u3059\u3002).<\/li>\n<li style=\"font-size:17px\">\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\uff08CSS\u3001BMP\u3001\u304a\u3088\u3073\u30ad\u30e3\u30f3\u30d0\u30b9\uff09\u3092\u9078\u629e\u3057\u3001\u3042\u306a\u305f\u306f\u307e\u305f\u3001\u3042\u306a\u305f\u306e\u30cb\u30fc\u30ba\u306b\u5408\u3046\u5e45\u3068\u9ad8\u3055\u3092\u8abf\u6574\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/li>\n<li style=\"font-size:17px\">\u6700\u5f8c\u306b\u3001[\u751f\u6210]\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u751f\u6210\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/li>\n<\/ul>  \n\n<\/div>\n  <div class=\"form-group\">\n    <label for=\"barcodeValue\">\u30c6\u30ad\u30b9\u30c8\/\u30c7\u30fc\u30bf<\/label>\n    <input type=\"text\" id=\"barcodeValue\" value=\"19851106\" class=\"form-control\">\n  <\/div>\n\n  <div class=\"form-group\"> \n    <label for=\"barcodetype\">\u30d0\u30fc\u30b3\u30fc\u30c9\u30bf\u30a4\u30d7<\/label>\n    <select id=\"barcodetype\" name=\"btype\" class=\"form-control\">\n      <option value=\"ean8\">EAN 8<\/option>\n      <option value=\"ean13\">EAN 13<\/option>\n      <option value=\"upc\">UPC<\/option>\n      <option value=\"std25\">Standard 2 of 5 (industrial)<\/option>\n      <option value=\"int25\">Interleaved 2 of 5<\/option>\n      <option value=\"code11\">Code 11<\/option>\n      <option value=\"code39\">Code 39<\/option>\n      <option value=\"code93\">Code 93<\/option>\n      <option value=\"code93\">Code 93<\/option>\n      <option value=\"code128\">Code 128<\/option>\n      <option value=\"codabar\">Codabar<\/option>\n      <option value=\"msi\">MSI<\/option>\n      <option value=\"datamatrix\">Data Matrix<\/option>\n  <\/select> \n  <\/div>\n\n  <div class=\"form-group\">\n    <label for=\"format\">\u5f62\u5f0f<\/label>\n      <select id=\"renderer\" name=\"renderer\" class=\"form-control\">\n        <option value=\"css\">CSS<\/option>\n        <option value=\"bmp\">BMP (not usable in IE)<\/option>\n        <!-- <option value=\"svg\">SVG (not usable in IE)<\/option> -->\n        <option value=\"canvas\">Canvas (not usable in IE)<\/option>\n      <\/select>\n  <\/div>\n\n  <div class=\"form-group canvas-setting\" hidden=\"\">\n    <div class=\"row\">\n\n      <div class=\"col-md-6\">\n        <label for=\"CanvasWidth\">\u30ad\u30e3\u30f3\u30d0\u30b9\u306e\u5e45<\/label>\n        <input type=\"text\" id=\"CanvasWidth\" class=\"form-control\" value=\"375\">\n        <small id=\"heightlHelp\" class=\"form-text text-muted\">\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\uff1a375\uff08\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5909\u66f4\u3067\u304d\u307e\u3059\uff09<\/small>\n      <\/div>\n\n      <div class=\"col-md-6\">\n        <label for=\"CanvasHeight\">\u30ad\u30e3\u30f3\u30d0\u30b9\u306e\u9ad8\u3055<\/label>\n        <input type=\"text\" id=\"CanvasHeight\" class=\"form-control\" value=\"150\">\n        <small id=\"heightlHelp\" class=\"form-text text-muted\">\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\uff1a150\uff08\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u5909\u66f4\u3067\u304d\u307e\u3059\uff09<\/small>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <div class=\"form-group\">\n\n    <div class=\"row\">\n\n      <div class=\"col-md-6\">\n        <label for=\"barcode-width\">\u30d0\u30fc\u30b3\u30fc\u30c9\u5e45<\/label>\n        <input type=\"text\" id=\"BarWidth\" class=\"form-control\" value=\"4\">\n        <small id=\"widthHelp\" class=\"form-text text-muted\">Default Value : 4<\/small>\n      <\/div>\n\n      <div class=\"col-md-6\">\n        <label for=\"barcode-height\">\u30d0\u30fc\u30b3\u30fc\u30c9\u306e\u9ad8\u3055<\/label>\n        <input type=\"text\" id=\"BarHeight\" class=\"form-control\" value=\"100\">\n        <small id=\"heightlHelp\" class=\"form-text text-muted\">Default Value : 100<\/small>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<br>\n  <div class=\"form-group\" align=\"center\">\n    <input type=\"button\" onclick=\"generateBarcode();\" value=\"\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u751f\u6210\u3059\u308b\" class=\"btn btn-default btnAction generate\">\n  <\/div>\n\n  <br>\n\n<div class=\"form-group\" id=\"html-content-holder\" align=\"center\">\n<br>\n  <div id=\"barcodeTarget\" class=\"barcodeTarget\"><\/div>\n  <canvas id=\"canvasTarget\" width=\"\" height=\"\"><\/canvas>\n<br>\n<\/div>\n\n<div class=\"text-center\">\n\n    <button type=\"button\" class=\"btn btn-default\" id=\"btn_convert\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/button>\n    <\/div>\n\n\n<\/div> <!-- Container -->\n\n<br>\n<br>\n\n\n\n<script>\n    document.getElementById(\"btn_convert\").addEventListener(\"click\", function() {\n     html2canvas(document.getElementById(\"html-content-holder\"),\n         {\n             allowTaint: true,\n             useCORS: true\n         }).then(function (canvas) {\n             var anchorTag = document.createElement(\"a\");\n             document.body.appendChild(anchorTag);\n             \/\/document.getElementById(\"previewImg\").appendChild(canvas);\n             anchorTag.download = \"Barcode.jpg\";\n             anchorTag.href = canvas.toDataURL();\n             anchorTag.target = '_blank';\n             anchorTag.click();\n         });\n});\n\n <\/script>\n\n<script>\n\n$('#renderer').change(function() {\n   var redererSelected = $('#renderer option:selected').val();\n   if (redererSelected == \"canvas\"){\n      jQuery('.canvas-setting').prop('hidden', false);\n   }\n   else{\n    jQuery('.canvas-setting').prop('hidden', true);\n   }\n\n});\n\n<\/script>\n\n\n\n<div class=\"container\">\n    <div class=\"row\">\n        <div class=\"col-md-6\">\n            <h2>\u3053\u306e\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u306f\u7121\u6599\u3067\u3059<\/h2>\n            <p>\u3042\u306a\u305f\u306e\u30c7\u30fc\u30bf\u3068\u30d0\u30fc\u30b3\u30fc\u30c9\u3084\u4ed6\u306e2D\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u305f\u3081\u306b\u3001\u975e\u307e\u305f\u306f\u5546\u696d\u7684\u306aweb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3084\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u306e\u4e00\u90e8\u3068\u3057\u3066\u3001\u3053\u306e\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002 \u305d\u306e\u898b\u8fd4\u308a\u306b\u3001\u79c1\u305f\u3061\u306f\u3042\u306a\u305f\u306e\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8\u4e0a\u306e&#8221;\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf&#8221;\u3068\u30d0\u30c3\u30af\u30ea\u30f3\u30af\u3092\u5b9f\u88c5\u3059\u308b\u3088\u3046\u306b\u4f9d\u983c\u3057\u307e\u3059\u3002 \u3078\u306e\u30d0\u30c3\u30af\u30ea\u30f3\u30afwww.human-incubator.com \u975e\u5e38\u306b\u8a8d\u3081\u3089\u308c\u307e\u3059\u3001\u307e\u305f\u306f\u30ed\u30b4\u3092\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u4efb\u610f\u3067\u3059\u3002<\/p>\n\n        <\/div>\n        <div class=\"col-md-6\">\n            <h2><a href=\"https:\/\/humedit.ph\/ja\/qr-code-generator\/\">easy QR\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc<\/a><\/h2>\n            <p>\u4f5c\u6210\u3057\u305fQR\u30b3\u30fc\u30c9\u3092\u4f7f\u7528\u3057\u3066\u3001web\u30da\u30fc\u30b8\u3092\u8a2a\u554f\u3057\u3001\u96fb\u8a71\u756a\u53f7\u3092\u30c0\u30a4\u30e4\u30eb\u3057\u3001\u30c6\u30ad\u30b9\u30c8\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u9001\u4fe1\u3057\u3001\u3064\u3076\u3084\u304d\u3092\u9001\u4fe1\u3057\u3001\u9023\u7d61\u5148\u30c7\u30fc\u30bf\u3092\u5171\u6709\u3057\u3001Wi-Fi\u30cd\u30c3\u30c8\u30ef\u30fc<\/p>\n        <\/div>\n    <\/div>\n    \n<\/div>\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 \u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc \u30d0\u30fc\u30b3\u30fc\u30c9\u306f\u3001\u69d8\u3005\u306a\u88fd\u54c1\u306a\u3069\u3092\u8b58\u5225\u3059\u308b\u305f\u3081\u306e\u756a\u53f7\u3068\u3057\u3066\u6a5f\u68b0\u8aad\u307f\u53d6\u308a\u3055\u308c\u305f\u5e73\u884c\u7dda\u306e\u8aad\u307f\u53d6\u308a\u53ef\u80fd\u306a\u30b3\u30fc\u30c9\u5370\u5237\u30d1\u30bf\u30fc\u30f3\u3067\u3059\u3002 \u4eba\u9593\u306e\u5b9a\u6e29\u5668\u306f\u81ea\u7531\u306e\u305f\u3081\u306e\u6700\u3082\u3088\u3044\u30d0\u30fc\u30b3\u30fc\u30c9\u306e\u767a\u96fb\u6a5f\u3092\u63d0\u4f9b\u3059\u308b\u3002 \u30bd\u30d5 [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"https:\/\/humedit.ph\/ja\/bar-code-generator\/\">Read More&#8230;<span class=\"screen-reader-text\"> from Easy Barcode Generator<\/span><\/a><\/p>\n","protected":false},"author":115,"featured_media":12950,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-sh-barcode.php","meta":{"_acf_changed":false,"inline_featured_image":false,"_locale":"ja","_original_post":"https:\/\/humedit.ph\/?page_id=12844","footnotes":""},"class_list":["post-14626","page","type-page","status-publish","has-post-thumbnail","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>EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc<\/title>\n<meta name=\"description\" content=\"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\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\/bar-code-generator\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc\" \/>\n<meta property=\"og:description\" content=\"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\u3002\" \/>\n<meta property=\"og:url\" content=\"https:\/\/humedit.ph\/ja\/bar-code-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Humedit Philippines\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-22T06:02:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\/bar-code-generator\/\",\"url\":\"https:\/\/humedit.ph\/ja\/bar-code-generator\/\",\"name\":\"EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \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\/bar-code-generator\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/humedit.ph\/ja\/bar-code-generator\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg\",\"datePublished\":\"2022-09-02T08:46:16+00:00\",\"dateModified\":\"2022-10-22T06:02:34+00:00\",\"description\":\"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\u3002\",\"breadcrumb\":{\"@id\":\"https:\/\/humedit.ph\/ja\/bar-code-generator\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/humedit.ph\/ja\/bar-code-generator\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ja\",\"@id\":\"https:\/\/humedit.ph\/ja\/bar-code-generator\/#primaryimage\",\"url\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg\",\"contentUrl\":\"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/humedit.ph\/ja\/bar-code-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/humedit.ph\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Easy Barcode Generator\"}]},{\"@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":"EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc","description":"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\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\/bar-code-generator\/","og_locale":"ja_JP","og_type":"article","og_title":"EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \u30d2\u30e5\u30fc\u30de\u30f3\u30a4\u30f3\u30ad\u30e5\u30d9\u30fc\u30bf\u30fc","og_description":"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\u3002","og_url":"https:\/\/humedit.ph\/ja\/bar-code-generator\/","og_site_name":"Humedit Philippines","article_modified_time":"2022-10-22T06:02:34+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg","type":"image\/jpeg"}],"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\/bar-code-generator\/","url":"https:\/\/humedit.ph\/ja\/bar-code-generator\/","name":"EASY\u30d0\u30fc\u30b3\u30fc\u30c9\u30b8\u30a7\u30cd\u30ec\u30fc\u30bf - \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\/bar-code-generator\/#primaryimage"},"image":{"@id":"https:\/\/humedit.ph\/ja\/bar-code-generator\/#primaryimage"},"thumbnailUrl":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg","datePublished":"2022-09-02T08:46:16+00:00","dateModified":"2022-10-22T06:02:34+00:00","description":"\u7c21\u5358\u306a\u30d0\u30fc\u30b3\u30fc\u30c9\u30e1\u30fc\u30ab\u30fc\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u69cb\u6210\u3059\u308b\u3082\u306e\u3068\u3001\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u4f5c\u6210\u3059\u308b\u7c21\u5358\u306a\u624b\u9806\u3092\u5b66\u3073\u307e\u3059\u3002\u30af\u30ea\u30c3\u30af\u3057\u3066\u30d0\u30fc\u30b3\u30fc\u30c9\u3092\u7121\u6599\u3067\u751f\u6210\u3057\u307e\u3059\u3002","breadcrumb":{"@id":"https:\/\/humedit.ph\/ja\/bar-code-generator\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/humedit.ph\/ja\/bar-code-generator\/"]}]},{"@type":"ImageObject","inLanguage":"ja","@id":"https:\/\/humedit.ph\/ja\/bar-code-generator\/#primaryimage","url":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg","contentUrl":"https:\/\/humedit.ph\/wp-content\/uploads\/2022\/06\/easy-barcode-L.jpg","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/humedit.ph\/ja\/bar-code-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/humedit.ph\/ja\/"},{"@type":"ListItem","position":2,"name":"Easy Barcode Generator"}]},{"@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\/14626","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=14626"}],"version-history":[{"count":7,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages\/14626\/revisions"}],"predecessor-version":[{"id":15633,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/pages\/14626\/revisions\/15633"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/media\/12950"}],"wp:attachment":[{"href":"https:\/\/humedit.ph\/wp-json\/wp\/v2\/media?parent=14626"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}