- logs total expense

This commit is contained in:
Fadli 2022-10-10 22:01:46 +07:00
parent 3369c3aedb
commit 6fe43a6194

View File

@ -2114,6 +2114,8 @@ export class TransactionService {
)
.getRawOne();
console.log("totaprofitni", data.total_profit);
console.log("totalexpense", total_expense);
return {
total_amount: parseInt(data.total_amount),
total_transaction: parseInt(data.total_transaction),