mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat: adjust SalesSummary type
This commit is contained in:
Vendored
+2
@@ -41,7 +41,9 @@ export type DailyMarketingRow = BaseMetadata & BaseDailyMarketingRow;
|
|||||||
|
|
||||||
export interface SalesSummary {
|
export interface SalesSummary {
|
||||||
total_qty: number;
|
total_qty: number;
|
||||||
|
total_average_weight: number;
|
||||||
total_weight_kg: number;
|
total_weight_kg: number;
|
||||||
|
total_sales_price: number;
|
||||||
total_sales_amount: number;
|
total_sales_amount: number;
|
||||||
total_hpp_amount: number;
|
total_hpp_amount: number;
|
||||||
total_hpp_price_per_kg: number;
|
total_hpp_price_per_kg: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user