GavinZac Posted November 24, 2014 Report Posted November 24, 2014 Hello, I'd like to know some of the codes for outputting the current financial state of the VA. In particular, I'd like to see how to output the sum total of all profit ever! i.e. the current 'cash' held by the company. In viewing finance_balancesheet.tpl I can only see monthly totals. Any other function calls or documentation are also welcome I am considering creating a little module for a bit of financial role-play immersion. Quote
Administrators simpilot Posted November 24, 2014 Administrators Report Posted November 24, 2014 You can find the available methods for getting finance information here -> http://docs.phpvms.net/internals/ <- and choosing Data Structures then FinanceData If the information that you are looking for is not there you will have to build some custom data queries. Quote
GavinZac Posted November 25, 2014 Author Report Posted November 25, 2014 Thanks. I don't think exactly what I want is there, so I made a 'module' that is for the moment just basically that, a single custom data query. I'll flesh it out a bit more before sharing. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.