Merge pull request #14839 from colemanw/Menubar
[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>
e244747c
EM
90 </pseudoconstant>
91 <html>
92 <type>Select</type>
93 </html>
6a488035
TO
94 </field>
95 <field>
e244747c
EM
96 <name>scheduled_date</name>
97 <uniqueName>pledge_payment_scheduled_date</uniqueName>
98 <title>Scheduled Date</title>
99 <import>true</import>
100 <type>datetime</type>
101 <required>true</required>
102 <comment>The date the pledge payment is supposed to happen.</comment>
103 <add>2.1</add>
267fb11a
SL
104 <html>
105 <type>Select Date</type>
106 <formatType>activityDate</formatType>
107 </html>
6a488035
TO
108 </field>
109 <field>
e244747c
EM
110 <name>reminder_date</name>
111 <uniqueName>pledge_payment_reminder_date</uniqueName>
112 <title>Last Reminder</title>
113 <import>true</import>
114 <type>datetime</type>
115 <comment>The date that the most recent payment reminder was sent.</comment>
116 <add>2.1</add>
6a488035
TO
117 </field>
118 <field>
e244747c
EM
119 <name>reminder_count</name>
120 <uniqueName>pledge_payment_reminder_count</uniqueName>
121 <title>Reminders Sent</title>
122 <import>true</import>
123 <type>int unsigned</type>
124 <default>0</default>
125 <comment>The number of payment reminders sent.</comment>
126 <add>2.1</add>
6a488035
TO
127 </field>
128 <field>
e244747c
EM
129 <name>status_id</name>
130 <title>Payment Status</title>
131 <uniqueName>pledge_payment_status_id</uniqueName>
132 <import>true</import>
133 <export>false</export>
134 <type>int unsigned</type>
135 <add>2.1</add>
294cc627 136 <pseudoconstant>
137 <optionGroupName>contribution_status</optionGroupName>
138 </pseudoconstant>
6a488035
TO
139 </field>
140 <index>
141 <name>index_status</name>
142 <fieldName>status_id</fieldName>
143 <add>2.1</add>
144 </index>
145</table>