map and customer geo location added

added map and customer geo location, we advice you to change/edit the customer coordinates according to their location, so that you can see where the customer is located on the Map
This commit is contained in:
Focuslinkstech
2024-03-19 00:59:34 +01:00
parent 605fbb73a6
commit f27964dde6
8 changed files with 214 additions and 77 deletions

View File

@ -234,6 +234,20 @@
</ul>
</li>
{$_MENU_AFTER_REPORTS}
<li class="{if $_system_menu eq 'map'}active{/if} treeview">
<a href="#">
<i class="ion ion-ios-location"></i> <span>{Lang::T('Map')}</span>
<span class="pull-right-container">
<i class="fa fa-angle-left pull-right"></i>
</span>
</a>
<ul class="treeview-menu">
<li {if $_routes[1] eq 'customer' }class="active" {/if}><a
href="{$_url}map/customer">{Lang::T('Customer Location')}</a></li>
{$_MENU_MAP}
</ul>
</li>
{$_MENU_AFTER_MAP}
<li class="{if $_system_menu eq 'message'}active{/if} treeview">
<a href="#">
<i class="ion ion-android-chat"></i> <span>{Lang::T('Send Message')}</span>