- logs total expense
This commit is contained in:
parent
3369c3aedb
commit
6fe43a6194
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue
Block a user