frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.77k stars 7.31k forks source link

Sales Person Google Map integration for route optimization #30964

Open DrewJBS opened 2 years ago

DrewJBS commented 2 years ago

Describe the solution you'd like A clear and concise description of what you want to happen.

I would like to have the ability for my salespeople to optimize their sales calls or geomap the area that they are working in to find their leads based on a smaller geomap then their territory.

ankush commented 2 years ago

TSP is an NP-Hard problem 😆 https://en.wikipedia.org/wiki/Travelling_salesman_problem

idk if this is in the scope of ERPNext. Someone can write an app on top of ERPNext in frappe framework.

We have decent geolocation control using leaflet which can be used to capture geojson.