These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Software to get tax data or how i get tax data?

Author
Super Miguel
Trillium Invariant
Honorable Third Party
#1 - 2016-09-13 17:39:21 UTC
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)
Blacksmoke16
Imperial Academy
#2 - 2016-09-13 22:13:30 UTC
You would have to write/make something that would use the corps wallet journal xml api to get a list of the wallet. Then parse it down to only bounty rewards. Then find unique members and sum each amounts for each in a given date range.
Hel O'Ween
Men On A Mission
#3 - 2016-09-15 14:29:36 UTC
Super Miguel wrote:
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)


Look at my EWA (see signature). It let's you filter (and summarize) your wallet journal: http://eve.basicaware.de/evewalletaware/manual/chap5-0-0.html#5-0-4

EVEWalletAware - an offline wallet manager.

Super Miguel
Trillium Invariant
Honorable Third Party
#4 - 2016-09-19 17:55:04 UTC
Hel O'Ween wrote:
Super Miguel wrote:
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)


Look at my EWA (see signature). It let's you filter (and summarize) your wallet journal: http://eve.basicaware.de/evewalletaware/manual/chap5-0-0.html#5-0-4


i inported both my pilot API and my corporation API, and cant get any data on the data windows.

The logs show things like this:

cEVEMarketOrdersRS:GetEVEMarketOrders->-2147217900, Microsoft JET Database Engine, Syntax error (missing operator) in query expression '(orderState = 2) AND (duration > 0) AND (orderID IN ()) AND (bid = 1)'., SELECT TRIM(invTypes.typeName), price, volEntered, TRIM(staStations.stationName), volRemaining, bid AS Type, issuedDateTime, DateValidThru, duration, range, orderState, characterName, WalletID, banav_tMarketOrders.typeID AS ItemID, banav_tMarketOrders.orderID AS orderID, banav_tMarketOrders.ID AS ID FROM (banav_tMarketOrders INNER JOIN invTypes ON banav_tMarketOrders.typeID = invTypes.typeID) INNER JOIN staStations ON banav_tMarketOrders.stationID = staStations.stationID WHERE (orderState = 2) AND (duration > 0) AND (orderID IN ()) AND (bid = 1) ORDER BY typeName, bid DESC;

cXMLCacheFile:GetXML->3705, ADODB.Recordset, Operation is not allowed when the object is open.

frmWalletJournalHelper:WJGridSetup->381, EVEWalletAware, Invalid property array index


qu1ckkkk
The Warp Core Stabilizers
#5 - 2016-09-20 03:59:01 UTC
Super Miguel wrote:
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)


One of the views for a corporations wallet in SeAT will tell you exactly this. Check it out at https://github.com/eveseat/seat

Proud developer of SeAT! A Simple Eve API & Corporation Management Tool.

Project Page: https://github.com/eveseat/seat

Hel O'Ween
Men On A Mission
#6 - 2016-09-20 16:02:39 UTC  |  Edited by: Hel O'Ween
Super Miguel wrote:
Hel O'Ween wrote:
Super Miguel wrote:
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)


Look at my EWA (see signature). It let's you filter (and summarize) your wallet journal: http://eve.basicaware.de/evewalletaware/manual/chap5-0-0.html#5-0-4


i inported both my pilot API and my corporation API, and cant get any data on the data windows.

The logs show things like this:

cEVEMarketOrdersRS:GetEVEMarketOrders->-2147217900, Microsoft JET Database Engine, Syntax error (missing operator) in query expression '(orderState = 2) AND (duration > 0) AND (orderID IN ()) AND (bid = 1)'., SELECT TRIM(invTypes.typeName), price, volEntered, TRIM(staStations.stationName), volRemaining, bid AS Type, issuedDateTime, DateValidThru, duration, range, orderState, characterName, WalletID, banav_tMarketOrders.typeID AS ItemID, banav_tMarketOrders.orderID AS orderID, banav_tMarketOrders.ID AS ID FROM (banav_tMarketOrders INNER JOIN invTypes ON banav_tMarketOrders.typeID = invTypes.typeID) INNER JOIN staStations ON banav_tMarketOrders.stationID = staStations.stationID WHERE (orderState = 2) AND (duration > 0) AND (orderID IN ()) AND (bid = 1) ORDER BY typeName, bid DESC;

cXMLCacheFile:GetXML->3705, ADODB.Recordset, Operation is not allowed when the object is open.

frmWalletJournalHelper:WJGridSetup->381, EVEWalletAware, Invalid property array index




1) Have pulled data from the API first? That's the button labeled "retrieve data from EVE API". Alternatively, use the small helper EWAAutoData.

2) Also - no two applications can pull the same data from the API within one cache cycle. So if you're using another application that has fetched the relevant APIs (Journal, Market etc.) before, no other application can retrieve that data.

3) After installing, do a check for updates (? -> Check for update)

And last but not least - make sure your firewall/AV software allows EWA to access the internet.

EVEWalletAware - an offline wallet manager.

Super Miguel
Trillium Invariant
Honorable Third Party
#7 - 2016-09-21 02:03:00 UTC
qu1ckkkk wrote:
Super Miguel wrote:
I want to know exactly how much each of my corp members paid in taxes each month... is there a way to get this info in eve? or using a third party program? Thanks =)


One of the views for a corporations wallet in SeAT will tell you exactly this. Check it out at https://github.com/eveseat/seat


where exactly is this option at? I installed it and dont see this option