Someone can only show interest if you share what you have.
Share your work! Just make a documentation site like @revant_one
This is an open source community, lets share what we work on. You never know, you may get feedback, users and even paid consulting work! Even we would love to help you.
You can always keep it all to yourself, but then this kind of sucks in this community. Lets build a community that shares by default
To make the Fleet App useful I plan to generate following ratios:
avg kmpl: total distance / total fuel UOM min kmpl: min mileage from two consecutive fill-ups max kmpl: max mileage from two consecutive fillups last kmpl: mileage between last two fillups avg ₹/l: total price paid / total fill up volume min ₹/l: min price per fuel UOM from two consecutive fillups max ₹/l: max price per fuel UOM from two consecutive fillups last ₹/l: price per fuel UOM from last two fillups ₹/km: Total Price / Total Distance ₹/fill-up: Total Price / number of fill-ups km/₹: total distance / total price l/fill-up: total volume / number of fill-ups km/fill-up: total distance / number of fill-ups days/fill-up: total days from first fill-up to last fill-up / number of fill-ups
Doctype Fill Up Record is storing odometer_km and odometer_mile, so as per the distance UOM in Fleet Settings appropriate Docfield can be used to generate ratio in mpg or kmpl, etc.
Fill Up Record has link to Vehicle.
Doctype Vehicle stores link default_fuel to Item as fuel. So as per the selected Vehicle in Fill Up Record fuel UOM can be found (change in default_fuel and resulting change in fuel uom is not considered right now, may set the field to set once or will have to consider UOM conversions somehow)
Item’s stock_uom and distance UOM in Fleet Settings help decide mpg or kmpl etc.
Package measurement measurement · PyPI or any other package is not used as there are just two calculations right now.
Anyone interested in developing report or page or dashboard for Vehicle (like “Customer”/“Supplier” in ERPNext)?
Problems I face, I will be discussing on forum. Hopefully generating knowledge base!
We would work on adding routing using Leaflet elements and GraphHopper to your development if that makes sense. Our development is client funded so we have some restrictions on what we can work on. We are also looking at GPS tracking.
Would be interested in what others see as priorities within this project area.
I also thought of forking fleet_management and working on that instead of new fleet.
I decided to start new fleet because
Last commit on fleet_management was 25 August 2014 and 2 forks are also even with main repo.
I use android based ACar (for personal use) which I wish to stop using and start using this free & open (clone) Fleet app.
Looked into screenshots of fleetio, It’s similar to ACar. There is no “model” for odometer log in both, I assume odometer is accurately logged when re-fueling.
Fork my repo and go ahead! I’d appreciate any contribution.
Relatively easy for me to code (may be I would push this before reports):
was missing in erpnext. Nice. Interested. Cannot assist since am not a coder. Would be nice if integrated with accounts, so that petrol bills payments entered as a JV are linked to this app.
As I use the Cloud Subscription have to wait till Frappe “adopts” the devlopment
@revant_one Hi, I got some time right now between and having a fleet management system would be a really nice to have for my company when we’ll switch to ERP Next, so I’ll be willing contribute to your project.
This looks like it might make a good springboard for a Metered Billing app. I wish I knew how to code, because I would look into forking this myself, but it never hurts to suggest someone with an idea.
Off the top of my head, the two markets I can see Metered Billing used are Utility Companies (billing customer per KwH, Water, Gas, etc) and Managed Print Support.
To elaborate on Managed Print: some customers, who use office printers and copiers, have their equipment under contract, where they pay a monthly rate that is usually dependent on the number of pages their equipment prints (For example: the customer may be charged $.015 per page printed, and if they print 8,200 pages in a month, then they would receive a bill for $123 for that month), but will never receive individual bills for Supplies, Parts or Service.
There are commercial ERP solutions on the market, e-Automate and OMD probably being two of the largest, but they are incredibly expensive and cumbersome to setup. I would imagine that if someone developed similar functionality into ERPNext, it would provide them with a HUGE advantage in the open source market, since many of the small dealers are stuck using off the shelf software like Quickbooks, which doesn’t provide anything remotely close to a designated ERP.
Hi we have a script for metered billing. It works fine. It Calculates a bill for 3 tarifs and automatically creates the 3 lines in the invoice. Must say, hat Rushabh things the code is a lind of shaky and difficult to maintain. Our approach may assist you howver. It is done as a JS at the client side
Is there a need for ERPNext Fleet Managment Working Group on Telegram to discuss this forward. We have some funds for sponsoring part of the development.
Hi @revant_one,
This sounds great. I would like to bring to your notice the open source server Traccar for gps based tracking. You have amazing APIs, can fetch the vehicle data into erpnext. Let me know your thoughts about its integration. They also have support for mobile based tracking in case you don’t have hardware GPS device.