src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/solutions/erp-for-om.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 O&M Companies ─── #}
  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">Project ERP · O&amp;M</span>
  9.             <h1 class="n-hero-h1">ERP for <em>O&amp;M</em> Companies</h1>
  10.             <p class="n-hero-desc" style="max-width:640px">
  11.                 Run operations and maintenance contracts on one platform — service contracts, ticketing, spares
  12.                 inventory, field crews, SLA tracking, and recurring billing — with HoneyCore EMS streaming
  13.                 live asset data into your workflow.
  14.             </p>
  15.             <div class="n-hero-actions">
  16.                 <a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-primary">Request Workflow Audit <i class="fa-solid fa-arrow-right"></i></a>
  17.                 <a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Explore pricing</a>
  18.             </div>
  19.         </div>
  20.     </div>
  21. </section>
  22. <section class="n-sec sl-problem">
  23.     <div class="n-wrap-sm">
  24.         <span class="n-label">The problem</span>
  25.         <h2 class="n-h2">O&amp;M contracts <em class="n-em">erode</em> without live data.</h2>
  26.         <ul>
  27.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Tickets, site visits, and maintenance schedules live in spreadsheets and messages.</span></li>
  28.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Spares consumption is never tied to the asset or the contract that should bear the cost.</span></li>
  29.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>SLA breaches and downtime go unnoticed until the client complains.</span></li>
  30.             <li><i class="fa-solid fa-triangle-exclamation"></i><span>Recurring billing is manual, so revenue leaks and renewals slip.</span></li>
  31.         </ul>
  32.     </div>
  33. </section>
  34. <section class="n-sec sl-solution" style="padding-top:0">
  35.     <div class="n-wrap-sm">
  36.         <span class="n-label">The HoneyBee solution</span>
  37.         <h2 class="n-h2">Contracts, crews, and assets in <em class="n-em">one loop.</em></h2>
  38.         <p class="n-body n-mt-6">
  39.             HoneyBee ties service contracts, preventive and corrective tickets, spares inventory, field crews, and
  40.             recurring billing to each asset and client. HoneyCore EMS connects the plant — inverters, meters,
  41.             batteries, generators, and sensors — so condition and downtime data drive maintenance, SLA reporting,
  42.             and monitoring revenue automatically.
  43.         </p>
  44.         <ul>
  45.             <li><i class="fa-solid fa-circle-check"></i><span>Service contracts, tickets, and PM schedules per asset and client.</span></li>
  46.             <li><i class="fa-solid fa-circle-check"></i><span>Spares inventory and field crews tied to the right contract cost.</span></li>
  47.             <li><i class="fa-solid fa-circle-check"></i><span>HoneyCore EMS streams condition, generation, and downtime data.</span></li>
  48.             <li><i class="fa-solid fa-circle-check"></i><span>Recurring monitoring and AMC billing with renewal tracking.</span></li>
  49.         </ul>
  50.     </div>
  51. </section>
  52. <section class="n-sec" style="padding-top:0">
  53.     <div class="n-wrap">
  54.         <div class="n-center">
  55.             <span class="n-label">Workflow example</span>
  56.             <h2 class="n-h2">An O&amp;M contract, <em class="n-em">end to end.</em></h2>
  57.         </div>
  58.         <div class="sl-flow">
  59.             {% set _steps = ['Service Contract', 'Asset Onboarding', 'HoneyCore EMS Monitoring', 'Ticket / PM Schedule', 'Field Crew Dispatch', 'Spares Issue', 'SLA Reporting', 'Recurring Billing', 'Renewal'] %}
  60.             {% for step in _steps %}
  61.                 <span class="sl-flow-step"><span class="sl-num">{{ loop.index }}</span>{{ step }}</span>
  62.                 {% if not loop.last %}<span class="sl-flow-arrow"><i class="fa-solid fa-arrow-right"></i></span>{% endif %}
  63.             {% endfor %}
  64.         </div>
  65.     </div>
  66. </section>
  67. <section class="n-sec" style="padding-top:0">
  68.     <div class="n-wrap-sm">
  69.         <span class="n-label">FAQ</span>
  70.         <h2 class="n-h2">Questions from <em class="n-em">O&amp;M</em> teams.</h2>
  71.         <div class="sl-faq">
  72.             <div class="sl-faq-item"><h3>Can it connect to live plant data?</h3><p>Yes. HoneyCore EMS connects inverters, meters, batteries, generators, and sensors, so condition and downtime drive tickets, SLA reporting, and billing.</p></div>
  73.             <div class="sl-faq-item"><h3>Does it track spares against contracts?</h3><p>Spares inventory and field crew time are tied to the asset and contract, so each O&amp;M agreement carries its true cost and margin.</p></div>
  74.             <div class="sl-faq-item"><h3>Can it handle recurring AMC billing?</h3><p>Recurring monitoring and AMC invoices are generated on schedule, with renewal tracking so contracts don't lapse silently.</p></div>
  75.         </div>
  76.     </div>
  77. </section>
  78. <section class="n-sec" style="padding-top:0">
  79.     <div class="n-wrap-sm n-center">
  80.         <h2 class="n-h2">See the loop on <em class="n-em">your</em> O&amp;M contracts.</h2>
  81.         <p class="n-body n-mt-6" style="max-width:54ch;margin:0 auto">We map your contracts, ticketing, spares, and billing flow — then show HoneyBee plus HoneyCore EMS running on it. EUR pricing, EU data residency.</p>
  82.         <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>
  83.     </div>
  84. </section>
  85. <section class="n-sec" style="padding-top:0">
  86.     <div class="n-wrap-sm n-center">
  87.         <span class="n-label">Explore more</span>
  88.         <div class="sl-explore" style="justify-content:center">
  89.             <a href="{{ url('honeybee_product') }}" class="n-btn n-btn-outline">Platform</a>
  90.             <a href="{{ url('honeybee_pricing') }}" class="n-btn n-btn-outline">Pricing</a>
  91.             <a href="{{ url('honeybee_contact') }}" class="n-btn n-btn-outline">Contact</a>
  92.         </div>
  93.     </div>
  94. </section>
  95. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}