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

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

Science & Industry

 
  • Topic is locked indefinitely.
 

EVEPI planetary industry profitability tool

Author
Sacros
Viziam
Amarr Empire
#1 - 2013-05-21 11:43:38 UTC  |  Edited by: Sacros
Hello,

I was searched over internet and not found any usefull tool for PI profit calculation with customizable parameters, such as export/inport taxes, custom buy/sell prices for each component in schematic. So I end up and create my own tool.

Current:

  • Prices loaded from eve-central by selecting region or trade hub
  • For calculation buy price of product is min sell order price from uploaded prices and sell prices is max buy order prices
  • Tool now have only overview mode
  • In overview calculated by substracting consumption from total sell price, also including custom office taxes
  • Trade hubs customized by editing xml/trade_hubs.xml
  • Taxes customized by editing xml/taxes.xml

Featured:

  • Settings custom sell/buy prices for each component
  • Settings sell/buy taxes for manual orders
  • 3D view for schematic creation, separation schematic over several planet etc, including planetary skills
  • Suggestions wellcome

Project home/source code: https://github.com/omgnull/evepi

Requirments:

  • Visual c++ library
  • Eve static data export database dump in sqllite format (commutity toolkit ) (mirror1) (mirror2)
  • above database must be placed in your_location_of_appication/data folder with name "eve.db'


Current version: beta-v0.1.2

Compiled version for window available here:
database included: from eve files
CRC-32: 2d399dcb
MD4: 99d0788431f4caff6a9add23b5019479
MD5: 309c774586793014d9fbfc207d855482
SHA-1: 5d1e13e32103e82187ebd6bbd68a5b4dc48c12fa

without db: from eve files
CRC-32: 6c214e2a
MD4: 3e860d848ed33dce42b9d3e58202306a
MD5: c2842edc060dd2ee7fd8e18580522646
SHA-1: 9483942c2f6ac2b22006dbf946d3015275edf71f

Any bugs can be reported at project home issue section.