Skip to content
Snippets Groups Projects
Unverified Commit 85c0352a authored by David Kus's avatar David Kus Committed by GitHub
Browse files

Adding filter for reconciled transactions (#2108)

* Adding filter for reconciled transactions

* Adding release note
parent 7a40a645
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ const filterFields = [
'category',
'amount',
'cleared',
'reconciled',
'saved',
].map(field => [field, mapField(field)]);
......
......@@ -41,6 +41,7 @@ export const FIELD_TYPES = new Map(
category: 'id',
account: 'id',
cleared: 'boolean',
reconciled: 'boolean',
saved: 'saved',
}),
);
......
---
category: Enhancements
authors: [davidkus]
---
Adding filter for reconciled transactions.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment