Skip to content

Releases: UnusualPi/esoMasterMerchantExtract

v0.0.6-alpha

05 Aug 15:08
Compare
Choose a tag to compare

More improvements to flip matching.

  • Logic improved to make better matching of purchases to sales.

v0.0.5-alpha

03 Aug 15:54
Compare
Choose a tag to compare

Improved flip matching, review README.

v0.0.4-alpha

28 May 20:32
Compare
Choose a tag to compare

Added Mac compatibility

  • Mac App added in ZIP
  • Added bootstrap theme to make it look better.

The Mac compatibility is added as a macOS app executable in the zip file. Once you unzip you will need to run it as an unverified app for now. The app may take up to a minute to load. When you run the app and hit the execute button it will run in the background and the app may look hung for a few minutes, depending on the size of your master merchant files.

It has only been tested on macOS 12.4 | Darwin 21.5.0. If you run into anything please open an issue.

v0.0.3-alpha

25 May 00:16
Compare
Choose a tag to compare
  • Update for negative margin handling
  • New column: 'Days in Play' to show how many days between a purchase and sale. (Not necessarily how long it was listed for)
  • Bug fixes

v0.0.2-alpha

08 May 16:50
Compare
Choose a tag to compare

New feature: Flip Calculator! #2

How does the "flip" calculation work?

  1. Order all sales and purchase data by timestamp and index by item type.
  • Each item will be assigned an index location based on the time sold.
  1. Match the purchase item index to sale item index.
  • For example, if I have 3 purchases of an item and 2 sales of that item. The first two purchases will be matched to the 2 sales.
  • If I have 3 purchases of an item and 4 sales of that item. The 3 purchases will be matched to the first 3 sales.
  • If I have 4 purchases and 16 sales. The 4 purchases will be matched to the closest sale that occurs AFTER the purchase.

What are the limitations of the flip calculation?

  1. For now, the calculation has to have the exact same quantity.
  • This means if you purchased 143 of an item, you have to sell that exact same quantity for the flip calculator to pick it up (can be a pain on flipping mats).
  1. The time frame isn't limited at this time. Meaning, you could make a purchase 500 days ago then make a sale of the same item. Technically, it is a flip but you may not have made the purchase with the intention to flip it.

v0.0.1-alpha

20 Apr 04:21
Compare
Choose a tag to compare

The very first shot of the basic functions with no frills.