Can we make this available as cck fields? a credit field and a debit field?

Comments

brianV’s picture

@chrispane:

Would you mind fleshing out this suggestion a bit more?

Are you suggesting that we alter balance tracker to use the node system / CCK field? If so, then that is an idea that I ruled out originally for performance reasons. That is, there could be potentially millions of transactions on a busy site, and the extra bloat on the node table would be a performance nightmare. Add to that the extra overhead from using node_load() and node_save(), and we have an non-scaleable solution.

brianV’s picture

Status: Active » Closed (won't fix)