<style>
/* ── Footer Nordic Theme ──────────────────────────────────────────────────── */
:root {
--n-dark: #1A1D2E;
--n-amber: #C07D2A;
}
footer .footer-container { background: var(--n-dark) !important; }
footer .footer-mask { background-image: none !important; }
footer .footer-content { padding: 64px 40px; gap: 48px; }
footer .footer-content .logo-content p,
footer .footer-content .links ul li a,
footer .footer-content .links .head-office span,
footer .footer-content .links .regional-office span,
footer .footer-content .links .phone span { color: rgba(255,255,255,.55) !important; }
footer .footer-content .links h3,
footer .footer-content .certification-content h3,
footer .footer-content .links .head-office h3,
footer .footer-content .links .regional-office h3 { color: rgba(255,255,255,.85) !important; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
footer .footer-content .links ul li a:hover { color: var(--n-amber) !important; }
footer .footer-content .links ul li a::after { background: var(--n-amber) !important; }
footer .footer-content .certification-content h5,
footer .footer-content .certification-content .reviews h3 { color: rgba(255,255,255,.9) !important; }
footer .footer-bottom { background: rgba(0,0,0,.3); border-top: 1px solid rgba(255,255,255,.07); color: rgba(255,255,255,.35); font-size: 12px; padding: 16px 40px; }
footer .footer-bottom span { color: rgba(255,255,255,.4) !important; }
footer .footer-bottom hr { border-color: rgba(255,255,255,.08) !important; }
footer .footer-content .icon-list a img { filter: brightness(0) invert(.6); transition: filter .15s; }
footer .footer-content .icon-list a:hover img { filter: brightness(0) invert(1); }
footer .footer-content .mail img,
footer .footer-content .map img,
footer .footer-content .phone img { filter: brightness(0) invert(.55); }
footer .logo-content .theme-img { filter: brightness(0) invert(.9); }
footer hr[style] { border-color: rgba(255,255,255,.08) !important; }
</style>
<footer>
<div class="footer-container">
<div class=" footer-mask">
<div class="footer-wrapper">
<div class="footer-content">
{# <script language="JavaScript" src=https://dunsregistered.dnb.com type="text/javascript"></script>#}
<div class="logo-content">
{# <img class="logo" src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/icons/honeybee.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}" alt=""> #}
<img class="theme-img" src="{{ absolute_url(asset('honeybee_web_assets/icons/honeybee.svg')) }}"
alt="">
<p class="trn" data-trn-key="_HONEYBEE_INTRO_DESC_">
HoneyBee connects project execution, site data, finance, billing, O&M, and operational workflows for EPC, energy, and multi-site industrial companies.
</p>
</div>
<div class="links">
<h3 class="highlightertext trn" data-trn-key="_QUICK_LINK_">Quick Link</h3>
<ul>
<li><a href="{{ url('honeybee_erp') }}">HoneyBee ERP</a></li>
<li><a href="{{ url('honeybee_product') }}" class="trn" data-trn-key="_PRODUCTS_">Product</a></li>
<li><a href="{{ url('honeybee_solutions') }}">Solutions</a></li>
<li><a href="{{ url('honeybee_pricing') }}" class="trn" data-trn-key="_PRICING_">Pricing</a></li>
<li><a href="{{ url('honeybee_partners') }}">Partners</a></li>
<li><a href="{{ url('honeybee_about_us') }}" class="trn" data-trn-key="_ABOUT_US_">About Us</a></li>
</ul>
</div>
<div class="links">
<h3 class="highlightertext trn" data-trn-key="_EXPLORE_">Explore</h3>
<ul>
<li><a href="{{ url('honeybee_terms_and_conditions') }}" class="trn" data-trn-key="_TERM_OF_SERVICE_">Terms of Service</a></li>
<li><a href="{{ url('privacy_policy') }}" class="trn" data-trn-key="_PRIVACY_POLICY_">Privacy Policy</a></li>
<li><a href="{{ url('honeybee_dpa') }}">Data Processing Addendum</a></li>
<li><a href="#">Subprocessors</a></li>
<li><a href="#">Cookie Policy</a></li>
<li><a href="#">Security</a></li>
</ul>
</div>
<div class="links">
<h3 class="highlightertext">Resources</h3>
<ul>
<li><a href="{{ url('honeybee_tool', {'slug': 'rooftop-estimate'}) }}">Instant Rooftop Estimate</a></li>
<li><a href="{{ url('honeybee_investor') }}">Investor Snapshot</a></li>
<li><a href="{{ url('honeybee_compare', {'slug': 'odoo'}) }}">Compare HoneyBee</a></li>
<li><a href="{{ url('honeybee_tool', {'slug': 'cost-leakage-calculator'}) }}">Cost Leakage Calculator</a></li>
<li><a href="{{ url('honeybee_tool', {'slug': 'roi-calculator'}) }}">ERP ROI Calculator</a></li>
<li><a href="{{ url('honeybee_tool', {'slug': 'site-assessment-estimator'}) }}">Site Assessment Estimator</a></li>
<li><a href="{{ url('honeybee_solution', {'slug': 'erp-for-solar-epc'}) }}">ERP for Solar EPC</a></li>
</ul>
</div>
<div class="links">
<h3 class="highlightertext trn" data-trn-key="_CONTACT_US_">Contact Us</h3>
<div class="mail">
<img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/envelope.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt="">
<span id="unique-email-id" style="color: rgba(255,255,255,.55) !important;">info@ourhoneybee.eu</span>
<!-- Custom alert box -->
<div id="copy-alert" class="copy-alert">Email copied to clipboard!</div>
</div>
<div class="icon-list">
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/Facebook.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/instagram.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/linkedin.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/twitter.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/Frame (1).svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
<a href="#"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/youtube.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""></a>
</div>
<div class="head-office">
<h3 class='highlightertext'>Head Office</h3>
<div class="map">
<img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/map-pin.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""> <span>2 Venture Drive, #19-21 <br>Vision Exchange, Singapore 608526</span>
</div>
</div>
<div class="regional-office">
<h3 class='highlightertext'>Europe Office</h3>
<div class="map">
<img src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/map-pin.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""> <span>Brühlweg 1, 88451 Dettingen<br>an der Iller, Germany</span>
</div>
<div class="phone"><img
src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/images/footer/phone.svg?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"
alt=""> <span>+49 176 34616155</span></div>
</div>
</div>
<div class="certification-content" style="margin-top:40px;clear:both;">
<div class="certification">
<h3 class="highlightertext" style="margin-top:0;">Security & Compliance</h3>
<p style="color:rgba(255,255,255,.5);font-size:13px;line-height:1.7;margin-bottom:16px">EU data residency · GDPR-aligned data handling · Article 28 DPA available where applicable · DATEV-ready export where implemented · GoBD-aligned audit trail where implemented · SOC 2 roadmap</p>
<div style="display:flex;flex-direction:column;gap:8px">
<div style="font-size:12px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:8px"><span style="color:#C07D2A">✓</span> EU cloud data residency</div>
<div style="font-size:12px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:8px"><span style="color:#C07D2A">✓</span> GDPR Article 28 DPA available</div>
<div style="font-size:12px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:8px"><span style="color:#C07D2A">✓</span> DATEV dual-perspective connector for tax consultants and client-side A&F workflows</div>
<div style="font-size:12px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:8px"><span style="color:#C07D2A">✓</span> On-premise & private cloud available</div>
</div>
</div>
<hr style="border: 0.8px solid rgba(255,255,255,.08); margin: 20px 0">
<div style="font-size:12px;color:rgba(255,255,255,.3);line-height:1.6">
HoneyBee is operated by <strong style="color:rgba(255,255,255,.45)">HoneyBee IoT (Pte.) Ltd.</strong> (Singapore, UEN 202507612D) for international SaaS and commercial operations, with engineering, development, implementation, and regional support through <strong style="color:rgba(255,255,255,.45)">HoneyBee IoT Ltd.</strong> (Bangladesh), and European coordination and partner support from Germany.<br>
HoneyBee is not an EPC contractor or project developer. HoneyBee provides software, AI, HoneyCore EMS, HoneyCore 4.0 IoT design workflow, quotation tools, and digital infrastructure tools used by customers and partners.<br>
Privacy enquiries: <a href="mailto:privacy@ourhoneybee.eu" style="color:rgba(255,255,255,.4);text-decoration:none">privacy@ourhoneybee.eu</a>
</div>
</div>
</div>
</div>
<div class="footer-bottom">
<span>Copyright ©{{ ''|date('Y')}} HoneyBee</span>
<hr>
<span>Powered by ©{{ ''|date('Y')}} HoneyBee</span>
</div>
</div>
</div>
</footer>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/js/standalone/selectize.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/bootstrap.bundle.min.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/parallax.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/pb.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}buddybee_assets/js/moment.min.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/script.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}jqueryui/jquery.form.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}buddybee_assets/plugin/bootstrap-material-datetimepicker/js/bootstrap-material-datetimepicker.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/honeybee_erp_generic.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
{% include '@Application/footer/activity_tracker_script.html.twig' %}
<script src="{{ absolute_url(path('dashboard')) }}js/jquery.translate.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script src="{{ absolute_url(path('dashboard')) }}honeybee_web_assets/js/central_language_pack.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/js/standalone/selectize.min.js"></script>
<style>
.btn {
border-radius: 15rem;
}
.stepIndicator {
cursor: pointer;
}
.stepIndicator:not(.active) {
/*display: none;*/
}
.creating-company-page .honeycomb-cell.stepIndicator.active .honeycomb-cell_img {
filter: grayscale(0%) !important;
}
.creating-company-page .honeycomb-cell.stepIndicator:not(.active) .tooltip .msg-content {
color: rgba(175, 175, 175, 1);
}
.step:not(.active) {
display: none;
}
.step .invalid {
color: darkred;
}
.withdraw p,
.sweet-alert button,
.paymentMethodSelectorBtn p {
border-radius: 42px;
}
</style>
</body>
{#{% if constant('ApplicationBundle\\Constants\\GeneralConstant::BUDDYBEE_SOCKET_ENABLED')==1 %}#}
{# #}{#now check softone#}
{# #}{#{% if notification_enabled==1 %}#}
{# {% if session[UserConstants.USER_ID] is defined %}#}
{# {% set buddybee_socket_server=constant('ApplicationBundle\\Constants\\GeneralConstant::BUDDYBEE_SOCKET_SERVER') %}#}
{# {% set buddybee_socket_server_full = 'https://'~buddybee_socket_server %}#}
{# {% if 'localhost:' in buddybee_socket_server %}#}
{# {% set buddybee_socket_server_full = url_wo_port ~':'~ buddybee_socket_server|split('localhost:')[1] %}#}
{# {% else %}#}
{# {% set buddybee_socket_server_full = 'https://'~buddybee_socket_server %}#}
{# {% endif %}#}
{# #}{#<script type="text/javascript" src="{{ constant('ApplicationBundle\\Constants\\GeneralConstant::NOTIFICATION_SERVER')=='localhost:5000'?url_wo_port~':5000':constant('ApplicationBundle\\Constants\\GeneralConstant::NOTIFICATION_SERVER') }}/socket.io/socket.io.js"></script>#}
{# #}{#<script type="text/javascript" src="{{ buddybee_socket_server_full }}/socket.io/socket.io.js"></script>#}
{# <script type="text/javascript">#}
{# var buddybeeKeepAliveCall = {};#}
{# var lastActivityTs = 0;#}
{# function refreshKeepAliveCall() {#}
{# buddybeeKeepAliveCall = setInterval(function () {#}
{# var nowTs = moment().unix(),#}
{# differenceFromStartTime = meetingStartTime.diff(now), // 86400000;#}
{# differenceFromEndTime = meetingEndTime.diff(now); // 86400000;#}
{# if (nowTs - lastActivityTs > 60) {#}
{# clearInterval(buddybeeKeepAliveCall);#}
{# }#}
{# else {#}
{# buddybee_socket.emit('update_my_socket', {#}
{# userId: buddybee_socket_user_id,#}
{# token: buddybee_socket_user_session_token,#}
{# });#}
{# }#}
{# //seconds#}
{# }, 30000)#}
{# }#}
{# // // console.log(io)#}
{# function initiateBuddybeeSocket() {#}
{# lastActivityTs = moment().unix();#}
{# $.getScript('{{ buddybee_socket_server_full }}/socket.io/socket.io.js', function () {#}
{# #}{#$.getScript('{{ absolute_url(path('dashboard')) }}buddybee_assets/js/socket-io.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}', function () #}{#}#}
{# if (io) {#}
{# #}{#socket=io.connect( '{{ constant('ApplicationBundle\\Constants\\GeneralConstant::NOTIFICATION_SERVER') }}' );#}
{# buddybee_socket = io.connect('{{ buddybee_socket_server_full }}');#}
{# buddybee_socket.emit('update_my_socket', {#}
{# userId: buddybee_socket_user_id,#}
{# token: buddybee_socket_user_session_token,#}
{# user_status: '_ON_',#}
{# force_broadcast: 1,#}
{# });#}
{#// buddybee_socket.on('_SEND_TEXT_TO_MOBILE_', function (dataObj) {#}
{#// // console.log('_SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE__SEND_TEXT_TO_MOBILE_')#}
{#// // console.log(dataObj)#}
{#//#}
{#//#}
{#// });#}
{# addScript("{{ absolute_url(path('dashboard')) }}buddybee_assets/js/generic_buddybee_sockets.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}")#}
{# {% set curr_route=app.request.attributes.get('_route') %}#}
{# {% if curr_route =='consultancy_session' or curr_route =='_nothing_new_' %}#}
{# {% else %}#}
{# ifvisible.setIdleDuration(60);#}
{# ifvisible.onEvery(30, function () {#}
{#// // console.log('not idle')#}
{# buddybee_socket.emit('update_my_socket', {#}
{# userId: buddybee_socket_user_id,#}
{# token: buddybee_socket_user_session_token,#}
{# });#}
{# });#}
{# ifvisible.idle(function () {#}
{# document.body.style.opacity = 0.5;#}
{# buddybee_socket.emit('update_my_socket', {#}
{# userId: buddybee_socket_user_id,#}
{# token: buddybee_socket_user_session_token,#}
{# user_status: '_AWAY_',#}
{# force_broadcast: 1,#}
{# });#}
{# });#}
{# ifvisible.wakeup(function () {#}
{# document.body.style.opacity = 1;#}
{# buddybee_socket.emit('update_my_socket', {#}
{# userId: buddybee_socket_user_id,#}
{# token: buddybee_socket_user_session_token,#}
{# user_status: '_ON_',#}
{# force_broadcast: 1,#}
{# });#}
{# });#}
{# {% endif %}#}
{# // buddybee_socket.emit('update_my_socket', {#}
{# // userId: buddybee_socket_user_id,#}
{# // token: buddybee_socket_user_session_token,#}
{# // });#}
{# if (typeof pageSocketInit !== 'undefined')#}
{# pageSocketInit();#}
{# buddybee_socket.on('user_status_update', function (dataObj) {#}
{# // console.log(dataObj)#}
{# });#}
{# // console.log(buddybee_socket);#}
{# }#}
{# });#}
{# }#}
{# </script>#}
{# #}{#<script src="{{ absolute_url(path('dashboard')) }}js/inno_notify.js?version={{ constant('ApplicationBundle\\Constants\\GeneralConstant::ENTITY_APP_VERSION') }}"></script>#}
{# {% endif %}#}
{# #}{#{% endif %}#}
{#{% endif %}#}
{# light mode dark mode controlling function #}
<script>
changeTheme((localStorage.getItem("theme") || 'light') == 'dark');
var honeybeeLocale = 'en';
jQuery.browser = {};
(function () {
jQuery.browser.msie = false;
jQuery.browser.version = 0;
if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
jQuery.browser.msie = true;
jQuery.browser.version = RegExp.$1;
}
})();
var userAgent = navigator.userAgent || navigator.vendor || window.opera;
var logger = function () {
var oldConsoleLog = null;
var pub = {};
pub.enableLogger = function enableLogger() {
if (oldConsoleLog == null)
return;
window['console']['log'] = oldConsoleLog;
};
pub.disableLogger = function disableLogger() {
oldConsoleLog = console.log;
window['console']['log'] = function () {
};
};
return pub;
}();
{% if app.session.get('devAdminMode') ==1 %}
{% else %}
logger.disableLogger();
{% endif %}
var _t={};
$(document).ready(function () {
_t = $('body').translate({
lang: "en",
t: central_lang_pack
});
if (typeof (window.localStorage) !== "undefined")
honeybeeLocale = window.localStorage.getItem('honeybeeLocale');
// alert(honeybeeLocale)
if (honeybeeLocale !== "undefined" && honeybeeLocale != 'null' && honeybeeLocale != null) {
_t.lang(honeybeeLocale);
}
else {
honeybeeLocale = 'en'
}
var initialLangText = $('.locale_changer.' + honeybeeLocale).first().text().trim();
if (initialLangText) {
$(".curr_locale_text").text(initialLangText);
}
$(".locale_changer").click(function (ev) {
ev.preventDefault();
// alert("hello")
var lang = $(this).attr("data-locale");
var langText = $(this).text().trim();
_t.lang(lang);
honeybeeLocale = lang;
$(".locale_changer").removeClass('activeLocale')
$(this).addClass('activeLocale');
$(".curr_locale_text").text(langText);
if (typeof (window.localStorage) !== "undefined") {
window.localStorage.setItem('honeybeeLocale', honeybeeLocale);
}
//if (typeof (window.localStorage) !== "undefined")
//honeybeeLocale = window.localStorage.setItem('honeybeeLocale', honeybeeLocale);
// // console.log(lang);
// ev.preventDefault();
});
})
if ($('#viewAsId').length) {
$('#viewAsId').selectize({
placeholder: 'Choose User',
multiple: false,
// options: APTL.productListArray,
options: [],
valueField: 'value',
labelField: 'text',
preload: 'focus',
render: {
option: function (item, escape) {
return (
'<div style="padding: 2px;">' +
'<span class="title" style=" min-width: 2rem;display: inline-block;">' +
((item.image != null && item.image != '') ? '<img style="border-radius: 50%;height: 2rem;width: 2rem;" src="' + item.image + '" alt="" class="img-fluid" >' :
'<img style="border-radius: 50%;height: 2rem;width: 2rem;" src="{{ absolute_url(path('dashboard')) }}buddybee_assets/images/consultant_image_ph_male.png" alt="" class="img-fluid" >') +
"</span>" +
'<span class="name" style="padding-left:0.5rem;font-size: 14px;">' +
// '<i class="icon ' +
// (item.type == 1 ? "fa fa-list" : "fa fa-clock") +
// '"></i>' +
// "<div class='form-control mainDiv'>" +
// '<span class="name">' +
escape(item.firstname) + ' ' + escape(item.lastname) +
"</span>" +
'<span class="description">' +
escape(item.email) +
"</span>" +
"</div>"
);
// return (
// "<div>" +
// '<span class="title">' +
// '<span class="name"><i class="icon ' +
// (item.type == 1 ? "fa fa-list" : "fa fa-clock") +
// '"></i>' +
// escape(item.name) +
// "</span>" +
//
// "</span>" +
// '<span class="description">' +
// escape(item.description) +
// "</span>" +
//
// "</div>"
// );
},
},
onChange: function (value) {
if (!value.length) return;
window.location.href = '{{ absolute_url(path('view_as_user_central')) }}/' + value;
//addProductToListById(value);
// alert(value)
// small_search_box.clear()
// small_search_box.focus()
},
searchField: ['text', 'value'],
load: function (query, callback) {
// if (!query.length) return // callback();
if (!query.length) query = '_EMPTY_';
var pika_ind_id = $($(this)[0].$input["0"]).attr('data-id')
$.ajax({
url: BaseURL + "select_data_ajax_public",
type: 'POST',
dataType: 'json',
data: {
//returnJson: 1,
//sessionData: sessionData
query: query,
tableName: "entity_applicant_details",
valueField: "applicant_id",
// textField: "topic_name",
entity_group: 1,
selectorId: $($(this)[0].$input["0"]).attr('id'),
isMultiple: 0,
dataId: pika_ind_id,
// isMultiple: 0,
textField: "rendered_text",
//
renderTextFormat: " __firstname__ __lastname__",
andOrConditions: [
{type: "like", field: "firstname", value: query},
{type: "like", field: "lastname", value: query},
{type: "like", field: "email", value: query},
{type: "like", field: "o_auth_email", value: query},
],
mustConditions: [
// {type: "=", field: "is_consultant", value: 1},
{#{% if not curr_data is empty %}#}
// {type: "!=", field: "applicant_id", value: $('#rescheduledStudentId').val()}
{#{% endif %}#}
],
convertToObject: [
// 'accessories', 'issues'
],
skipDefaultCompanyId: 1
// setDataForSingle: 1,
},
error: function () {
// callback();
},
success: function (res) {
// preliminary_reg_data_by_id = res.dataById
callback(res.data);
if (res.setValueArray.length != 0 && res.selectorId != '') {
if (res.isMultiple == 1)
$('#' + res.selectorId).selectize()[0].selectize.setValue(res.setValueArray)
else
$('#' + res.selectorId).selectize()[0].selectize.setValue(res.setValue)
}
// alert('pika master')
}
});
},
});
}
// alert('.locale_changer.'+honeybeeLocale)
// alert($('.locale_changer.'+honeybeeLocale).text())
{# $(".curr_locale_text").text($('.locale_changer.' + honeybeeLocale).text()); #}
$('.schedule_date_picker').not('.datepicker').bootstrapMaterialDatePicker({
format: 'MMMM DD, YYYY',
clearButton: true,
weekStart: 6,
time: false,
switchOnClick: true,
monthPicker: true
});
$('.schedule_date_time_picker').not('.datepicker').bootstrapMaterialDatePicker({
format: 'HH:mm',
clearButton: true,
date: false,
switchOnClick: true
});
$('#theme-toggle-checkbox').change(function () {
changeTheme($(this).prop('checked'));
})
</script>
</html>