feat: adjust SalesSummary type

This commit is contained in:
ValdiANS
2026-01-20 17:04:41 +07:00
parent 0439c21ec6
commit 7a45926c49
+2
View File
@@ -41,7 +41,9 @@ export type DailyMarketingRow = BaseMetadata & BaseDailyMarketingRow;
export interface SalesSummary {
total_qty: number;
total_average_weight: number;
total_weight_kg: number;
total_sales_price: number;
total_sales_amount: number;
total_hpp_amount: number;
total_hpp_price_per_kg: number;