From: eileenmcnaughton Date: Sat, 13 Jun 2015 23:14:19 +0000 (+0000) Subject: Add titles to FinancialTrxn schema X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=256aba1ffca3d5d989dbc802d745259aec95def6;p=civicrm-core.git Add titles to FinancialTrxn schema --- diff --git a/xml/schema/Financial/FinancialTrxn.xml b/xml/schema/Financial/FinancialTrxn.xml index 9ec34cd018..b3926b7c6c 100755 --- a/xml/schema/Financial/FinancialTrxn.xml +++ b/xml/schema/Financial/FinancialTrxn.xml @@ -8,6 +8,7 @@ true id + Financial Transaction ID int unsigned true 1.3 @@ -47,6 +48,7 @@ from_financial_account_id int unsigned + Financial Transaction From Account FK to financial_account table. 4.3 @@ -66,6 +68,7 @@ to_financial_account_id + Financial Transaction To Account int unsigned FK to financial_financial_account table. 4.3 @@ -86,6 +89,7 @@ trxn_date + Financial Transaction Date datetime NULL date transaction occurred @@ -93,6 +97,7 @@ trxn_type + Financial Transaction Type enum Debit,Credit true @@ -101,6 +106,7 @@ total_amount + Financial Total Amount decimal true amount of transaction @@ -108,18 +114,21 @@ fee_amount + Financial Fee Amount decimal actual processor fee if known - may be 0. 1.3 net_amount + Financial Net Amount decimal actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount. 1.3 currency + Financial Currency varchar 3 NULL @@ -149,6 +158,7 @@ trxn_id + Transaction ID varchar 255 user-specified unique processor transaction id, bank id + trans id,... depending on payment_method @@ -156,6 +166,7 @@ trxn_result_code + Transaction result Code varchar 255 processor result code @@ -173,6 +184,7 @@ payment_processor_id + Payment Processor int unsigned Payment Processor for this financial transaction 4.3 @@ -222,4 +234,3 @@ 4.3 -