-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug]: In/Out column cannot be selected #4571
Comments
Have you typed in the column to use in the field next to the checkbox? |
I believe so. Let me double-check. Yes. The column name is "Credit or Debit". Entering that doesn't update the preview with the correct in/out flows. If I understand correctly, I think that text box is for determining which value within the column is "positive" and by exclusion which is "negative" as well. |
Huh. Something's odd on my end. When I check "Select in/out column", it auto-checks "Split amount into separate inflow/outflow columns" and locks me out of disabling them. Now I can't change either option even if I exit out of the modal. If I come back, they're still checked 👀 I wonder if this is a bug caused by having an account that already has inflow and outflow columns and saved transactions. |
Tried setting up a dev environment but couldn't get it started up. Will probably take another crack at it tomorrow to see if I can take a peek at the code. Thanks for taking a look and troubleshooting with me 🙏 |
@Gmanicus how's this looking? All good? I'd like to close the issue if all good. |
Hey @MatissJanis, sorry for the delay on this. Got busy over the last few weeks and never got back to this. Still stuck, unfortunately. Going to get back on that dev environment right now and will report back. EDIT: Finally figured out what was going wrong and got the dev container up. I'll start poking around. |
I think I was spot on here. When the In/Out status is changed, it reloads the preview. This then reloads the transactions, as well as the Additionally, In/Out appears to be designed to be used in replacement of Due to my configuration, I have a bit of a catch 22 situation. My transactions already have Inflow/Outflow columns, so If I work around this by changing the disabled condition, I have some plan of how to fix this:
|
Verified issue does not already exist?
What happened?
When importing transactions from a CSV, I appear to be unable to specify which column determines whether the amount is in/outflow.
I see "In/Out" in the preview, but no option to select which column has the value.
How can we reproduce the issue?
In-Out-Example.csv
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Chrome, Other
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: