GoldenGnu / jeveassets

jEveAssets is an out-of-game asset manager for Eve-Online, written in Java
http://eve.nikr.net/jeveasset
GNU General Public License v2.0
147 stars 36 forks source link

Stockpile Subpile Total #386

Closed Mr00Anderson closed 1 year ago

Mr00Anderson commented 1 year ago

When having subpiles it would be nice to see the cost of that subpile on the stockpile that its for based on the quantity for that sockpile. See picture for example.

image

GoldenGnu commented 1 year ago

I think that would be hard to add, since the individual subpiles are basically ignored and only the total for each item (from all subpiles and the stockpile itself) are calculated. I'm not even sure how to calculate it, as you could have a situation with two subpiles having the same item and not enough stock for both of them, meaning you would have to somehow split the stock between them. I think this adds too much complexity, to justifying doing it.