gerwaric / acquisition

Stash and forum shop management for Path of Exile
GNU General Public License v3.0
17 stars 3 forks source link

Acquisition should be able to handle buyout prices with "/" in them #25

Open gerwaric opened 5 months ago

gerwaric commented 5 months ago

From https://www.reddit.com/r/pathofexile/comments/1boxp4k/acquisition_alternative_for_ssf_standard/kz1apc1/:

I'm sorry about asking a question here, but I can't figure out how to bulk price items with Acquisition. The application doesn't seem to accept fractional prices like this: "79/20".

gerwaric commented 5 months ago

It looks like acquisition only handles integer and decimal buyouts, because prices are stored internally as a floating point number, so there will be no concept of a numerator or denominator. I will look into what it would take to make buyouts work with fractional prices containing "/".