From: Eileen McNaughton Date: Mon, 25 Aug 2014 00:43:31 +0000 (+1200) Subject: CRM-15168 add some more titles X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=32ac94e807e430b1149959cce94aa9be9e1d0575;p=civicrm-core.git CRM-15168 add some more titles --- diff --git a/xml/schema/Core/IM.xml b/xml/schema/Core/IM.xml index 376ff47364..0b2675395b 100644 --- a/xml/schema/Core/IM.xml +++ b/xml/schema/Core/IM.xml @@ -9,6 +9,7 @@ true id + Instant Messenger ID int unsigned true Unique IM ID @@ -20,6 +21,7 @@ contact_id + IM Contact int unsigned FK to Contact ID 2.0 @@ -92,6 +94,7 @@ is_billing + Is IM Billing? boolean 0 Is this the billing? diff --git a/xml/schema/Core/Job.xml b/xml/schema/Core/Job.xml index 5573648e25..b897731cbf 100644 --- a/xml/schema/Core/Job.xml +++ b/xml/schema/Core/Job.xml @@ -9,6 +9,7 @@ false id + Job ID int unsigned true Job Id @@ -20,6 +21,7 @@ domain_id + Job Domain int unsigned true @@ -38,6 +40,7 @@ run_frequency + Job Frequency varchar 8 "Daily" @@ -59,6 +62,7 @@ name + Job Name varchar 255 Title of the job @@ -66,6 +70,7 @@ description + Job Description varchar 255 Description of the job @@ -82,6 +87,7 @@ api_entity + API Entity varchar 255 Entity of the job api call @@ -89,6 +95,7 @@ api_action + API Action varchar 255 Action of the job api call @@ -96,6 +103,7 @@ parameters + API Parameters text List of parameters to the command. @@ -107,6 +115,7 @@ is_active + Job Is Active? boolean Is this job active? 4.1 diff --git a/xml/schema/Core/LocationType.xml b/xml/schema/Core/LocationType.xml index f6a48e4a7f..83caa4802f 100644 --- a/xml/schema/Core/LocationType.xml +++ b/xml/schema/Core/LocationType.xml @@ -8,6 +8,7 @@ true id + Location Type ID int unsigned true Location Type ID @@ -51,18 +52,21 @@ is_reserved + Location Type is Reserved? boolean Is this location type a predefined system location? 1.1 is_active + Location Type is Active? boolean Is this property active? 1.1 is_default + Default Location Type? boolean Is this location type the default? 1.1 diff --git a/xml/schema/Financial/FinancialAccount.xml b/xml/schema/Financial/FinancialAccount.xml index 82ee03d2f4..86d6b657fd 100644 --- a/xml/schema/Financial/FinancialAccount.xml +++ b/xml/schema/Financial/FinancialAccount.xml @@ -8,6 +8,7 @@ true id + Financial Account ID int unsigned true ID @@ -19,6 +20,7 @@ name + Financial Account Name varchar 255 true diff --git a/xml/schema/Financial/FinancialType.xml b/xml/schema/Financial/FinancialType.xml index ddd3d4324d..3b03f75318 100644 --- a/xml/schema/Financial/FinancialType.xml +++ b/xml/schema/Financial/FinancialType.xml @@ -52,6 +52,7 @@ is_deductible + Is Tax Deductible? boolean 4 1 @@ -60,6 +61,7 @@ is_reserved + Financial Type is Reserved? boolean 4 Is this a predefined system object? diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 7686851406..dee2a451d1 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -190,11 +190,13 @@ open_tracking + Track Mailing? boolean Should we track when recipients open/read this mailing? is_completed + Mailing Completed boolean Has at least one job associated with this mailing finished? @@ -203,6 +205,7 @@ msg_template_id + Mailing Message Template int unsigned FK to the message template. @@ -224,6 +227,7 @@ created_id + Mailing Creator int unsigned FK to Contact ID who first created this mailing @@ -245,6 +249,7 @@ scheduled_id + Scheduled By int unsigned FK to Contact ID who scheduled this mailing @@ -263,6 +268,7 @@ approver_id + Approved By int unsigned FK to Contact ID who approved this mailing diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index 1b57fb445c..ab78d870b9 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -8,6 +8,7 @@ true id + Line Item ID int unsigned true Line Item @@ -19,6 +20,7 @@ entity_table + Line Item Entity Type varchar 64 true @@ -27,6 +29,7 @@ entity_id + Line Item Entity int unsigned true entry in table @@ -39,6 +42,7 @@ contribution_id + Line Item Contribution int unsigned FK to civicrm_contribution 4.5 @@ -51,6 +55,7 @@ price_field_id + Line Item Price Field int unsigned FK to civicrm_price_field @@ -64,6 +69,7 @@ option_group_id + Line Item Option Group int unsigned true FK to option group @@ -72,6 +78,7 @@ label + Line Item Label varchar 255 NULL @@ -84,6 +91,7 @@ qty + Line Item Quantity int unsigned true How many items ordered @@ -104,6 +112,7 @@ line_total + Line Item Total decimal true qty * unit_price @@ -111,12 +120,13 @@ participant_count + Line Item Participant Count int unsigned NULL - Participant count for fiel + Participant count for field Text - d + 3.2 @@ -140,6 +150,7 @@ price_field_value_id + Line Item Option int unsigned NULL FK to civicrm_price_field_value