let customers dispute booking duty/tax advice so GL Ethiopia can re-advise

This commit is contained in:
Marshal
2026-07-28 10:48:27 +00:00
parent e1c831211f
commit 891311d861
9 changed files with 426 additions and 6 deletions

View File

@@ -800,6 +800,15 @@ export interface ClearanceView {
declarationSerial?: string | null;
noticeFile?: { id: string; name: string; url: string } | null;
} | null;
/**
* The customer's open objection to the advised duty. Present only until GL
* re-advises; `rounds` counts how many times it has been sent back.
*/
dutyDispute?: {
note: string;
raisedAt: string;
rounds: number;
} | null;
/** Phased customs uploads (IM4, DO, transit permit, etc.) with friendly labels. */
workflowFiles?: import("./clearance-files.catalog").ClearanceWorkflowFile[];
/** Import post-allocation T1 transit document state (null until wagon allocation). */