|
@@ -649,6 +649,8 @@ class StatSaleClass extends BaseClass
|
|
|
'totalProfit' => $totalProfit,
|
|
'totalProfit' => $totalProfit,
|
|
|
'tbSaleIncome' => $tbSaleIncome,
|
|
'tbSaleIncome' => $tbSaleIncome,
|
|
|
'tbCgIncome' => $tbCgIncome,
|
|
'tbCgIncome' => $tbCgIncome,
|
|
|
|
|
+ 'totalLabourCost' => $totalLabourCost,
|
|
|
|
|
+ 'totalDiscountAmount' => $totalDiscountAmount,
|
|
|
]);
|
|
]);
|
|
|
}
|
|
}
|
|
|
|
|
|