Add hide_missing_ids filter to transaction queries

- Add hide_missing_ids parameter to database functions to filter out transactions without internalTransactionId
- Update API routes to support the new filter parameter
- Update unit tests to include the new parameter
- Add opencode.json configuration file
This commit is contained in:
Elisiário Couto
2025-09-08 23:38:14 +01:00
parent 2c7ecfb912
commit 95a5b27e04
6 changed files with 50 additions and 2 deletions

View File

@@ -166,6 +166,7 @@ class TestTransactionsAPI:
min_amount=-50.0,
max_amount=0.0,
search="Coffee",
hide_missing_ids=True,
)
def test_get_transactions_empty_result(