## Cash Flow from Operating Activities — Direct Method
The direct method discloses the actual gross cash receipts and payments from each major class of operating activity. No starting from PBT — you build from scratch using ledger reconstruction.
### Standard Template
```
A. Cash Flow from Operating Activities (Direct)
Cash received from customers (Trade Receivables) ×××
Less: Cash paid to suppliers (Trade Payables) (×××)
Less: Cash paid for employee benefits (wages) (×××)
Less: Cash paid for other operating expenses (×××)
Less: Income tax paid (×××)
------
Net Cash from Operating Activities ×××
```
### How to reconstruct each figure using T-accounts
Cash received from customers:
```
Trade Receivables Ledger
Opening TR ××× | Cash received (bal fig) ×××
Credit Sales ××× | Closing TR ×××
```
Formula: Cash received = Opening TR + Credit Sales − Closing TR
Cash paid to suppliers:
```
Trade Payables Ledger
Cash paid (bal fig) ××× | Opening TP ×××
Closing TP ××× | Purchases ×××
```
Formula: Cash paid = Opening TP + Purchases − Closing TP
Cash paid for expenses (e.g., wages):
```
Wages/EBE Ledger
Cash paid (bal fig) ××× | Opening accrual ×××
Closing accrual ××× | P&L charge ×××
```
Formula: Cash paid = Opening accrual + P&L charge − Closing accrual
### Critical exam rule
> When a question asks for cash flow under both direct and indirect methods, solve them as two completely independent sub-questions. Never try to cross-link or verify one against the other mid-solution — this causes cascading errors.