Merge pull request #14975 from eileenmcnaughton/mapping_field
[civicrm-core.git] / xml / schema / Pledge / PledgePayment.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="iso-8859-1" ?>
2
3<table>
4 <base>CRM/Pledge</base>
5 <class>PledgePayment</class>
6 <name>civicrm_pledge_payment</name>
7 <comment>Pledge Payment</comment>
8 <add>2.1</add>
9 <log>true</log>
10 <field>
e244747c
EM
11 <name>id</name>
12 <uniqueName>pledge_payment_id</uniqueName>
13 <title>Payment ID</title>
14 <type>int unsigned</type>
15 <required>true</required>
16 <import>true</import>
17 <add>2.1</add>
6a488035
TO
18 </field>
19 <primaryKey>
e244747c
EM
20 <name>id</name>
21 <autoincrement>true</autoincrement>
6a488035
TO
22 </primaryKey>
23 <field>
e244747c 24 <name>pledge_id</name>
e9029de3 25 <title>Pledge</title>
e244747c
EM
26 <type>int unsigned</type>
27 <required>true</required>
28 <comment>FK to Pledge table</comment>
29 <add>2.1</add>
6a488035 30 </field>
3c7d2158 31 <foreignKey>
32 <name>pledge_id</name>
33 <table>civicrm_pledge</table>
34 <key>id</key>
6a488035
TO
35 <add>2.1</add>
36 <onDelete>CASCADE</onDelete>
3c7d2158 37 </foreignKey>
6a488035 38 <field>
e244747c 39 <name>contribution_id</name>
e9029de3 40 <title>Contribution</title>
e244747c
EM
41 <type>int unsigned</type>
42 <comment>FK to contribution table.</comment>
43 <add>2.1</add>
6a488035 44 </field>
3c7d2158 45 <foreignKey>
46 <name>contribution_id</name>
47 <table>civicrm_contribution</table>
48 <key>id</key>
6a488035
TO
49 <add>2.1</add>
50 <onDelete>CASCADE</onDelete>
3c7d2158 51 </foreignKey>
6a488035
TO
52 <index>
53 <name>index_contribution_pledge</name>
54 <fieldName>contribution_id</fieldName>
55 <fieldName>pledge_id</fieldName>
56 <add>2.1</add>
57 </index>
58 <field>
e244747c
EM
59 <name>scheduled_amount</name>
60 <uniqueName>pledge_payment_scheduled_amount</uniqueName>
61 <title>Scheduled Amount</title>
62 <import>true</import>
63 <type>decimal</type>
64 <required>true</required>
65 <comment>Pledged amount for this payment (the actual contribution amount might be different).</comment>
66 <add>2.1</add>
6a488035
TO
67 </field>
68 <field>
e244747c
EM
69 <name>actual_amount</name>
70 <uniqueName>pledge_payment_actual_amount</uniqueName>
71 <title>Actual Amount</title>
72 <import>true</import>
73 <type>decimal</type>
74 <comment>Actual amount that is paid as the Pledged installment amount.</comment>
75 <add>3.2</add>
6a488035
TO
76 </field>
77 <field>
e244747c 78 <name>currency</name>
e9029de3 79 <title>Currency</title>
e244747c
EM
80 <type>varchar</type>
81 <length>3</length>
82 <default>NULL</default>
83 <comment>3 character string, value from config setting or input via user.</comment>
84 <add>3.2</add>
85 <pseudoconstant>
86 <table>civicrm_currency</table>
87 <keyColumn>name</keyColumn>
88 <labelColumn>full_name</labelColumn>
c3de5c5a 89 <nameColumn>name</nameColumn>
a8fdb24e 90 <abbrColumn>symbol</abbrColumn>
e244747c
EM
91 </pseudoconstant>
92 <html>
93 <type>Select</type>
94 </html>
6a488035
TO
95 </field>
96 <field>
e244747c
EM
97 <name>scheduled_date</name>
98 <uniqueName>pledge_payment_scheduled_date</uniqueName>
99 <title>Scheduled Date</title>
100 <import>true</import>
101 <type>datetime</type>
102 <required>true</required>
103 <comment>The date the pledge payment is supposed to happen.</comment>
104 <add>2.1</add>
267fb11a
SL
105 <html>
106 <type>Select Date</type>
107 <formatType>activityDate</formatType>
108 </html>
6a488035
TO
109 </field>
110 <field>
e244747c
EM
111 <name>reminder_date</name>
112 <uniqueName>pledge_payment_reminder_date</uniqueName>
113 <title>Last Reminder</title>
114 <import>true</import>
115 <type>datetime</type>
116 <comment>The date that the most recent payment reminder was sent.</comment>
117 <add>2.1</add>
6a488035
TO
118 </field>
119 <field>
e244747c
EM
120 <name>reminder_count</name>
121 <uniqueName>pledge_payment_reminder_count</uniqueName>
122 <title>Reminders Sent</title>
123 <import>true</import>
124 <type>int unsigned</type>
125 <default>0</default>
126 <comment>The number of payment reminders sent.</comment>
127 <add>2.1</add>
6a488035
TO
128 </field>
129 <field>
e244747c
EM
130 <name>status_id</name>
131 <title>Payment Status</title>
132 <uniqueName>pledge_payment_status_id</uniqueName>
133 <import>true</import>
134 <export>false</export>
135 <type>int unsigned</type>
136 <add>2.1</add>
294cc627 137 <pseudoconstant>
138 <optionGroupName>contribution_status</optionGroupName>
139 </pseudoconstant>
6a488035
TO
140 </field>
141 <index>
142 <name>index_status</name>
143 <fieldName>status_id</fieldName>
144 <add>2.1</add>
145 </index>
146</table>