diff --git a/README.md b/README.md index 1e94d61c..35a429fa 100644 --- a/README.md +++ b/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.

- Fleetbase Console + Fleetbase Console +

+ +## Visual Feature Showcase + +

+ Fleetbase Order Board + Visualize and manage your orders with a dynamic Kanban board. +

+ +

+ Fleetbase Order Workflow Configuration + Create custom order flows and automation with the intuitive workflow builder. +

+ +

+ Fleetbase Order Map View + Track individual orders in real-time on an interactive map. +

+ +

+ Fleetbase Live Map Tracking + Get a complete overview of your fleet and active orders on a live map. +

+ +

+ Fleetbase Fleet Map with Zones + Define and manage service areas and zones for your fleet.

**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 diff --git a/RELEASE.md b/RELEASE.md index 48bd7aef..1f4ec19f 100644 --- a/RELEASE.md +++ b/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 ---