add notes to scheduled transactions table (#5290)

This commit is contained in:
spezzino
2025-07-08 03:10:01 +10:00
committed by GitHub
parent 0085c3b58a
commit a4f0d5bca8
2 changed files with 7 additions and 1 deletions

View File

@@ -943,7 +943,7 @@ export function ScheduleDetails({ id, transaction }: ScheduleDetailsProps) {
/>
}
transactions={state.transactions}
fields={['date', 'payee', 'amount']}
fields={['date', 'payee', 'notes', 'amount']}
style={{
border: '1px solid ' + theme.tableBorder,
borderRadius: 4,

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [spezzino]
---
Add notes to the scheduled transactions table