mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
Merge branch 'feat/FE/US-334/expedition-hpp-report' of gitlab.com:mbugroup/lti-web-client into dev/restu
This commit is contained in:
Vendored
+13
@@ -283,3 +283,16 @@ export interface DataSummarySubTotal {
|
||||
rp_per_kg: number;
|
||||
amount: number;
|
||||
}
|
||||
|
||||
export type BaseExpeditionCost = {
|
||||
id: number;
|
||||
expedition_vendor_name: string;
|
||||
hpp_amount: number;
|
||||
};
|
||||
|
||||
export type BaseHppExpedition = {
|
||||
expedition_costs: BaseExpeditionCost[];
|
||||
total_hpp_amount: number;
|
||||
};
|
||||
|
||||
export type ClosingHppExpedition = BaseMetadata & BaseHppExpedition;
|
||||
|
||||
Reference in New Issue
Block a user