src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/solutions/erp-for-trading.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. {% include '@HoneybeeWeb/inc/_web_design_system.html.twig' %}
  3. {# ─── SOLUTION LANDING — ERP for Trading Companies (Business ERP) ─── #}
  4. {% include '@Application/framework/_web_solutions_css.html.twig' %}
  5. <section class="sl-hero">
  6.     <div class="n-wrap">
  7.         <div class="sl-hero-inner">
  8.             <span class="n-label">Business ERP · Trading</span>
  9.             <h1 class="n-hero-h1">ERP for <em>Trading</em> Companies</h1>
  10.             <p class="n-hero-desc" style="max-width:640px">
  11.                 Run your whole trading business on one Business ERP — CRM, sales, purchase, multi-warehouse
  12.                 inventory, accounts, and HR — with live stock, margin, and receivables visible at all times.
  13.             </p>
  14.             <div class="n-hero-actions">
  15.                 <a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Request Workflow Audit <i class="fa-solid fa-arrow-right"></i></a>
  16.                 <a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Explore pricing</a>
  17.             </div>
  18.         </div>
  19.     </div>
  20. </section>
  21. <section class="n-sec sl-problem">
  22.     <div class="n-wrap-sm">
  23.         <span class="n-label">The problem</span>
  24.         <h2 class="n-h2">Stock, sales, and cash never <em class="n-em">line up.</em></h2>
  25.         <ul>
  26.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Inventory across warehouses is guessed, so you over-order or run out of fast movers.</span></li>
  27.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Purchase, sales, and accounting sit in separate tools, so true margin per item is unknown.</span></li>
  28.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Customer follow-up and quotations are scattered, and receivables age unnoticed.</span></li>
  29.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>HR, payroll, and approvals run on side spreadsheets disconnected from the books.</span></li>
  30.         </ul>
  31.     </div>
  32. </section>
  33. <section class="n-sec sl-solution" style="padding-top:0">
  34.     <div class="n-wrap-sm">
  35.         <span class="n-label">The HoneyBee solution</span>
  36.         <h2 class="n-h2">One Business ERP for the <em class="n-em">whole trade.</em></h2>
  37.         <p class="n-body n-mt-6">
  38.             HoneyBee Business ERP connects CRM, quotation, sales, purchase, multi-warehouse inventory, and accounts
  39.             into a single ledger — with HR and payroll on the same platform. Stock valuation, item margin, and
  40.             receivables are always live, and approvals run inside the system instead of beside it.
  41.         </p>
  42.         <ul>
  43.             <li><i class="fa-solid fa-circle-check"></i><span>CRM, quotation, and sales tied to real-time stock and pricing.</span></li>
  44.             <li><i class="fa-solid fa-circle-check"></i><span>Purchase and multi-warehouse inventory with live valuation and margin.</span></li>
  45.             <li><i class="fa-solid fa-circle-check"></i><span>Accounts, receivables, and approvals on one ledger.</span></li>
  46.             <li><i class="fa-solid fa-circle-check"></i><span>HR and payroll integrated with the business, plus AI reporting.</span></li>
  47.         </ul>
  48.     </div>
  49. </section>
  50. <section class="n-sec" style="padding-top:0">
  51.     <div class="n-wrap">
  52.         <div class="n-center">
  53.             <span class="n-label">Workflow example</span>
  54.             <h2 class="n-h2">A trading cycle, <em class="n-em">end to end.</em></h2>
  55.         </div>
  56.         <div class="sl-flow">
  57.             {% set _steps = ['Lead / CRM', 'Quotation', 'Sales Order', 'Purchase', 'Warehouse Inventory', 'Delivery & Invoice', 'Receivables', 'Accounts', 'Profitability'] %}
  58.             {% for step in _steps %}
  59.                 <span class="sl-flow-step"><span class="sl-num">{{ loop.index }}</span>{{ step }}</span>
  60.                 {% if not loop.last %}<span class="sl-flow-arrow"><i class="fa-solid fa-arrow-right"></i></span>{% endif %}
  61.             {% endfor %}
  62.         </div>
  63.     </div>
  64. </section>
  65. <section class="n-sec" style="padding-top:0">
  66.     <div class="n-wrap-sm">
  67.         <span class="n-label">FAQ</span>
  68.         <h2 class="n-h2">Questions from <em class="n-em">trading</em> teams.</h2>
  69.         <div class="sl-faq">
  70.             <div class="sl-faq-item"><h3>Does it handle multiple warehouses?</h3><p>Yes. Stock is tracked across warehouses and sub-warehouses with live valuation, so you always know what you hold and what it is worth.</p></div>
  71.             <div class="sl-faq-item"><h3>Can I see margin per item and per customer?</h3><p>Purchase, sales, and accounts share one ledger, so item-level and customer-level margin and receivables are live.</p></div>
  72.             <div class="sl-faq-item"><h3>Is HR and payroll included?</h3><p>Yes. HR, payroll, and approvals run on the same Business ERP, connected to the books — no side spreadsheets.</p></div>
  73.         </div>
  74.     </div>
  75. </section>
  76. <section class="n-sec" style="padding-top:0">
  77.     <div class="n-wrap-sm n-center">
  78.         <h2 class="n-h2">See the ERP on <em class="n-em">your</em> trading cycle.</h2>
  79.         <p class="n-body n-mt-6" style="max-width:54ch;margin:0 auto">We map your CRM, sales, purchase, inventory, and accounts flow — then show the Business ERP running on it. EUR pricing, EU data residency.</p>
  80.         <div class="sl-explore" style="justify-content:center"><a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Request Workflow Audit <i class="fa-solid fa-arrow-right"></i></a></div>
  81.     </div>
  82. </section>
  83. <section class="n-sec" style="padding-top:0">
  84.     <div class="n-wrap-sm n-center">
  85.         <span class="n-label">Explore more</span>
  86.         <div class="sl-explore" style="justify-content:center">
  87.             <a href="{{ url('honeybee_product') }}" class="n-btn n-btn-outline">Platform</a>
  88.             <a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Pricing</a>
  89.             <a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Contact</a>
  90.         </div>
  91.     </div>
  92. </section>
  93. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}