
{"id":177283,"date":"2026-09-21T04:03:29","date_gmt":"2026-09-20T21:03:29","guid":{"rendered":"https:\/\/md-ct.com\/?page_id=177283"},"modified":"2026-09-21T04:31:17","modified_gmt":"2026-09-20T21:31:17","slug":"rubberwood-business-erp","status":"publish","type":"page","link":"https:\/\/md-ct.com\/th\/rubberwood-business-erp\/","title":{"rendered":"rubberwood business erp"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n<title>ERP Solutions<\/title>\n\n<style>\n:root {\n    --gold: #d6aa4b;\n    --green: #22a36a;\n    --dark: #071411;\n    --dark2: #0d211b;\n    --text: #ffffff;\n    --muted: #aebdb6;\n    --card: rgba(255,255,255,0.045);\n    --border: rgba(255,255,255,0.10);\n}\n\n* {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\nbody {\n    font-family: Arial, Helvetica, sans-serif;\n    background: var(--dark);\n    color: var(--text);\n    line-height: 1.6;\n}\n\n.container {\n    width: min(1180px, 92%);\n    margin: auto;\n}\n\n\/* =========================\n   HERO\n========================= *\/\n\n.hero {\n    padding: 100px 20px 80px;\n    text-align: center;\n    background:\n        radial-gradient(circle at 20% 20%, rgba(34,163,106,.18), transparent 30%),\n        radial-gradient(circle at 80% 20%, rgba(214,170,75,.15), transparent 30%),\n        linear-gradient(180deg, #071411, #0a1915);\n}\n\n.eyebrow {\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: bold;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n}\n\n.hero h1 {\n    font-size: clamp(38px, 6vw, 68px);\n    line-height: 1.05;\n    margin-bottom: 25px;\n}\n\n.hero h1 span {\n    color: var(--gold);\n}\n\n.hero p {\n    max-width: 800px;\n    margin: auto;\n    color: var(--muted);\n    font-size: 18px;\n}\n\n\/* =========================\n   PACKAGE HEADER\n========================= *\/\n\n.package {\n    padding: 90px 20px;\n}\n\n.package:nth-child(even) {\n    background: #091a15;\n}\n\n.package-header {\n    max-width: 850px;\n    margin: 0 auto 55px;\n    text-align: center;\n}\n\n.package-number {\n    color: var(--gold);\n    font-size: 13px;\n    font-weight: bold;\n    letter-spacing: 3px;\n    margin-bottom: 12px;\n}\n\n.package-header h2 {\n    font-size: clamp(32px, 5vw, 50px);\n    margin-bottom: 18px;\n}\n\n.package-header h2 span {\n    color: var(--green);\n}\n\n.package-header p {\n    color: var(--muted);\n    font-size: 17px;\n}\n\n\/* =========================\n   PACKAGE GRID\n========================= *\/\n\n.feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.feature-card {\n    background: var(--card);\n    border: 1px solid var(--border);\n    border-radius: 18px;\n    padding: 30px;\n    transition: .3s;\n}\n\n.feature-card:hover {\n    transform: translateY(-6px);\n    border-color: var(--gold);\n    box-shadow: 0 15px 45px rgba(0,0,0,.25);\n}\n\n.icon {\n    width: 50px;\n    height: 50px;\n    border-radius: 12px;\n    background: rgba(214,170,75,.12);\n    color: var(--gold);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 23px;\n    margin-bottom: 20px;\n}\n\n.feature-card h3 {\n    font-size: 20px;\n    margin-bottom: 10px;\n}\n\n.feature-card p {\n    color: var(--muted);\n    font-size: 15px;\n}\n\n\/* =========================\n   INCLUDED BOX\n========================= *\/\n\n.included {\n    margin-top: 50px;\n    padding: 40px;\n    border-radius: 22px;\n    border: 1px solid rgba(214,170,75,.25);\n    background:\n        linear-gradient(135deg,\n        rgba(214,170,75,.08),\n        rgba(34,163,106,.08));\n}\n\n.included h3 {\n    text-align: center;\n    font-size: 28px;\n    margin-bottom: 30px;\n}\n\n.check-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 15px 35px;\n}\n\n.check-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    color: #d8e1dc;\n}\n\n.check {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: var(--green);\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    font-size: 12px;\n}\n\n\/* =========================\n   COLOR CUSTOMIZER\n========================= *\/\n\n.customizer {\n    margin-top: 50px;\n    padding: 35px;\n    border-radius: 20px;\n    background: rgba(255,255,255,.035);\n    border: 1px solid var(--border);\n    text-align: center;\n}\n\n.customizer h3 {\n    margin-bottom: 8px;\n}\n\n.customizer p {\n    color: var(--muted);\n    margin-bottom: 20px;\n}\n\n.color-options {\n    display: flex;\n    justify-content: center;\n    gap: 12px;\n    flex-wrap: wrap;\n}\n\n.color-btn {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    border: 2px solid rgba(255,255,255,.4);\n    cursor: pointer;\n}\n\n.gold { background: #d6aa4b; }\n.green { background: #22a36a; }\n.blue { background: #3c82c4; }\n.red { background: #b94b4b; }\n.orange { background: #d57c32; }\n.purple { background: #8158b4; }\n.black { background: #222222; }\n\n\/* =========================\n   ERP SECTION\n========================= *\/\n\n.erp-section {\n    background:\n        radial-gradient(circle at 80% 20%, rgba(34,163,106,.14), transparent 30%),\n        #06120f;\n}\n\n.erp-highlight {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin-bottom: 50px;\n}\n\n.highlight-box {\n    padding: 35px;\n    border-radius: 20px;\n    background: rgba(255,255,255,.04);\n    border: 1px solid var(--border);\n}\n\n.highlight-box h3 {\n    color: var(--gold);\n    font-size: 25px;\n    margin-bottom: 12px;\n}\n\n.highlight-box p {\n    color: var(--muted);\n}\n\n\/* =========================\n   ERP BENEFITS\n========================= *\/\n\n.erp-benefits {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n}\n\n.erp-card {\n    padding: 28px;\n    border-radius: 18px;\n    background: rgba(255,255,255,.04);\n    border: 1px solid rgba(34,163,106,.16);\n}\n\n.erp-card h3 {\n    color: #e5eee9;\n    margin-bottom: 10px;\n    font-size: 19px;\n}\n\n.erp-card p {\n    color: var(--muted);\n    font-size: 15px;\n}\n\n\/* =========================\n   ERP FLOW\n========================= *\/\n\n.workflow {\n    margin-top: 60px;\n    text-align: center;\n}\n\n.workflow h3 {\n    font-size: 30px;\n    margin-bottom: 30px;\n}\n\n.workflow-flow {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.flow-item {\n    padding: 15px 20px;\n    border-radius: 10px;\n    background: rgba(34,163,106,.10);\n    border: 1px solid rgba(34,163,106,.3);\n    color: #dce8e2;\n}\n\n.arrow {\n    color: var(--gold);\n    font-size: 22px;\n}\n\n\/* =========================\n   RESULTS\n========================= *\/\n\n.results {\n    margin-top: 60px;\n    padding: 45px;\n    border-radius: 24px;\n    text-align: center;\n    background:\n        linear-gradient(135deg,\n        rgba(34,163,106,.16),\n        rgba(214,170,75,.08));\n    border: 1px solid rgba(214,170,75,.2);\n}\n\n.results h3 {\n    font-size: 30px;\n    margin-bottom: 15px;\n}\n\n.results p {\n    max-width: 750px;\n    margin: auto;\n    color: var(--muted);\n}\n\n\/* =========================\n   CTA\n========================= *\/\n\n.cta {\n    padding: 90px 20px;\n    text-align: center;\n    background: #071411;\n}\n\n.cta h2 {\n    font-size: clamp(32px, 5vw, 48px);\n    margin-bottom: 15px;\n}\n\n.cta p {\n    max-width: 700px;\n    margin: auto auto 30px;\n    color: var(--muted);\n}\n\n.cta-button {\n    display: inline-block;\n    padding: 15px 32px;\n    background: var(--gold);\n    color: #071411;\n    font-weight: bold;\n    text-decoration: none;\n    border-radius: 8px;\n    transition: .3s;\n}\n\n.cta-button:hover {\n    transform: translateY(-3px);\n    background: #efc969;\n}\n\n\/* =========================\n   RESPONSIVE\n========================= *\/\n\n@media(max-width: 900px) {\n\n    .feature-grid,\n    .erp-benefits {\n        grid-template-columns: repeat(2, 1fr);\n    }\n\n    .erp-highlight {\n        grid-template-columns: 1fr;\n    }\n}\n\n@media(max-width: 650px) {\n\n    .package {\n        padding: 65px 18px;\n    }\n\n    .feature-grid,\n    .erp-benefits,\n    .check-grid {\n        grid-template-columns: 1fr;\n    }\n\n    .included,\n    .results {\n        padding: 28px 20px;\n    }\n\n    .workflow-flow {\n        flex-direction: column;\n    }\n\n    .arrow {\n        transform: rotate(90deg);\n    }\n}\n<\/style>\n<\/head>\n\n\n<body>\n\n<!-- =====================================================\n     HERO\n===================================================== -->\n\n<section class=\"hero\">\n\n    <div class=\"container\">\n\n        <div class=\"eyebrow\">\n            Built for Thai Rubberwood Businesses\n        <\/div>\n\n        <h1>\n            Sawmill Enterprise Resource Planning System<br>\n            <span>Build Your Business<\/span>\n        <\/h1>\n\n        <p>\n            Specialized solutions designed to help Thai rubberwood\n            sawmills become more professional, more efficient and more\n            competitive in international markets.\n        <\/p>\n\n    <\/div>\n\n<\/section>\n\n<!-- =====================================================\n     PACKAGE 02 \u2014 ERP\n===================================================== -->\n\n<section class=\"package erp-section\">\n\n    <div class=\"container\">\n\n        <div class=\"package-header\">\n\n            <div class=\"package-number\">\n                ERP PACKAGE\n            <\/div>\n\n            <h2>\n                \u0e44\u0e21\u0e49\u0e22\u0e32\u0e07\u0e1e\u0e32\u0e23\u0e32 <span>Industry ERP<\/span>\n            <\/h2>\n\n            <p>\n                A practical ERP system designed specifically around the\n                workflow of rubberwood plantations, traders, sawmills and\n                timber factories \u2014 without the cost and complexity of a\n                large generic ERP.\n            <\/p>\n\n        <\/div>\n\n\n        <!-- LOW COST \/ EFFICIENCY -->\n\n        <div class=\"erp-highlight\">\n\n            <div class=\"highlight-box\">\n\n                <h3>Lower Operating Cost<\/h3>\n\n                <p>\n                    Replace scattered spreadsheets, paper records and\n                    disconnected systems with one centralized platform.\n                    Reduce duplicated work, administrative time and\n                    unnecessary software costs.\n                <\/p>\n\n            <\/div>\n\n            <div class=\"highlight-box\">\n\n                <h3>Improve Efficiency<\/h3>\n\n                <p>\n                    Connect purchasing, log inventory, production,\n                    drying, sales, customers and logistics so information\n                    flows through the business automatically.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- ERP BENEFITS -->\n\n        <div class=\"erp-benefits\">\n\n\n            <div class=\"erp-card\">\n\n                <h3>01. Log Procurement Management<\/h3>\n\n                <p>\n                    Record suppliers, plantations, log quantities,\n                    dimensions, prices, delivery schedules and purchasing\n                    history in one system.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>02. Inventory Control<\/h3>\n\n                <p>\n                    Know how much raw timber, sawn timber, dried timber\n                    and finished products are available without manually\n                    checking multiple spreadsheets.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>03. Production Management<\/h3>\n\n                <p>\n                    Track logs entering production, sawn timber output,\n                    production quantities and production status.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>04. Yield &#038; Waste Tracking<\/h3>\n\n                <p>\n                    Compare log input against sawn timber output and\n                    identify production losses, waste and opportunities\n                    to improve recovery rates.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>05. Kiln Drying Management<\/h3>\n\n                <p>\n                    Track drying batches, timber quantities, moisture\n                    targets, drying status and batch history.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>06. Sales &#038; Customer Management<\/h3>\n\n                <p>\n                    Manage quotations, customers, orders, product\n                    specifications, pricing and sales history from one\n                    centralized database.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>07. Reduce Manual Data Entry<\/h3>\n\n                <p>\n                    Enter information once and reuse it across purchasing,\n                    inventory, production, sales, invoices and reports.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>08. Reduce Human Error<\/h3>\n\n                <p>\n                    Standardized workflows and centralized information\n                    reduce mistakes caused by duplicate spreadsheets,\n                    handwritten records and outdated data.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>09. Real-Time Management Dashboard<\/h3>\n\n                <p>\n                    Management can quickly see inventory, production,\n                    sales, purchasing, outstanding orders and business\n                    performance.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>10. Traceability<\/h3>\n\n                <p>\n                    Connect timber from its source through purchasing,\n                    transportation, processing and final product,\n                    creating a stronger traceability record.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>11. Export &#038; Logistics<\/h3>\n\n                <p>\n                    Manage export orders, packing information, shipping\n                    schedules, containers, destinations and logistics\n                    information.\n                <\/p>\n\n            <\/div>\n\n\n            <div class=\"erp-card\">\n\n                <h3>12. Business Reports<\/h3>\n\n                <p>\n                    Generate useful reports for management including\n                    purchasing, production, inventory, sales, costs,\n                    margins and operational performance.\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- WORKFLOW -->\n\n        <div class=\"workflow\">\n\n            <h3>One Connected Rubberwood Workflow<\/h3>\n\n            <div class=\"workflow-flow\">\n\n                <div class=\"flow-item\">\n                    Plantation \/ Supplier\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Log Purchasing\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Log Inventory\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Production\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Kiln Drying\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Finished Timber\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Sales\n                <\/div>\n\n                <div class=\"arrow\">\u2192<\/div>\n\n                <div class=\"flow-item\">\n                    Export \/ Delivery\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n\n\n        <!-- RESULTS -->\n\n        <div class=\"results\">\n\n            <h3>\n                Less Work. Less Waste. Better Control.\n            <\/h3>\n\n            <p>\n                The goal is not to make your factory use more software.\n                The goal is to make the business easier to operate \u2014\n                with fewer manual processes, better information,\n                lower administrative costs and faster management decisions.\n            <\/p>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<!-- =====================================================\n     FINAL CTA\n===================================================== -->\n\n<section class=\"cta\">\n\n    <div class=\"container\">\n\n        <h2>\n            Ready to Build a Smarter Sawmill?\n        <\/h2>\n\n        <p>\n            Combine a professional international brand with a\n            rubberwood-specific ERP system and create a stronger,\n            more efficient and export-ready business.\n        <\/p>\n\n        <a href=\"#contact\" class=\"cta-button\">\n            Discuss Your Factory\n        <\/a>\n\n    <\/div>\n\n<\/section>\n\n\n<script>\n\nfunction changeColor(color) {\n\n    document.documentElement.style.setProperty('--gold', color);\n\n}\n\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>ERP Solutions Built for Thai Rubberwood Businesses Sawmill Enterprise Resource Planning System Build Your Business Specialized solutions designed to help Thai rubberwood sawmills become more professional, more efficient and more<\/p>","protected":false},"author":28,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"_rtcl_gb_attr":"","footnotes":""},"categories":[],"tags":[],"coauthors":[156],"class_list":["post-177283","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/pages\/177283","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/users\/28"}],"replies":[{"embeddable":true,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/comments?post=177283"}],"version-history":[{"count":3,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/pages\/177283\/revisions"}],"predecessor-version":[{"id":177290,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/pages\/177283\/revisions\/177290"}],"wp:attachment":[{"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/media?parent=177283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/categories?post=177283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/tags?post=177283"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/md-ct.com\/th\/wp-json\/wp\/v2\/coauthors?post=177283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}