Merge branch 'development' of https://gitlab.com/empatnusabangsa/ppob/ppob-backend into devops-staging

This commit is contained in:
Fadli 2022-10-12 09:59:51 +07:00
commit 555bad6f27

View File

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