Release 11/28/2023
Organization Management - Phase 2
Table of Contents:
- Organization and Customer Details
- Demo Video
- Move Status Event Handler Change
- Event Handler Hotfixes
- Dealer API Hotfixes
- Super Dispatch Hotfixes
Organization and Customer Details
Finished the second phase of organization management, which includes the following:
- New organization and customer metrics
- Shows a running 30-day total of moves and revenue and compares that to the previous 30 days
- New customer details page with child moves table
- Legacy customer details tab is still available for features that arent accessable in the new system
- The legacy tab will be fully replaced in the next phase release
- Enhancements, cleanup and bugfixes to organization and customer management
Demo Video
Click here if the video is not showing above.
Move Status Event Change
Moves will now trigger events on their timestamps being updated, instead of their status being changed. This means if a move is set from dispatched to Delivery Successful, with all timestamps set manually, it will fire all related events on update.
Hotfixes
Event Handler
- The move settled event will now correctly send a charge object with the move.
Dealer API Hotfixes
- The move settled event will now send a charge object with the move instead of an array (moves can only ever have one "charge")
- If there is an internal error when creating a move, the response will now be a generic 500 error instead of a 400 error with the internal error message
Super Dispatch Hotfixes
- Super Dispatch Integration now includes a dupe check on reference_num to prevent resent API requests from creating duplicate moves
- The Super Dispatch Integration now handles posting the cost of moves with no accessorials correctly