Closed (works as designed)
Project:
Marketplace
Version:
6.x-1.x-dev
Component:
Transactions
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 09:16 UTC
Updated:
3 Jun 2009 at 10:25 UTC
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
Comment #1
matslats commentedThe 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