-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] Wrong payeeNamee #3303
Comments
Hi @Soulplayer - please could you provide the JSON object for the transaction that's giving wrong information? |
@matt-fidd is it this information you mean: The unstructured information contains the information that should be the payee (Proxy Poel BE) |
GCL would normally return a creditor name with a negative amount but as it's not populated, we now fall back to the debtor name (in some of the integrations I was able to test, GCL just returned the wrong one). The best way to resolve this would be a bank specific handler in actual-server, a similar change to the one just merged in actualbudget/actual-server#428 If you're confident implementing this, feel free to submit a pull request. If not then I'd be happy to help you, or submit the change myself - whichever you'd prefer. |
I’m not confident in programming this. This is an expertise that I don’t have. I would be grateful if this could be implemented. |
@matt-fidd I'll take a look at creating a pull request! |
Hi @ArnaudWeyts, Since I have the same issue but with CBC (CBC - CREGBEBBXXX) I'll have to check to provide the same fix. Correct-me if am wrong ;) |
Hi @MMichotte That's possible, I also had to add some specific string matching (e.g. "Betaling met") so that the Payee name isn't the full long string with the entire transaction info. But technically that should only work for dutch KBC accounts. I'm not sure if it's possible to use the same bank exception for multiple banks 🤔 I think @Soulplayer Also requires the a similar fix for VDK bank Example transaction for VDK:
|
@ArnaudWeyts, indeed, I added the same logic as yours but with the appropriate matching strings. (see: actualbudget/actual-server#451 |
yeah I'm having another issue with VDK but again I do not have this talent to fix it so I'm hopefully someone would take a look at it for me? |
@Soulplayer , I can have a look at it. Do you have any JSON extracts for VDK I can base myself off ? Try to have a few different scenarios if possible. (Transfers, Standing orders, ...) |
@Soulplayer, @ArnaudWeyts, Waiting for it to be approved. |
Hello, So with VDK most work but some do not. This one does not work and gives Nv Vdk Bank as payee.
I have a feeling that if I pay by card it gives me the Nv VdK Bank but if I pay from account to account then it uses the right information. This is an automatic payment and this works.
This is a manual payment using the app and this works; I removed some information. |
Mmmm this doesn't really seem to be the same issue as for KBC and CBC. I can nevertheless have a look at it. Hopefully this weekend! |
@MMichotte did you find the time to take a look at it? |
I did not have the time previous weekend nor will I be able to the two following weekends... |
I thought this issue was fixed, but I'm wrong. I'm still seeing this issue. I deleted all my rules to make sure it was not related to my setup. But I think it is only with payments now. Deposits seem to be showing the right information.
This shows the correct name (with the account number from which the deposit comes, I don't think this used to be shown):
Payment shows my account and name:
I did not know to reopen the issue or post a new one, so I used the 'reference in a new issue' button. If this is the wrong way, please delete this post and I'll open a new issue.
Originally posted by @Soulplayer in #3216 (comment)
The text was updated successfully, but these errors were encountered: