Thread Tools Display Modes
02/02/15, 04:56 AM   #1
Migoda
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 18
[Request] Trade guild sales volume

Hey fellow coders

While you guys made some great addons for managing our personal sales history here already, a friend of mine came up with a slightly different request on that topic. We are both in charge of a larger trade guild and though it would be nice to know the total guild sales volume over a specific period (days, or a week).

Maybe something similar like the sales statistics and its slider in Shopkeeper, using total guild sales instead of just the personal ones.

Thanks in advance!
Migoda
  Reply With Quote
02/02/15, 07:12 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
I made something like this for my trading guild.
I haven't put it on ESOUI yet, because it is only a very basic version and not really user friendly.
You can download it from here.

You can collect data for one guild at a time by typing
Code:
/gsstats <guild index>
into chat. Take note that it will overwrite previous scans.
Once it finished, you have to reload the UI (/reloadui) to flush it into the savedata file.

In order to look at the collected data you need to copy node-webkit into the "visualizer" folder inside the addon folder and start nw.exe (or whatever it is called on other systems).
  Reply With Quote
02/02/15, 07:36 AM   #3
Migoda
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 18
Nice! Thanks sir, I will give it a try later.
  Reply With Quote
02/05/15, 05:09 AM   #4
Migoda
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 18
Runs fine and is very helpful. Thanks for sharing it, sir!
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » [Request] Trade guild sales volume


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off