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#-Journal #50

Closed gbrann closed 6 years ago

gbrann commented 6 years ago

New Tabs "AA#-Journal" to pull each corporation journal. i.e. AA1-Journal, AA2-Journal, etc. These will be backend sheets.

ESI Pull: =corporations_corporation_wallets_division_journal(#,,-1,,'Corporation Overview'!L1)

Whereas # would be the wallet division 1-7

Change function.gs lines 2008-2011 to include internal refresh function:

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

Changes made to function.gs as stated above

gbrann commented 6 years ago

AA1 - AA7 tabs created. It looks like the ESI is limited the pull to 30 days.