AO Logo
 
  
  
  
Transactions
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· transactions

TABLE NAME

transactions

DESCRIPTION

The transactions table keeps track of all transactions that have occured with the businesses

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
timetimefalsefalse1.0a100the time the transaction occured
transidpkeyfalsetruenotice_log.transid1.69the unique identifier for this transaction
accountingaccountingfalsefalsebusinesses.accounting1.0a100the identifier for the business (see businesses)
source_accountingaccountingfalsefalsebusinesses.accounting1.0a100the source of the charge to this account
usernameusernamefalsefalsebusiness_administrators.username1.0a100the identifier for the admin involved in the transaction (see business_administrators)
typestringfalsefalsetransaction_types.name1.0a100the type of transaction
descriptionstringfalsefalse1.0a100description of the transaction
quantitydecimal_3falsefalse1.0a100the number of times to charge the account
ratemoneyfalsefalse1.83.0the amount per unit of quantity
payment_typestringtruefalsepayment_types.name1.0a100the type of payment made check - check, check number will be in payment_info money_order - money order visa - visa card, last four in payment_info mastercard - mastercard, last four in payment_info amex - amex card, last four in payment_info discover - discover card, last four in payment_info
payment_infostringtruefalse1.0a100the payment info, such as last four of credit card number of check number
processorstringtruefalsecredit_card_processors.provider_id1.29the credit card processor that handled the payment
credit_card_transactionfkeytruefalsecredit_card_transactions.pkey1.29the credit card transaction for this transaction
payment_confirmedstringfalsefalse1.0a100'Y' if the payment is confirmed 'W' if waiting confirmation 'N' if confirmation failed