Forum
Subscribe


The Cash Transactions output field

The Cash Transactions field is used to show members their recent cash transactions.

    This output field has ten variables:

  • Credits, Debits or All(default is '' for all)
  • OpenFormat (default is '<tr><td>')
  • MiddleFormat (default is '</td><td>')
  • CloseFormat (default is '</td></tr>')
  • Sort Order (ascending or descending default is '' for descending; use 'asc' for ascending)
  • Date (default is 'no')
  • EndFormat (default is '</td><td>')
  • Number of decimal places (default is 0)
  • Cash Factor (of units represented - dollars, cents, etc; default is '100' to display in dollars)
  • Sum to show sum of transactions (Yes/No; default is 'no')
  • Example:

  • <? cash_transactions ( 'debits'); ?> would show the debit transactions, while maintaining all formatting as standard.