t1794t7586 / mdcsvimporter

Automatically exported from code.google.com/p/mdcsvimporter
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Balance in MD was wrong when more than one transactions in the same date. #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Import this csv file.
Date, Description, Account, Debit, Credit,Balance 
14/07/2011,"Spent",20250743,500,,0.00 
14/07/2011,"Deposit",20250743,,500,500 

Result:
Balance in MD column of the first transaction was -500 (wrong)
Balance in MD column of the second transaction was 0.00 (wrong)

Expect Result:
Balance in MD column of the first transaction was 0.00
Balance in MD column of the second transaction was 500

What version of the product are you using? On what operating system?
15.6

Original issue reported on code.google.com by disgui...@gmail.com on 13 Feb 2012 at 6:18

GoogleCodeExporter commented 9 years ago
Sorry, it should be Enhancement request, not Defect.

That was the MD problem not mdcsvimporter

Original comment by disgui...@gmail.com on 13 Feb 2012 at 6:33

GoogleCodeExporter commented 9 years ago

I created a import them in reverse order flag as an enhancemen. Stan
-------------------------------------------------------

Hi Stan

You were right, the problem was only when more than one transactions
in the same date.

Cheer.

On Feb 13, 1:26 am, stashu pub <stashu....@gmail.com> wrote:
> Ok. But I don't think your actually want sorting, because my guess is that
> your problem only happens with transactions on the same date?
>
> You really just want to be able to import them in reverse order?

Original comment by stashu....@gmail.com on 1 Jul 2012 at 5:47