🏕️ Camp Bank Manager

Total Players: {{ players.length }}

Select or register a player to manage their account.

{{ selectedPlayer.name }}

Player Account Dashboard

Total Balance

{{ formatCurrency(calculateTotal(selectedPlayer.notes)) }}

Current Inventory
{{ selectedPlayer.notes[denom] }}x
{{ denom }} Note
Modification Value: {{ formatCurrency(calculateTotal(adjustForm)) }}

Exchange notes without changing total balance. Enter the notes the player is giving you, and the notes they want back.

Player Gives Bank (Subtract)
Player Receives (Add)
Value Given: {{ calculateTotal(exchangeForm.give) }}
Value Received: {{ calculateTotal(exchangeForm.receive) }}
Transaction History
No history yet.
{{ log.timestamp }}
{{ log.action }}