gbrann / EVEProductionSuite

Eve Online - Production Suite is a set of Google and ESI tools to quickly and easily manage production, budget and basic corporate management with installing servers or adding any RL costs to your game play.
GNU General Public License v3.0
3 stars 0 forks source link

CMM - AA#-Transactions #51

Closed gbrann closed 6 years ago

gbrann commented 6 years ago

New Tabs - AA#-Transactions, will pull ESI data for each wallet division's transactions. i.e. AA1-Transactions, AA2-Transaction. These are backend sheets.

ESI Pull: =corporations_corporations_wallets_divisions_transactions(#,,,,'Corporation Overview!L1')

whereas # is the division number (1-7)

there will be a change in function.gs lines 849-852 =

function corporations_corporation_wallets_division_transactions(division, from_id, name, opt_headers, refresh) {
  if(!division) throw 'division is required';
  return parseData_(arguments.callee.name,{division:division,from_id:from_id,name:name,opt_headers:opt_headers})
}
gbrann commented 6 years ago

Changes to function.gs have been made in 2.0 as stated above

gbrann commented 6 years ago

Transaction Tabs have been created. No issues. Like Journal - ESI is limited to 30 Day pulls