benjaminjonard / koillection

Koillection is a self-hosted service allowing users to manage any kind of collections.
https://github.com/koillection/koillection/wiki
MIT License
604 stars 27 forks source link

Collection price sum doesn't account for quantity #1070

Closed Walter-o closed 4 months ago

Walter-o commented 7 months ago

Hello!

Given an item with a quantity of 2 that has a price of $20

And another item with a quantity of 2 with a price of $2

The sum at the info section above the collection shows the sum of the 2 prices: $22 while i expected the worth in total to be 44$.

I ended up storing values in text fields so i also disable the info field by proxy.

Also sorry for spamming issues, i just wanted to chart all the bugs/issues i could find.

benjaminjonard commented 7 months ago

Hello, this will be resolved in the next release

Thanks for reporting this