mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE-361,363,364): Use per-supplier report arrays for export
This commit is contained in:
+2
@@ -21,7 +21,9 @@ export type LogisticPurchasePerSupplierReportRow = {
|
||||
|
||||
export type LogisticPurchasePerSupplierSummary = {
|
||||
total_qty: number;
|
||||
total_unit_price: number;
|
||||
total_purchase_value: number;
|
||||
total_transport_unit_price: number;
|
||||
total_transport_value: number;
|
||||
total_amount: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user