Configure amount output format in QIF export

Bug #757422 reported by Denis Solonenko
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Financisto
Fix Committed
Medium
Denis Solonenko

Bug Description

The amount format in QIF export should be configurable

Revision history for this message
Serge Markov (mserge) wrote :

/src/ru/orangesoftware/financisto/export/qif/QifTransaction.java
see line 49:

49
        qifWriter.write("T").write(Utils.amountToString(Currency.EMPTY, amount)).newLine();

why it .EMPTY, should it be currency for transaction?

Revision history for this message
Denis Solonenko (denis-solonenko) wrote :

It was done that way to keep all amounts to the same format. Because all currencies could have different formats and it will only complicate the import from this QIF if all amounts would have different formats.

Changed in financisto:
milestone: none → 1.4.9
Changed in financisto:
assignee: nobody → Denis Solonenko (denis-solonenko)
importance: Undecided → Medium
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.