Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Payees do not appear #26

Open
cdzo72 opened this issue Feb 19, 2024 · 6 comments
Open

New Payees do not appear #26

cdzo72 opened this issue Feb 19, 2024 · 6 comments

Comments

@cdzo72
Copy link

cdzo72 commented Feb 19, 2024

When keying in a new transaction if the Payee has never been entered, it does not show up. You have to enter Menu/Entities/Payees and add it there. I remember this being a bug that Financisto had at one time but was resolved after an update

@tiberiusteng
Copy link
Owner

Currently you need to press the (white) plus button on the right to actually create it.

I probably will implement auto create later, now I still prefer only creating new item after explicit action (pressing that button).

@cdzo72
Copy link
Author

cdzo72 commented Feb 19, 2024 via email

@tiberiusteng
Copy link
Owner

I'd bet it's some kind of date or amount format issue.

You can mail me or just copy/paste a few lines, be sure to replace sensitive data first (but don't change format and add/remove punctuation that could affect meaning)

@cdzo72
Copy link
Author

cdzo72 commented Feb 19, 2024 via email

@tiberiusteng
Copy link
Owner

Are you attaching csv to mail? it won't show when replying to github comment with mail ...
Please copy/paste the csv to mail body or attach it to the support mail displayed on Google Play listing.

@tiberiusteng
Copy link
Owner

Ahh, it just come to my mind, if you are trying to directly import CSV from bank, it almost won't work.
It's not smart enough to distinguish field meanings from the file (yet).

You need to export some transactions to CSV from financisto (just to get its format), open the exported CSV, notify what fields Financisto supports and the data format they take, then try to edit your bank CSV (with Excel or write a script) to match its format.

You don't need to fill every columns. The first row exported from Financisto is the field names it supported importing; you can choose fields from that row, put them at the first row of your bank export matching the field, and check "Use header from file" when importing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants