Permalink to transaction
C
Cristian
LM being primarily a web application, I feel it should have a way to link to specific transactions. Something like: https://lunchmoney.app/transactions/TX_ID which would open a standalone view just for that transaction.
Here's why this is useful:
- Apps using the API could sometimes want to show the link to the transaction so that the user can look at it or modify it or whatever
- Users that share their account (i.e. couples) could send each other links to transactions when they need to clarify something during budgeting.
Log In
T
Tim Schindler
This would be great, especially during the period where the feature parity between the API and the web interface aren’t the same.
Heres a use case: I am using a LLM to identify transactions that can be considered occurring items, whether new items or linked to existing. I cannot use the API to create/link to existing so I need to do this via the UI. The LLM knows the transaction ID, but I can’t quickly find/navigate to that transaction so I can do what I need to do in the UI -- instead, I need to use the date, payee, etc. to find it under the transactions view, which can be a bit burdensome.