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

AAM - Budget #62

Open gbrann opened 6 years ago

gbrann commented 6 years ago

Reason for Dev Work This should pull from CMM Budgeting tab. Basically a copy/paste.

Module Advanced Accounting Module

Current Formulas, Code or Layout Notes =IMPORTRANGE is the formula we're using. A simple call for it is:

=IMPORTRANGE(Configuration!$D$3,"Budgeting!A4")

Whereas Configuration!$D$3 is referencing the Script ID of the CMM, and Budgeting!A4 is pulling cell A4 from the Budgeting tab in the CMM.

gbrann commented 6 years ago

Copied the tab over, working on the import calls for all lines.