mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
Ticket
Empty container returns now generate a downloadable Equipment Interchange Receipt: container number & size, exact return timestamp, depot/location, condition, and the carrier/booking reference. Customers can download it from their booking's Documents tab (own-booking returns only); staff can pull any via the same endpoint.
This commit is contained in:
@@ -909,6 +909,11 @@ export interface AdditionalCharge {
|
||||
status: AdditionalChargeStatus;
|
||||
amount: number;
|
||||
currency: string;
|
||||
/** Amount converted to the other of ETB/USD at the current exchange rate; null if the rate feed is down. */
|
||||
convertedAmount: number | null;
|
||||
convertedCurrency: string | null;
|
||||
/** Optional payment due date finance sets on the charge; falls back to the invoice's own default term when unset. */
|
||||
dueAt: string | null;
|
||||
file: { id: string; name: string; url: string } | null;
|
||||
invoiceId: string | null;
|
||||
invoiceNumber: string | null;
|
||||
|
||||
Reference in New Issue
Block a user