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

Open in your IDE?
  1. {# NEW-WEBSITE-VIEW: approved September preview, public presentation only. #}
  2. {% set website_title = 'Business Suite where the work happens. | HoneyBee' %}
  3. {% set p = prices|default({}) %}
  4. {% include '@HoneybeeWeb/website/header.html.twig' %}
  5. <section class="hero">
  6. <div class="wrap narrow"><span class="eyebrow ">Business Suite / mobile access</span>
  7. <h1>Business Suite where<br>the work happens.</h1><p class="lead">Nectar Beezness is our primary business and field-force app, bringing expenses, sales, approvals, attendance and inventory to employees, managers and field teams.</p><div class="actions"><a class="btn" href="{{ path('honeybee_website_page', {'page':'app-support','app':'Nectar Beezness'}) }}">App support & information <span aria-hidden="true">↗</span></a><a class="textlink" href="{{ path('honeybee_business_suite') }}">Explore Business Suite ↗</a></div></div></section>
  8. <section class="section white">
  9. <div class="wrap">
  10. <div class="split"><div><span class="eyebrow ">Nectar Beezness</span>
  11. <h2>Business in your hands.<br>A shared business context.</h2><p class="lead">Move between field work and the shared Business Suite workspace. Available modules follow your organization’s configuration and assigned access.</p></div><div class="proof-plate"><span class="eyebrow ">Application review</span><div class="featurelist"><div class="featureline"><b>01</b><div><h4>Employee tasks</h4><p>Record attendance, submit expenses and keep field visits and progress connected to the office.</p></div></div><div class="featureline"><b>02</b><div><h4>Manager tasks</h4><p>Review submissions and approvals, and work with sales and inventory from the mobile app.</p></div></div><div class="featureline"><b>03</b><div><h4>Account & entitlement</h4><p>Confirm authentication requirements and the mobile access included in the organization’s plan.</p></div></div></div></div></div></div></section>
  12. <section class="section ">
  13. <div class="wrap">
  14. <div class="split"><div><span class="eyebrow ">Application information</span>
  15. <h2>Confirm the release.<br>Review the access.</h2></div><div><p>Contact HoneyBee to confirm the current Android release, account requirements and the supported workflows for your organization.</p><div class="actions"><a class="textlink" href="{{ path('honeybee_contact') }}">Discuss application access ↗</a></div></div></div></div></section>
  16. {% include '@HoneybeeWeb/website/footer.html.twig' %}