From 83396bf98f7153e76e182fbd7aab2a6c3bbf74ac Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 25 Aug 2014 12:52:39 +1200 Subject: [PATCH] CRM-15168 add more titles to schema --- xml/schema/Contribute/ContributionSoft.xml | 8 ++++++++ xml/schema/Core/Domain.xml | 8 ++++++++ xml/schema/Financial/FinancialAccount.xml | 10 ++++++++++ 3 files changed, 26 insertions(+) diff --git a/xml/schema/Contribute/ContributionSoft.xml b/xml/schema/Contribute/ContributionSoft.xml index 6aecf02048..311f4512f3 100644 --- a/xml/schema/Contribute/ContributionSoft.xml +++ b/xml/schema/Contribute/ContributionSoft.xml @@ -9,6 +9,7 @@ id contribution_soft_id + Soft Contribution ID int unsigned true true @@ -22,6 +23,7 @@ contribution_id + Soft Contribution - Contribution int unsigned true FK to contribution table. @@ -55,6 +57,7 @@ amount + Soft Contribution Amount decimal true true @@ -66,6 +69,7 @@ currency varchar + Soft Contribution Currency 3 NULL 3 character string, value from config setting or input via user. @@ -83,6 +87,7 @@ pcp_id int unsigned + Soft Contribution PCP NULL FK to civicrm_pcp.id 2.2 @@ -102,12 +107,14 @@ pcp_display_in_roll boolean + Soft Contribution Display on PCP 0 2.2 pcp_roll_nickname varchar + Soft Contribution PCP Nickname 255 NULL 2.2 @@ -115,6 +122,7 @@ pcp_personal_note varchar + Soft Contribution PCP Note 255 NULL 2.2 diff --git a/xml/schema/Core/Domain.xml b/xml/schema/Core/Domain.xml index 0c835ac605..d9ed287d56 100644 --- a/xml/schema/Core/Domain.xml +++ b/xml/schema/Core/Domain.xml @@ -8,6 +8,7 @@ 1.1 id + Domain ID int unsigned true Domain ID @@ -20,6 +21,7 @@ name varchar + Domain Name 64 Name of Domain / Organization 1.1 @@ -27,6 +29,7 @@ description varchar + Domain Description 255 Description of Domain. 1.1 @@ -80,6 +83,7 @@ config_backend text + Domain Configuration Backend configuration. TextArea @@ -91,6 +95,7 @@ version varchar + CiviCRM Version 32 The civicrm version this instance is running 2.0 @@ -105,6 +110,7 @@ contact_id int unsigned + Domain Contact FK to Contact ID. This is specifically not an FK to avoid circular constraints 4.3 @@ -117,12 +123,14 @@ locales text + Supported Languages list of locales supported by the current db state (NULL for single-lang install) 2.1 locale_custom_strings text + Language Customizations Locale specific string overrides TextArea diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index 86d6b657fd..eedf5c6210 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -52,6 +52,7 @@ financial_account_type_id int unsigned + Financial Account Type true 3 4.3 @@ -84,6 +85,7 @@ description varchar + Financial Account Description 255 Financial Type Description. 4.3 @@ -91,6 +93,7 @@ parent_id int unsigned + Financial Account Parent Parent ID in account hierarchy 4.3 @@ -103,6 +106,7 @@ is_header_account boolean + Header Financial Account? 0 Is this a header account which does not allow transactions to be posted against it directly, but only to its sub-accounts? 4.3 @@ -110,6 +114,7 @@ is_deductible boolean + Deductible Financial Account? 1 Is this account tax-deductible? 4.3 @@ -117,6 +122,7 @@ is_tax boolean + Tax Financial Account? 0 Is this account for taxes? 4.3 @@ -124,6 +130,7 @@ tax_rate decimal + Financial Account Tax Rate 10,8 The percentage of the total_amount that is due for this tax. 4.3 @@ -131,18 +138,21 @@ is_reserved boolean + Reserved Financial Account? Is this a predefined system object? 4.3 is_active boolean + Financial Account is Active Is this property active? 4.3 is_default boolean + Default Financial Account Is this account the default one (or default tax one) for its financial_account_type? 4.3 -- 2.25.1