portfolio icon indicating copy to clipboard operation
portfolio copied to clipboard

account entries and csv import with more than 2 decimal digits

Open RaphaelKlink opened this issue 3 years ago • 1 comments

Hey,

I try to import data from an csv, in my case the export from Mintos. Unfortunately, the decimal digits for account entries are rounded down to only two during the import. I also can not input the data manually, as every accounting entry is fixed to 2 decimal digits. For p2p credits this is often too small.

You just extended the number of decimal digits for equities to eight. Could this Extension also be done to accounts? So the entries (from csv imports) for these accounts can also have 8 decimal digits.

Greetings Raphael

RaphaelKlink avatar Mar 11 '21 17:03 RaphaelKlink

Hi,

I had the same problem with Mintos and hacked this simple tool to prepare Mintos statements before importing them: https://github.com/se-jaeger/mintos-statement-prep-for-portfolio-performance

It's not perfect but much better than before. Maybe this helps.

se-jaeger avatar Dec 09 '23 17:12 se-jaeger