refactor(FE-361,363,364): Use per-supplier report arrays for export

This commit is contained in:
rstubryan
2025-12-18 14:58:54 +07:00
parent 20494657c6
commit d001b05c4e
2 changed files with 154 additions and 229 deletions
+2
View File
@@ -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;
};