src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views/pages/implementation.html.twig line 1

Open in your IDE?
  1. {% include '@Application/inc/central_header.html.twig' %}
  2. {% include '@HoneybeeWeb/pages/inc/pp_style.html.twig' %}
  3. {# WEB-4 — /implementation. The guided-rollout story at full length (§13 carries the
  4.    compressed version on the homepage). Figures from the store. #}
  5. {% set p = prices %}
  6. <div class="pp-wrap">
  7.     <div class="pp-hero">
  8.         <span class="kicker">Implementation</span>
  9.         <h1>Days, not months. Guided, not abandoned.</h1>
  10.         <p class="sub">Enterprise software fails at implementation more than at features. HoneyBee's
  11.             rollout is deliberately small: a guided setup included with every subscription, the
  12.             painful workflow first, everything else at your pace.</p>
  13.         <a class="pp-cta" href="{{ url('honeybee_contact') }}">Book a Demo</a>
  14.     </div>
  15.     <div class="pp-sec">
  16.         <h2>How the rollout runs</h2>
  17.         <div class="pp-steps">
  18.             <div class="pp-step"><div class="n">1</div><h4>Setup call</h4><p>Company profile, users,
  19.                 roles and opening balances configured together — you watch it happen, so your team
  20.                 can repeat it.</p></div>
  21.             <div class="pp-step"><div class="n">2</div><h4>First workflow live</h4><p>We start where
  22.                 it hurts — invoicing, attendance, purchasing — and run the first real documents
  23.                 through with you.</p></div>
  24.             <div class="pp-step"><div class="n">3</div><h4>Team onboard</h4><p>Working seats for the
  25.                 people who touch the workflow; the field on Beezeness mobile.</p></div>
  26.             <div class="pp-step"><div class="n">4</div><h4>Expand at your pace</h4><p>Modules switch
  27.                 on when you're ready — pricing is per user, so new modules cost learning, not licences.</p></div>
  28.         </div>
  29.         <p class="pp-note">The guided rollout — {{ p.erp.rollout_days_free }} days, up to
  30.             {{ p.erp.rollout_hours_max }} hours of specialist time — is included with every
  31.             subscription. Deeper migrations and integrations are scoped honestly before anyone commits.</p>
  32.     </div>
  33.     <div class="pp-sec">
  34.         <h2>Who does what</h2>
  35.         <div class="pp-grid c2">
  36.             <div class="pp-card"><h3>We do</h3><ul>
  37.                 <li>Initial configuration with you on the call</li>
  38.                 <li>Import templates for customers, suppliers, products, opening balances</li>
  39.                 <li>First-workflow walkthrough on your real documents</li>
  40.                 <li>A named contact while you roll out</li></ul></div>
  41.             <div class="pp-card"><h3>You do</h3><ul>
  42.                 <li>Name an owner for the rollout on your side</li>
  43.                 <li>Gather the data you actually want to keep</li>
  44.                 <li>Run the first real week IN the system, not beside it</li>
  45.                 <li>Tell us honestly what's awkward — that's what we fix</li></ul></div>
  46.         </div>
  47.     </div>
  48.     <div class="pp-sec">
  49.         <h2>Energy &amp; engineering rollouts</h2>
  50.         <div class="pp-grid c3">
  51.             <div class="pp-card"><h3>HoneyCore sites</h3><p>Site assessment → install → standard
  52.                 commissioning (€{{ p.honeycore.commissioning_standard }}, remote-supported) →
  53.                 subscription starts at Site Acceptance — never before the site actually works.</p></div>
  54.             <div class="pp-card"><h3>HoneyWatt</h3><p>No implementation at all — open the studio and
  55.                 design. The {{ p.honeywatt.trial_days }}-day full trial needs no call.</p></div>
  56.             <div class="pp-card"><h3>Optional success package</h3><p>Quarterly working sessions and
  57.                 priority help (€{{ p.erp.customer_success_quarter|number_format(0, '.', ',') }}/quarter)
  58.                 — optional by design; the product must not need it.</p></div>
  59.         </div>
  60.     </div>
  61.     <div class="pp-sec">
  62.         <h2>Frequently asked</h2>
  63.         <div class="pp-faq">
  64.             <details><summary>Can you migrate our old data?</summary>
  65.                 <p>Master data and opening balances are part of the guided rollout via import
  66.                     templates. Full historical migrations are scoped separately and honestly — we
  67.                     tell you when keeping history costs more than it's worth.</p></details>
  68.             <details><summary>What if we outgrow the setup?</summary>
  69.                 <p>Nothing is thrown away — modules, users and companies are added to the same
  70.                     system. Reconfiguration is a settings exercise, not a re-implementation.</p></details>
  71.             <details><summary>Do we need IT staff?</summary>
  72.                 <p>No. Administration is a business-user job; hosting, updates and backups are ours.</p></details>
  73.         </div>
  74.     </div>
  75.     <div class="pp-band">
  76.         <h2>Start with the workflow that hurts most.</h2>
  77.         <p>Tell us which one it is — the demo starts there.</p>
  78.         <a class="pp-cta" href="{{ url('honeybee_contact') }}" style="margin-top:18px;">Book a Demo</a>
  79.     </div>
  80. </div>
  81. {% include '@HoneybeeWeb/footer/central_footer.html.twig' %}