Skip to content

Balance metadata not imported correctly #980

Open
@alexiri

Description

I'm trying to import some transactions with a balance directive, as follows

2018-11-05 * "..." "..."
  __source__: "..."
  balance: XXXX.YY EUR
  date: 2018-11-04
  Assets:...  XX.YY EUR

This is apparently not parsed correctly by Fava:

Screenshot_2019-10-06_13-54-45

If I change my importer to only add the number and not the currency to the balance, Fava reads it correctly but then I get a 500 error while trying to save the new entries. I then have to go back and manually add the currency to each entry, but then it's written as a quoted string (balance: "XXXX.YY EUR").

Perhaps some better formatting is needed in EntryMetadata.svelte?

I'm using the very latest version (56d7b94) from master.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions