We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d4fc74 + f9b3a30 commit 83a6feaCopy full SHA for 83a6fea
1 file changed
app/src/main/java/org/gnucash/android/export/qif/QifExporter.java
@@ -95,8 +95,6 @@ public List<String> generateExport() throws ExporterException {
95
},
96
// no recurrence transactions
97
TransactionEntry.TABLE_NAME + "_" + TransactionEntry.COLUMN_TEMPLATE + " == 0 AND " +
98
- // exclude transactions involving multiple currencies
99
- "trans_extra_info.trans_currency_count = 1 AND " +
100
// in qif, split from the one account entry is not recorded (will be auto balanced)
101
"( " + AccountEntry.TABLE_NAME + "_" + AccountEntry.COLUMN_UID + " != account1." + AccountEntry.COLUMN_UID + " OR " +
102
// or if the transaction has only one split (the whole transaction would be lost if it is not selected)
0 commit comments