From: Eileen McNaughton Date: Tue, 3 Jun 2014 08:52:10 +0000 (+1200) Subject: pseudoconstant declaration for financial_type_id missing in some places X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6cc0b7bd20ce5207d8e86a042e97df2ef4c946c2;p=civicrm-core.git pseudoconstant declaration for financial_type_id missing in some places --- diff --git a/xml/schema/Contribute/ContributionProduct.xml b/xml/schema/Contribute/ContributionProduct.xml index ec7525061d..48b66b1f89 100644 --- a/xml/schema/Contribute/ContributionProduct.xml +++ b/xml/schema/Contribute/ContributionProduct.xml @@ -97,6 +97,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type(for membership price sets only). 4.3 diff --git a/xml/schema/Contribute/PremiumsProduct.xml b/xml/schema/Contribute/PremiumsProduct.xml index 255fc29b1b..b61e4a7d3a 100644 --- a/xml/schema/Contribute/PremiumsProduct.xml +++ b/xml/schema/Contribute/PremiumsProduct.xml @@ -64,6 +64,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type. 4.3 diff --git a/xml/schema/Contribute/Product.xml b/xml/schema/Contribute/Product.xml index f5d689afc8..93c401305c 100644 --- a/xml/schema/Contribute/Product.xml +++ b/xml/schema/Contribute/Product.xml @@ -99,6 +99,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type. 4.3 diff --git a/xml/schema/Grant/Grant.xml b/xml/schema/Grant/Grant.xml index dac3136cac..29ad10e739 100644 --- a/xml/schema/Grant/Grant.xml +++ b/xml/schema/Grant/Grant.xml @@ -220,6 +220,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type. 4.3 diff --git a/xml/schema/Member/MembershipType.xml b/xml/schema/Member/MembershipType.xml index 5a59a92586..423b43bc86 100644 --- a/xml/schema/Member/MembershipType.xml +++ b/xml/schema/Member/MembershipType.xml @@ -88,6 +88,11 @@ financial_type_id int unsigned true + + civicrm_financial_type
+ id + name +
If membership is paid by a contribution - what financial type should be used. FK to civicrm_financial_type.id 4.3 diff --git a/xml/schema/Pledge/Pledge.xml b/xml/schema/Pledge/Pledge.xml index 2d57f03b92..86ab5b921c 100644 --- a/xml/schema/Pledge/Pledge.xml +++ b/xml/schema/Pledge/Pledge.xml @@ -62,6 +62,11 @@ pledge_financial_type_id int unsigned FK to Financial Type + + civicrm_financial_type
+ id + name +
4.3 Select diff --git a/xml/schema/Price/LineItem.xml b/xml/schema/Price/LineItem.xml index ae36a761fd..140a1d841e 100644 --- a/xml/schema/Price/LineItem.xml +++ b/xml/schema/Price/LineItem.xml @@ -118,7 +118,7 @@ Text d 3.2 - + index_entity @@ -153,6 +153,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type. 4.3 diff --git a/xml/schema/Price/PriceFieldValue.xml b/xml/schema/Price/PriceFieldValue.xml index 89111b33f6..096d6e9b33 100644 --- a/xml/schema/Price/PriceFieldValue.xml +++ b/xml/schema/Price/PriceFieldValue.xml @@ -49,7 +49,7 @@ Price field option label Text - + 3.3 @@ -60,7 +60,7 @@ 2 60 - NULL + NULL true >Price field option description. 3.3 @@ -157,6 +157,11 @@ Financial Type int unsigned NULL + + civicrm_financial_type
+ id + name +
FK to Financial Type. 4.3 diff --git a/xml/schema/Price/PriceSet.xml b/xml/schema/Price/PriceSet.xml index c9010c75ea..3ada6ae389 100644 --- a/xml/schema/Price/PriceSet.xml +++ b/xml/schema/Price/PriceSet.xml @@ -103,7 +103,7 @@ 1.8 Text - +
extends @@ -111,6 +111,11 @@ 255 true What components are using this price set? + + civicrm_component
+ id + name +
3.1 Text @@ -139,6 +144,11 @@ NULL FK to Financial Type(for membership price sets only). 4.3 + + civicrm_financial_type
+ id + name +
Select