add permissions and fix issues

This commit is contained in:
Marshal
2026-07-23 20:24:20 +00:00
parent 40f16f3cec
commit 668b5e1c9d
40 changed files with 18634 additions and 342 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"
}