|
{{ number_format(
($totalDebtor + $total_entering_unofficial + $total_entering + $bankBalance )
-
($balanceWallet + $total_cheque + abs($totalCreditor) ), 0, '', ',') }}
تومان
|
| داراییها |
|
بدهیها |
| موجودی انبار رسمی (غیرامانی) |
{{ number_format($total_entering, 0, '', ',') }} تومان |
|
جمع بدهی به تامین کنندگان |
{{ number_format(abs($totalCreditor),0, '', ',') }} تومان |
| موجودی انبار غیر رسمی (غیرامانی) |
{{ number_format($total_entering_unofficial, 0, '', ',') }} تومان |
|
جمع پرداختی هایی تایید موقت (چکها، اسنادپرداختی) |
{{ number_format($total_cheque , 0, '', ',') }} تومان |
| جمع کل طلب ها |
{{ number_format($totalDebtor, 0, '', ',') }} تومان |
|
موجودی کیف پولها |
{{ number_format($balanceWallet, 0, '', ',') }} تومان |
| جمع کل موجودی حسابها بانکی |
{{ number_format($bankBalance, 0, '', ',') }} تومان |
|
جمع کل بدهی ها |
{{ number_format($balanceWallet + $total_cheque + abs($totalCreditor), 0, '', ',') }} تومان |
| جمع کل دارایی ها |
{{ number_format($totalDebtor + $total_entering_unofficial + $total_entering + $bankBalance, 0, '', ',') }}
تومان |
|
|
|