Merge pull request #955 from Tria-plc/freight_feature/usermanagement

Freight feature/usermanagement
This commit is contained in:
marshal
2026-07-25 09:06:58 +03:00
committed by GitHub
62 changed files with 21086 additions and 404 deletions

View File

@@ -178,7 +178,7 @@ export enum InvoiceSource {
Demurrage = "demurrage",
FirstMile = "firstmile",
LastMile = "lastmile",
/** Customs clearance service fee, prepaid before clearance work begins. */
/** Customs clearance service fee — billed on the booking invoice with the freight. */
Clearance = "clearance"
}