NickvisionApps / Denaro

Manage your personal finances
https://flathub.org/apps/details/org.nickvision.money
MIT License
552 stars 37 forks source link

QIF import : missing description #755

Closed squalou closed 6 months ago

squalou commented 7 months ago

Hi,

I'm running flatpak version 2023.11.0

I've just tested this app, and to begin Iimported a QIF file. (I made sure dates where in MM/DD/YYYY format ;) )

!Type:Bank
D12/04/2023
T-42.94
PSOME DESCRIPTION 02/12 FOR SOMETHING
^
D12/04/2023
T-45.76
PSOME OTHER DESCRIPTION 02/12 
^

import runs fine BUT all description fields are empty (N/A)

What may be wrong ?

JoseBritto commented 6 months ago

I'm not familiar with qif format, but from what I can find P stands for payee. What you have to use here is M for memo, which denaro will parse as the description. So the corrected file would be

!Type:Bank
D12/04/2023
T-42.94
MSOME DESCRIPTION 02/12 FOR SOMETHING
^
D12/04/2023
T-45.76
MSOME OTHER DESCRIPTION 02/12 
^

I tested with this file and Denaro seems to be correctly parsing it. image

JoseBritto commented 6 months ago

Closing this now. If I got something wrong, please feel free to reopen