Hi Lasantha, Bad new: Certainly there is no too much development in place to support geo data close as you described, at this time only a little set of screens and widgets supports geo data (e.g. Postal Address https://demo-stable.ofbiz.apache.org/partymgr/control/viewprofile?partyId=Company,Facility Location https://demo-stable.ofbiz.apache.org/facility/control/EditFacilityGeoPoint?facilityId=WebStoreWarehouse )
Good new: OFBiz db has a flexible data model and I believe that fixed_asset and fixed_asset_geo_point tables could be a good starting point for a custom development intended to support the required functionalities, you might want to check below tables definition and its corresponding data models https://cwiki.apache.org/confluence/display/OFBIZ/Data+Model+Diagrams |table_name |column_name | |----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| |container_geo_point |geo_point_id | |facility |geo_point_id | |facility_location |geo_point_id | |facility_location_geo_point |geo_point_id | |fixed_asset_geo_point |geo_point_id | |geo_point |geo_point_id | |party_geo_point |geo_point_id | |postal_address |geo_point_id | Kind Regards, Victor On Fri, Oct 25, 2019 at 3:18 AM Lasantha Wimalasena <[email protected]> wrote: > Hi > I'm new to OfBiz and intending to use the software for small SCM business > including delivery management. I'm in the process of trying out and > evaluating the software. > > Does Ofbiz support delivery management - i.e. tracking orders and vehicles > and monitoring? The requirement is to see vehicles on a Map and get real > time data from the vehicles back to the system. > > Appreciate if any direction for further information or modules which could > potentially be extended to support above functionality if it doesn't exist. > > Thank you > Lasantha >
