mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-19 22:27:22 +00:00
added RELEASE and updated README
This commit is contained in:
33
README.md
33
README.md
@@ -25,7 +25,34 @@
|
||||
Fleetbase is a modular logistics and supply chain operating system designed to streamline management, planning, optimization, and operational control across various sectors of the supply chain industry.
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://github.com/fleetbase/fleetbase/assets/816371/125348c9-c88a-49fe-b098-9abec9d7dff8" alt="Fleetbase Console" width="1200" style="max-width: 100%;" />
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/fleetbase_overview.png" alt="Fleetbase Console" width="1200" style="max-width: 100%;" />
|
||||
</p>
|
||||
|
||||
## Visual Feature Showcase
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/order-board-kanban.png" alt="Fleetbase Order Board" width="1200" style="max-width: 100%;" />
|
||||
<em>Visualize and manage your orders with a dynamic Kanban board.</em>
|
||||
</p>
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/order-workflow-config.png" alt="Fleetbase Order Workflow Configuration" width="1200" style="max-width: 100%;" />
|
||||
<em>Create custom order flows and automation with the intuitive workflow builder.</em>
|
||||
</p>
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/order-map-view.png" alt="Fleetbase Order Map View" width="1200" style="max-width: 100%;" />
|
||||
<em>Track individual orders in real-time on an interactive map.</em>
|
||||
</p>
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/live-map-tracking.png" alt="Fleetbase Live Map Tracking" width="1200" style="max-width: 100%;" />
|
||||
<em>Get a complete overview of your fleet and active orders on a live map.</em>
|
||||
</p>
|
||||
|
||||
<p align="center" dir="auto">
|
||||
<img src="https://flb-assets.s3.ap-southeast-1.amazonaws.com/static/fleet-map-zones.png" alt="Fleetbase Fleet Map with Zones" width="1200" style="max-width: 100%;" />
|
||||
<em>Define and manage service areas and zones for your fleet.</em>
|
||||
</p>
|
||||
|
||||
**Quickstart**
|
||||
@@ -180,8 +207,8 @@ Fleetbase offers a few open sourced apps which are built on Fleetbase which can
|
||||
## 🛣️ Roadmap
|
||||
1. **Inventory and Warehouse Management** ~ Pallet will be Fleetbase’s first official extension for WMS & Inventory.
|
||||
2. **Accounting and Invoicing** ~ Ledger will be Fleetbase’s first official extension accounting and invoicing.
|
||||
3. **Fleetbase for Desktop** ~ Desktop builds for OSX and Windows.
|
||||
4. **Custom Maps and Routing Engines** ~ Feature to enable easy integrations with custom maps and routing engines like Google Maps or Mapbox etc…
|
||||
3. **AI** ~ AI Agent intrgation for system and workflows.
|
||||
4. **Dynamic Rules System** ~ Trigger events, tasks jobs from a rule builder on resources.
|
||||
|
||||
## 🪲 Bugs and 💡 Feature Requests
|
||||
|
||||
|
||||
27
RELEASE.md
27
RELEASE.md
@@ -1,24 +1,27 @@
|
||||
# 🚀 Fleetbase v0.7.10 — 2025-09-02
|
||||
# 🚀 Fleetbase v0.7.11 — 2025-10-15
|
||||
|
||||
> “Preparing for a major update”
|
||||
> “Major update is here”
|
||||
|
||||
---
|
||||
|
||||
## ✨ Highlights
|
||||
- Added new core Report and Alert models to enable report generation and alerts
|
||||
- Added new FleetOps models to enhance maintenance and telematics: Maintenance, WorkOrder, Asset, Equipment, Part, Sensor, Telematic
|
||||
- Added new `HasCustomFields` trait to enable custom fields on resources
|
||||
- Added ability to filter storefront metrics with date range input
|
||||
- Patched customers widget in storefront
|
||||
- Patched payment gateway management in storefront
|
||||
- Added ability to set default order config to stores and networks
|
||||
- Critical patches for stripe integration in Storefront
|
||||
- Other quality patches in storefront
|
||||
- UI/UX Refactor and improvements.
|
||||
- Core API added `without` feature for `FleetbaseResource` classes, which filters properties from the JSON response of a resource.
|
||||
- Added complete Reporting registry to Core API, and supported Schema
|
||||
- Improved Custom Fields core feature
|
||||
- FleetOps refactor completed
|
||||
- Added Analytics -> Reports to FleetOps
|
||||
- Added Order Kanban Board to Fleet-Ops
|
||||
- UI/UX Refactor and Improvements
|
||||
- Storefront patch for sending notifications without FCM/APN configured
|
||||
- Storefront food truck orders automatically assign driver patch
|
||||
- Added new complete translations: Arabic, Bulgarian, Spanish, French, Mongolian, Portuguese (Brazil), Russian, Vietnamese, and Chinese
|
||||
- Custom Fields for all resources now here.
|
||||
|
||||
---
|
||||
|
||||
## ⚠️ Breaking Changes
|
||||
- ⚠️ `VehicleDevice` and `VehicleDeviceEvent` has been deprecated and changed to `Device` and `DeviceEvent`
|
||||
- None
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user