Page 1 of 1
Player bankroll accounting
Posted: Thu Nov 01, 2012 10:09 pm
by Nydenisen
What would be the approach to determine a given set of player's total bankroll additions and withdrawals that would reconcile to Ending Bankroll -Beginning Bankroll?
Re: Player bankroll accounting
Posted: Thu Nov 01, 2012 10:17 pm
by Nydenisen
That is, without reconstructing the cash flow from every hand.
Re: Player bankroll accounting
Posted: Thu Nov 01, 2012 11:07 pm
by Kent Briggs
The Event Log records all changes to the player balances. The Event Log Viewer program can be used to isolate records for a particular player:
http://www.briggsoft.com/docs/pmavens/U ... .htm#eview
You can also use the Callback Event system to run a custom script whenever balance changes occur.
Re: Player bankroll accounting
Posted: Sat Nov 03, 2012 4:51 pm
by Nydenisen
Tx again.