Hi,

I would be interested to provide users a members directory with the current balance for each user so that users that abuse the system and let their accounts go too negative can be known from others.

I don't how this value is stored and if it could be used as a field in a view?

Any idea about how to go about this feature?

Thanks again for the great work, we have started our LETS here in Coleraine, Northern Ireland using your module : http://www.trianglelets.org

Olivier

Comments

matslats’s picture

Status: Active » Closed (works as designed)

The user balance is stored in the database cc_balance_cache table and exposed to views.
You can easily add this field to the member list view as a sortable column, if you prefer