Replies: 6 comments
-
Hi, Thanks for opening an issue! They are already treaded as different entities. So, as far as this ticket goes, this is very easy to implement. Could you explain your problem before we discuss potential solutions? |
Beta Was this translation helpful? Give feedback.
-
The actual situation I encountered is that I have multiple accounts, and the bank's exported CSV file includes both "account name" and "account number." When I batch import the data, it is grouped as one account, even though it’s for different bank accounts. Additionally, in my assumption, if I were to transfer money to two people with the same name, it could mistakenly be recorded as one person, which could lead to some incorrect assumptions. |
Beta Was this translation helpful? Give feedback.
-
If you add the bank account numbers to the Firefly III accounts, and add them to the import configuration, they will not be mixed up. |
Beta Was this translation helpful? Give feedback.
-
I tried as you suggested, but I am still only able to associate one name with one account. |
Beta Was this translation helpful? Give feedback.
-
I am new to Firefly, so forgive me if I am missing something. I had the same problem. In my case, I have two accounts with the same name (one shared asset and one expense), and I wanted one transaction to be booked as a transfer and the others as an expense. However, Firefly kept assuming that they were the same account. What helped me was setting up the two roles: "Asset Account" and "Opposing Account" in the .csv file and the Data Importer. Initially, I only had the "Opposing Account" role set up, but that did not seem to be sufficient. So, I created a script that first adds a column for "Asset Account" to the .csv file. Then, it populates the "Asset Account" column with the account number from the account I downloaded the .csv from if there is a transaction involving one of the accounts with the same name. I also couldn't understand why Firefly would assume that the accounts were the same, even though the account numbers are different. I hope this helps! Let me know if there is a another workaround. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Support guidelines
Description
Currently, accounts such as "Income Account" and "Expense Account" are identified by their names only, which may result in errors when importing data if two accounts have the same name but different account numbers. In such cases, the system might mistakenly treat them as the same account, leading to issues like incorrect fund transfers or mistaken transactions. Ideally, the system should recognize accounts as distinct if they have different account numbers, even if their names are the same.
Solution
It would be beneficial to add an option where accounts with the same name but different account numbers are treated as separate entities. This could involve enhancing the account identification logic to include both name and number for uniqueness.
What are alternatives?
Well, the alternatives may be doing nothing and continuing to rely solely on account names, which leads to the current issues.
Additional context
This could involve changes in account management logic, database structure, and UI adjustments to allow users to define accounts by both name and number. A careful consideration of how this would impact current data models would be necessary.
Beta Was this translation helpful? Give feedback.
All reactions