-
Notifications
You must be signed in to change notification settings - Fork 539
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
Multiple Currencies, Export Multiple QIF files #218
Comments
I think what you propose is a good idea. |
Thank you. I'm not a programmer. Would you be willing to write a script that I could run on my exported QIF, to create two QIF's by currency. Maybe later you could implement that in the GnuCash Android app. |
The currency information is already gone in the QIF file, so there is no way to identify which transaction is which currency in the exported file. There for, it will be impossible to split the QIF file by currency. |
I'm sorry, but your exported QIF does not have currency information. There will be no basis upon which to split the file. This is something that will have to be implemented in GnuCash Android which knows about the account currencies, and that will not be immediately. Sorry. |
@fefe982 you beat me to it :) |
There are work-arounds (e.g. name accounts "#Yen#_Checking", "#Yen#_Saving", "#USD#_Checking", "#USD#_Saving", etc.). Then the script to splits the QIF file according to the "#" tags I put in the account names. The result being two or more QIFs, which can then be imported separately into GnuCash Desktop. Or I just specify in the script that "Bank of China Checking" (Yen), and "Bank of America Checking" (USD) need to be output to two separate .QIF files. |
Geert Janssens wrote: No, I think Geert understands the QIF file format well. |
Thank you. I'm on that list too :) That will be planned, but I'm sure when it can be rolled out. |
Thank you for all your quick responses. I look forward to seeing this feature in GnuCash Android. |
I guess the decision to use QIF (the lesser evil between QIF and OFX) was bound to lead to some setbacks. |
Today I went to export my transactions and I was excited to see "A separate QIF file will be generated for each currency in use". I use two currencies, so I was left with two files. Then, using GnuCash Desktop I did two separate imports, selecting the appropriate currency for each file. It worked great! Thank you to the GnuCash Android team. |
As QIF doesn't support currencies, they were excluded. See related issue: codinguser#218 Fixes codinguser#571
Derek Atkins wrote:
The QIF format does not mark currency. When you import a QIF into GnuCash Desktop you may select one (and only one) currency per import, and that is applied to all transactions in that import.
Therefore, GnuCash Android needs to be able to export multiple QIF files. If a user of GnuCash is using two different currencies then he/she should be able to (with one click) export two QIF files (one for currency A, and one for currency B). The user will then do two imports into GnuCash Desktop, and select the correct currency for each QIF file imported.
The text was updated successfully, but these errors were encountered: