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 RECAP #61

Open gbrann opened 5 years ago

gbrann commented 5 years ago

Reason for Dev Work This isn't easy. I need to pull all "player_donations" or "bounty_prizes", etc into a single list, from all divisions.

Module CMM & AAM

Current Formulas, Code or Layout Notes =corporations_corporation_wallets_division_journal(1,,-1,,'Corporation Overview'!$L$1) pulls the journal in full, for the last 30 days.

corporations_corporation_wallets_division_journal(division, name, page, opt_headers, refresh) Example corporations_corporation_wallets_division_journal(integer, boolean, integer, string, Object) Summary Retrieve the given corporation's wallet journal for the given division going 30 days back division(Required) Wallet key of the division to fetch journals from name Name of the character used for auth. If none is given, defaults to AUTHING_CHARACTER. page Which page of results to return opt_headers Default: True, Boolean if column headings should be listed or not. refresh Internal function to manually refresh ESI data

gbrann commented 5 years ago

Currently working on this.