{"id":326,"date":"2026-03-02T14:04:52","date_gmt":"2026-03-02T14:04:52","guid":{"rendered":"https:\/\/unboxerp.com\/?page_id=326"},"modified":"2026-03-02T14:10:17","modified_gmt":"2026-03-02T14:10:17","slug":"customization","status":"publish","type":"page","link":"https:\/\/unboxerp.com\/?page_id=326","title":{"rendered":"Customization"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"326\" class=\"elementor elementor-326\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-791969b e-flex e-con-boxed e-con e-parent\" data-id=\"791969b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-de60170 elementor-widget elementor-widget-html\" data-id=\"de60170\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Custom ERP Development | Dolibarr Modules & API Integration | Unbox<\/title>\n<meta name=\"description\" content=\"Stop changing your business to fit the software. We build custom Dolibarr modules, API integrations, and PHP extensions to make Unbox ERP work exactly how you do.\">\n<link rel=\"canonical\" href=\"https:\/\/unboxcrm.com\/test\/custom-erp-development\/\">\n<meta name=\"robots\" content=\"index,follow\">\n\n<meta property=\"og:title\" content=\"Custom ERP Development | Your Workflow, Hardcoded\">\n<meta property=\"og:description\" content=\"We build custom Dolibarr modules and API integrations so you never have to use a spreadsheet workaround again.\">\n<meta property=\"og:type\" content=\"website\">\n<meta property=\"og:url\" content=\"https:\/\/unboxcrm.com\/test\/custom-erp-development\/\">\n\n<style>\n    \/* --- SAAS THEME VARIABLES --- *\/\n    :root {\n        --unbox-primary: #4f46e5; \/* Indigo *\/\n        --unbox-dark: #1e1b4b;    \/* Deep Navy *\/\n        --unbox-light: #eef2ff;   \/* Light Indigo *\/\n        --text-main: #1f2937;\n        --text-light: #6b7280;\n        --bg-grey: #f9fafb;\n        --code-bg: #0f172a;       \/* Code Editor Dark *\/\n    }\n    \n    \/* RESET & UTILS *\/\n    body { font-family: 'Inter', system-ui, sans-serif; color: var(--text-main); line-height: 1.6; margin: 0; box-sizing: border-box; }\n    *, *::before, *::after { box-sizing: inherit; }\n    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }\n    .section { padding: 80px 0; }\n    .text-center { text-align: center; }\n    .bg-grey { background-color: var(--bg-grey); }\n    \n    \/* TYPOGRAPHY *\/\n    h1 { font-size: 3rem; font-weight: 800; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; color: #fff; }\n    h2 { font-size: 2.25rem; font-weight: 700; margin-bottom: 15px; color: var(--unbox-dark); }\n    h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 10px; color: var(--unbox-primary); }\n    p { margin-bottom: 20px; color: var(--text-light); }\n\n    \/* HERO SECTION *\/\n    .hero {\n        background-color: var(--unbox-dark);\n        color: #fff;\n        padding: 100px 0 120px;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n    .hero p { color: #cbd5e1; font-size: 1.2rem; max-width: 700px; margin: 0 auto 40px; }\n    \n    \/* HERO BADGE *\/\n    .hero-badge {\n        background: rgba(255,255,255,0.1); \n        color: #a5b4fc; \n        padding: 6px 16px; \n        border-radius: 50px; \n        font-weight: 600; \n        font-size: 0.85rem; \n        letter-spacing: 1px; \n        display: inline-block; \n        margin-bottom: 20px;\n        border: 1px solid rgba(165, 180, 252, 0.2);\n    }\n\n    \/* CODE WINDOW VISUAL *\/\n    .code-window {\n        background: var(--code-bg);\n        border-radius: 8px;\n        padding: 25px;\n        font-family: 'Courier New', monospace;\n        color: #e2e8f0;\n        text-align: left;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.4);\n        max-width: 800px;\n        margin: 40px auto 0;\n        border: 1px solid #334155;\n        position: relative;\n    }\n    .code-dots { position: absolute; top: 12px; left: 15px; display: flex; gap: 6px; }\n    .dot { width: 10px; height: 10px; border-radius: 50%; }\n    .red { background: #ef4444; } .yellow { background: #f59e0b; } .green { background: #10b981; }\n    .code-content { margin-top: 20px; font-size: 0.9rem; line-height: 1.5; }\n    .keyword { color: #c084fc; } .string { color: #86efac; } .comment { color: #64748b; }\n\n    \/* FEATURE GRID *\/\n    .service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 50px; }\n    .service-card {\n        background: #fff; padding: 30px; border-radius: 12px;\n        border: 1px solid #e5e7eb; transition: transform 0.3s;\n    }\n    .service-card:hover { transform: translateY(-5px); border-color: var(--unbox-primary); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }\n    \n    \/* BUTTONS *\/\n    .btn { display: inline-block; padding: 16px 32px; border-radius: 8px; font-weight: 600; text-decoration: none; transition: all 0.2s; cursor: pointer; }\n    .btn-primary { background: var(--unbox-primary); color: #fff; box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4); }\n    .btn-primary:hover { background: #4338ca; transform: translateY(-2px); }\n    .btn-outline { border: 2px solid rgba(255,255,255,0.2); color: #fff; background: transparent; }\n    .btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.05); }\n\n    \/* FAQ SECTION *\/\n    details { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 10px; padding: 15px 20px; }\n    summary { font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--unbox-dark); }\n    summary::after { content: '+'; font-size: 1.2rem; color: var(--unbox-primary); }\n    details[open] summary::after { content: '\u2212'; }\n    details p { margin-top: 15px; margin-bottom: 0; }\n\n    \/* CTA BOX *\/\n    .cta-box { background: var(--unbox-light); padding: 60px; border-radius: 16px; text-align: center; border: 1px solid rgba(79, 70, 229, 0.1); }\n    \n    @media (max-width: 768px) {\n        h1 { font-size: 2.2rem; }\n    }\n<\/style>\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Service\",\n  \"name\": \"Custom ERP Development & Dolibarr Customization\",\n  \"provider\": { \"@type\": \"Organization\", \"name\": \"Unbox\" },\n  \"serviceType\": \"ERP Customization Services\",\n  \"areaServed\": \"Worldwide\",\n  \"description\": \"Custom Dolibarr module development, API integration, and workflow automation services.\"\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Can Dolibarr be customized?\",\n    \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Dolibarr supports custom modules, integrations, and workflow configuration. Unbox designs customization around your operational goals without breaking core updates.\" }\n  }, {\n    \"@type\": \"Question\",\n    \"name\": \"How do you avoid over-customization?\",\n    \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"We prioritize changes that reduce manual work, improve data quality, or increase operational throughput\u2014then validate with your team before building.\" }\n  }]\n}\n<\/script>\n<\/head>\n<body>\n\n    <header class=\"hero\">\n        <div class=\"container\">\n            <span class=\"hero-badge\">Customization \u2022 Integrations \u2022 Automation<\/span>\n            <h1>Your Workflow. Hardcoded.<\/h1>\n            <p>Your business shouldn\u2019t bend to software. We customize Dolibarr based ERP so workflows, automation, and reporting match exactly how your team operates.<\/p>\n            \n            <div style=\"margin-top:30px; display:flex; gap:15px; justify-content:center; flex-wrap:wrap;\">\n                <a href=\"\/test\/contact-us\/\" class=\"btn btn-primary\">Discuss Customization<\/a>\n                <a href=\"\/test\/erp-for-distributors\/\" class=\"btn btn-outline\">View Distribution ERP<\/a>\n            <\/div>\n\n            <div class=\"code-window\">\n                <div class=\"code-dots\"><div class=\"dot red\"><\/div><div class=\"dot yellow\"><\/div><div class=\"dot green\"><\/div><\/div>\n                <div class=\"code-content\">\n                    <span class=\"comment\">\/\/ Custom Pricing Logic Module<\/span><br>\n                    <span class=\"keyword\">if<\/span> ($client_tier == <span class=\"string\">'distributor'<\/span> && $order_qty > 500) {<br>\n                    &nbsp;&nbsp;$discount = calculate_bulk_rate($sku, <span class=\"string\">'Q3_Promo'<\/span>);<br>\n                    &nbsp;&nbsp;trigger_approval_workflow($manager_id);<br>\n                    } <span class=\"keyword\">else<\/span> {<br>\n                    &nbsp;&nbsp;$discount = standard_rate();<br>\n                    }\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"text-center\" style=\"margin-bottom:60px;\">\n                <h2>What We Build<\/h2>\n                <p>We extend the core capabilities of Dolibarr to fit your niche.<\/p>\n            <\/div>\n\n            <div class=\"service-grid\">\n                <div class=\"service-card\">\n                    <h3>Custom Modules<\/h3>\n                    <p>Need a custom Price Markup model? A unique manufacturing step? We build installable modules that extend your ERP without modifying the core kernel.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>API Integrations<\/h3>\n                    <p>Connect shipping carriers, 3PLs, legacy banking systems, or eCommerce platforms (Shopify, Magento) directly into your ERP workflow.<\/p>\n                <\/div>\n                <div class=\"service-card\">\n                    <h3>Workflow Automation<\/h3>\n                    <p>Eliminate manual data entry. Automatically generate draft POs when stock falls below thresholds, trigger proposals when validity dates expire, and keep inventory synchronized across multiple warehouses.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section bg-grey\">\n        <div class=\"container\">\n            <div style=\"display:flex; flex-wrap:wrap; align-items:center; gap:50px;\">\n                <div style=\"flex:1; min-width:300px;\">\n                    <h2>Why Custom Open Source is a Competitive Advantage<\/h2>\n                    <ul style=\"list-style:none; padding:0; margin-top:20px;\">\n                        <li style=\"margin-bottom:15px; padding-left:25px; position:relative;\">\n                            <span style=\"position:absolute; left:0; color:var(--unbox-primary);\">\u2714<\/span>\n                            <strong>No Vendor Lock-in:<\/strong> You own the code. You control the roadmap.\n                        <\/li>\n                        <li style=\"margin-bottom:15px; padding-left:25px; position:relative;\">\n                            <span style=\"position:absolute; left:0; color:var(--unbox-primary);\">\u2714<\/span>\n                            <strong>Lower Long-Term Costs:<\/strong> Avoid the \"App Tax\" of proprietary systems where every new feature costs extra per month.\n                        <\/li>\n                        <li style=\"margin-bottom:15px; padding-left:25px; position:relative;\">\n                            <span style=\"position:absolute; left:0; color:var(--unbox-primary);\">\u2714<\/span>\n                            <strong>Faster Iteration:<\/strong> Build exactly what you need, when you need it, without waiting for a vendor's update cycle.\n                        <\/li>\n                    <\/ul>\n                <\/div>\n                <div style=\"flex:1; min-width:300px; background:#fff; padding:40px; border-radius:12px; border:1px solid #e5e7eb; box-shadow:0 10px 30px rgba(0,0,0,0.05);\">\n                    <h3 style=\"color:var(--unbox-dark); border-bottom:1px solid #e5e7eb; padding-bottom:15px; margin-bottom:20px;\">Common Use Cases<\/h3>\n                    <ul style=\"color:var(--text-light); line-height:1.8;\">\n                        <li>Multi-warehouse distribution logic<\/li>\n                        <li>Custom purchasing approval chains<\/li>\n                        <li>Customer-specific dynamic pricing<\/li>\n                        <li>Barcode scanning apps for warehouse staff<\/li>\n                        <li>Automated landed cost calculations<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\">\n        <div class=\"container\" style=\"max-width:800px;\">\n            <h2 class=\"text-center\">Technical FAQ<\/h2>\n            \n            <details>\n                <summary>Can Dolibarr be customized safely?<\/summary>\n                <p>Yes. We adhere to strict module development standards. By using \"Hooks\" and separate module folders, we ensure your customizations persist even when you upgrade the core Dolibarr version.<\/p>\n            <\/details>\n\n            <details>\n                <summary>What technology stack do you use?<\/summary>\n                <p>Unbox is built on the standard LAMP stack (Linux, Apache, MySQL, PHP). This is the most widely used web architecture in the world, ensuring you can always find developers to support it.<\/p>\n            <\/details>\n\n            <details>\n                <summary>How do you avoid \"Over-Customization\"?<\/summary>\n                <p>We challenge every request. If a feature exists in the core, we teach you how to use it. We only build custom code when it provides a direct ROI by reducing manual labor or fixing a critical data gap.<\/p>\n            <\/details>\n        <\/div>\n    <\/section>\n\n    <section class=\"section\">\n        <div class=\"container\">\n            <div class=\"cta-box\">\n                <h2>Tell Us What You Need Built<\/h2>\n                <p>Don't settle for \"good enough.\" Let's spec out a module that solves your specific problem.<\/p>\n                <a href=\"\/test\/contact-us\/\" class=\"btn btn-primary\" style=\"margin-top:20px;\">Talk to a Specialist<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Custom ERP Development | Dolibarr Modules &#038; API Integration | Unbox Customization \u2022 Integrations \u2022 Automation Your Workflow. Hardcoded. Your business shouldn\u2019t bend to software. We customize Dolibarr based ERP so workflows, automation, and reporting match exactly how your team operates. Discuss Customization View Distribution ERP \/\/ Custom Pricing Logic Module if ($client_tier == &#8216;distributor&#8217; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":93,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_eb_attr":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-326","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Customization - UnboxERP<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/unboxerp.com\/?page_id=326\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Customization - UnboxERP\" \/>\n<meta property=\"og:description\" content=\"Custom ERP Development | Dolibarr Modules &#038; API Integration | Unbox Customization \u2022 Integrations \u2022 Automation Your Workflow. Hardcoded. Your business shouldn\u2019t bend to software. We customize Dolibarr based ERP so workflows, automation, and reporting match exactly how your team operates. Discuss Customization View Distribution ERP \/\/ Custom Pricing Logic Module if ($client_tier == &#8216;distributor&#8217; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/unboxerp.com\/?page_id=326\" \/>\n<meta property=\"og:site_name\" content=\"UnboxERP\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/unboxerp\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-02T14:10:17+00:00\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/unboxerp.com\\\/?page_id=326\",\"url\":\"https:\\\/\\\/unboxerp.com\\\/?page_id=326\",\"name\":\"Customization - UnboxERP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#website\"},\"datePublished\":\"2026-03-02T14:04:52+00:00\",\"dateModified\":\"2026-03-02T14:10:17+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/unboxerp.com\\\/?page_id=326#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/unboxerp.com\\\/?page_id=326\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/unboxerp.com\\\/?page_id=326#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/unboxerp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Services\",\"item\":\"https:\\\/\\\/unboxerp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Customization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#website\",\"url\":\"https:\\\/\\\/unboxerp.com\\\/\",\"name\":\"UnboxERP\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/unboxerp.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#organization\",\"name\":\"UnboxERP\",\"alternateName\":\"UnboxERP\",\"url\":\"https:\\\/\\\/unboxerp.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/unboxerp.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-UNBOXERP_512x512.png\",\"contentUrl\":\"https:\\\/\\\/unboxerp.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/cropped-UNBOXERP_512x512.png\",\"width\":512,\"height\":512,\"caption\":\"UnboxERP\"},\"image\":{\"@id\":\"https:\\\/\\\/unboxerp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/unboxerp\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/unbox-erp-crm-solutions\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Customization - UnboxERP","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:\/\/unboxerp.com\/?page_id=326","og_locale":"en_US","og_type":"article","og_title":"Customization - UnboxERP","og_description":"Custom ERP Development | Dolibarr Modules &#038; API Integration | Unbox Customization \u2022 Integrations \u2022 Automation Your Workflow. Hardcoded. Your business shouldn\u2019t bend to software. We customize Dolibarr based ERP so workflows, automation, and reporting match exactly how your team operates. Discuss Customization View Distribution ERP \/\/ Custom Pricing Logic Module if ($client_tier == &#8216;distributor&#8217; [&hellip;]","og_url":"https:\/\/unboxerp.com\/?page_id=326","og_site_name":"UnboxERP","article_publisher":"https:\/\/www.facebook.com\/unboxerp\/","article_modified_time":"2026-03-02T14:10:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/unboxerp.com\/?page_id=326","url":"https:\/\/unboxerp.com\/?page_id=326","name":"Customization - UnboxERP","isPartOf":{"@id":"https:\/\/unboxerp.com\/#website"},"datePublished":"2026-03-02T14:04:52+00:00","dateModified":"2026-03-02T14:10:17+00:00","breadcrumb":{"@id":"https:\/\/unboxerp.com\/?page_id=326#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/unboxerp.com\/?page_id=326"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/unboxerp.com\/?page_id=326#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/unboxerp.com\/"},{"@type":"ListItem","position":2,"name":"Services","item":"https:\/\/unboxerp.com\/"},{"@type":"ListItem","position":3,"name":"Customization"}]},{"@type":"WebSite","@id":"https:\/\/unboxerp.com\/#website","url":"https:\/\/unboxerp.com\/","name":"UnboxERP","description":"","publisher":{"@id":"https:\/\/unboxerp.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/unboxerp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/unboxerp.com\/#organization","name":"UnboxERP","alternateName":"UnboxERP","url":"https:\/\/unboxerp.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/unboxerp.com\/#\/schema\/logo\/image\/","url":"https:\/\/unboxerp.com\/wp-content\/uploads\/2026\/08\/cropped-UNBOXERP_512x512.png","contentUrl":"https:\/\/unboxerp.com\/wp-content\/uploads\/2026\/08\/cropped-UNBOXERP_512x512.png","width":512,"height":512,"caption":"UnboxERP"},"image":{"@id":"https:\/\/unboxerp.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/unboxerp\/","https:\/\/www.linkedin.com\/company\/unbox-erp-crm-solutions\/"]}]}},"_links":{"self":[{"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/pages\/326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unboxerp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=326"}],"version-history":[{"count":6,"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/pages\/326\/revisions"}],"predecessor-version":[{"id":332,"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/pages\/326\/revisions\/332"}],"up":[{"embeddable":true,"href":"https:\/\/unboxerp.com\/index.php?rest_route=\/wp\/v2\/pages\/93"}],"wp:attachment":[{"href":"https:\/\/unboxerp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}