{{ isBig3 ? 'Financial Records & Reports' : 'Store Financial Records' }}
| Date | Account | Type | Amount | Notes | Actions |
|---|---|---|---|---|---|
| Loading... | |||||
| No transactions found | |||||
| {{ formatDate(txn.transaction_date) }} |
{{ txn.account?.name || 'Unknown' }}
{{ txn.account?.parent?.name }}
|
{{ txn.flow }} | {{ txn.flow === 'INCOME' ? '+' : '-' }} ₱{{ Number(txn.amount).toLocaleString(undefined, {minimumFractionDigits: 2}) }} | {{ txn.notes || '-' }} | |