| Particulars | Previous Year ({{ $cashFlowStatementLoadTableArr['previousFiscalYearName'] }}) |
Current Year ({{ $cashFlowStatementLoadTableArr['thisFiscalYearName'] }}) |
|
|---|---|---|---|
| A. Cash flows from operating activities | |||
| Surplus for the period | {{ number_format($previousYearSurplus, 2) }} | {{ number_format($currentYearSurplus, 2) }} | |
| Add: Amount considered as non cash items expenses | |||
| Sub-total of non cash items expenses | {{ number_format($subTotalNonCashExpensePY, 2) }} | {{ number_format($subTotalNonCashExpenseCY, 2) }} | |
| Less: Amount considered as non cash items income | |||
| Sub-total of non cash items income | {{ number_format($subTotalNonCashIncomePY, 2) }} | {{ number_format($subTotalNonCashIncomeCY, 2) }} | |
| Net Cash used in operating activities | {{ number_format($netCashOperatingPY, 2) }} | {{ number_format($netCashOperatingCY, 2) }} | |
| B. Cash flows from investing ativities | |||
| Net Cash used in investing activities | {{ number_format($netCashInvestingPY, 2) }} | {{ number_format($netCashInvestingCY, 2) }} | |
| C. Cash flows from financing ativities | |||
| Net Cash used in financing activities | {{ number_format($netCashFinancingPY, 2) }} | {{ number_format($netCashFinancingCY, 2) }} | |
| D. Net Cash increase/decrease (A+B+C) | {{ number_format($netCashIncreaseDecreasePY, 2) }} | {{ number_format($netCashIncreaseDecreaseCY, 2) }} | |
| Add. Cash and Bank balance at the begining | {{ number_format($previousYearOpeningBalanceCashNBank, 2) }} | {{ number_format($currentYearOpeningBalanceCashNBank, 2) }} | |
| Cash and Bank balance at the end | {{ number_format($netCashIncreaseDecreasePY + $previousYearOpeningBalanceCashNBank, 2) }} | {{ number_format($netCashIncreaseDecreaseCY + $currentYearOpeningBalanceCashNBank, 2) }} | |
| Particulars | This Month | This Year | Cumulative |
| A. Cash flows from operating activities | |||
| Surplus for the period | {{ number_format($thisMonthSurplus, 2) }} | {{ number_format($thisYearSurplus, 2) }} | {{ number_format($cumulativeSurplus, 2) }} |
| Add: Amount considered as non cash items expenses | |||
| Sub-total of non cash items expenses | {{ number_format($subTotalNonCashExpenseThisMonth, 2) }} | {{ number_format($subTotalNonCashExpenseThisYear, 2) }} | {{ number_format($subTotalNonCashExpenseCumulative, 2) }} |
| Less: Amount considered as non cash items income | |||
| Sub-total of non cash items income | {{ number_format($subTotalNonCashIncomeThisMonth, 2) }} | {{ number_format($subTotalNonCashIncomeThisYear, 2) }} | {{ number_format($subTotalNonCashIncomeCumulative, 2) }} |
| Net Cash used in operating activities | {{ number_format($netCashOperatingThisMonth, 2) }} | {{ number_format($netCashOperatingThisYear, 2) }} | {{ number_format($netCashOperatingCumulative, 2) }} |
| B. Cash flows from investing ativities | |||
| Net Cash used in investing activities | {{ number_format($netCashInvestingThisMonth, 2) }} | {{ number_format($netCashInvestingThisYear, 2) }} | {{ number_format($netCashInvestingCumulative, 2) }} |
| C. Cash flows from financing ativities | |||
| Net Cash used in financing activities | {{ number_format($netCashFinancingThisMonth, 2) }} | {{ number_format($netCashFinancingThisYear, 2) }} | {{ number_format($netCashFinancingCumulative, 2) }} |
| D. Net Cash increase/decrease (A+B+C) | {{ number_format($netCashIncreaseDecreaseThisMonth, 2) }} | {{ number_format($netCashIncreaseDecreaseThisYear, 2) }} | {{ number_format($netCashIncreaseDecreaseCumulative, 2) }} |
| Add. Cash and Bank balance at the begining | {{ number_format($thisMonthOpeningCashNBankBalance, 2) }} | {{ number_format($thisYearOpeningCashNBankBalance, 2) }} | {{ number_format($cumOpeningCashNBankBalance, 2) }} |
| Cash and Bank balance at the end | {{ number_format($netCashIncreaseDecreaseThisMonth + $thisMonthOpeningCashNBankBalance, 2) }} | {{ number_format($netCashIncreaseDecreaseThisYear + $thisYearOpeningCashNBankBalance, 2) }} | {{ number_format($netCashIncreaseDecreaseCumulative + $cumOpeningCashNBankBalance, 2) }} |