We’ve resolved an issue where duplicate Departure IDs were being generated in the Departure entity. This fix ensures that all newly created departures will now have unique Departure IDs, eliminating inconsistencies that previously impacted reporting and integration for some customers.

As part of this update, Departure IDs for newly created departures will now follow a sequential numbering format, similar to Bookings and Invoices. Instead of random numbers, new IDs will be assigned in a consistent sequence. The starting point for this new sequence is calculated as:

Highest existing Departure ID + a predefined offset

This change improves data integrity, simplifies tracking, and enhances compatibility with external systems.