Closed
Description
Support guidelines
- I've read the support guidelines
- My request is not listed as a very good idea, but unfortunately...
- I've used the search and this has not been requested before.
Description
Hello! Thanks for your great work in creating Firefly iii!
Repo: auto-importer
I was importing my CAMT053 files into Firefly and saw that the reference ID is not collected.
I need to import (store it in a field) the reference ID because based on that value I can assign my transactions to specific accounts.
Example: I have one IBAN and based on the reference ID, the money goes into Portfolio 1 or Portfolio 2.
After searching in the code, I saw you have a TODO in the code: https://github.com/firefly-iii/data-importer/blob/29165d3c43378f70d3b70f85c74b38882d2fdaca/app/Services/Camt/Transaction.php#L252
Solution
I replaced the TODO-Line with the following code and I was able to also import the reference of a bill:
$return .= $info->getRemittanceInformation()?->getCreditorReferenceInformation()?->getRef();
What are alternatives?
None
Additional context
No response