Comment 4 for bug 2063416

Revision history for this message
Teodor Neagu (x4zj94a97mta) wrote :

I tested the version sent by you

how I tested - I exported a file in csv format from version 5.7.4 and imported it into version 58rc_fix3.

in version 5.7.4 when importing csv files it has the following structure: date, payment, info, payee, memo, amount, category, tags

In the version you sent me HomeBank-58rc_fix3 the structure is as follows:
date, memo, amount, Pay./Number - and the column contains what was before in the "info" column, payee, category

I don't see the index column. If the index column is Pay./Number it should not allow the input of text only numbers and should not allow the import of text data related to the "info" column.

I replaced some lines that contained text in the Pay./Number column with numbers (eg 3,5,2,4,1) I imported the file but the order remains the same regardless of the index. I tried with transactions that have the same date and transactions from different dates.

The only way I found is by sorting on the column, but the following problems appear

allows a number to be repeated (example 1,1,5,5,5). An index column should not allow duplicate numbers.

and also allows a later date to be in front of a previous date.

am i wrong somewhere?