8000 Creditor Reference Information · Issue #8994 · firefly-iii/firefly-iii · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Creditor Reference Information #8994
Closed
@fschirinzi

Description

@fschirinzi

Support guidelines

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    fixedBugs that are fixed (in a coming release).

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0