Open-source maintenance & parts inventory companion for Traccar (separate from traccar)

Tronio 9 hours ago

Hi everyone,

I wanted to share a project I’ve been building. An open-source companion service that adds vehicle maintenance logging, spare-parts inventory, and service reminders on top of an existing Traccar deployment.

The idea
Traccar is great for tracking vehicles and has basic maintenance schedules, but we needed more for day-to-day fleet operations. Service history, parts stock levels, cost tracking, and a single place to see what’s due across the fleet. Rather than fork or patch Traccar, this runs as a separate service that talks to Traccar through the REST API and event.forward webhooks.

It uses Traccar’s REST API + event.forward webhooks, stores data in a separate MySQL schema, and enforces the same multi-tenant device visibility as Traccar. Users log in with their Traccar credentials.

see more on the github and feel free to contribute and suggest new changes/features
https://github.com/Marvinjon/track-maintenance