mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
implement empty-container return service: add return quantity handling, update related DTOs, services, and UI components
This commit is contained in:
@@ -733,6 +733,11 @@ export interface CreateBookingContainerLineDto {
|
||||
quantity: number;
|
||||
hazardousQuantity?: number;
|
||||
reeferQuantity?: number;
|
||||
/**
|
||||
* How many units ship with empty-container return (≤ quantity). Only allowed
|
||||
* when the contract was created WITH_RETURN (container freight only).
|
||||
*/
|
||||
returnQuantity?: number;
|
||||
units: CreateContainerUnitDto[];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user