Merge pull request #13579 from mattwire/contributionrecur_metadata
[civicrm-core.git] / xml / schema / Contribute / Contribution.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <table>
4 <base>CRM/Contribute</base>
5 <class>Contribution</class>
6 <name>civicrm_contribution</name>
7 <add>1.3</add>
8 <log>true</log>
9 <field>
10 <name>id</name>
11 <uniqueName>contribution_id</uniqueName>
12 <type>int unsigned</type>
13 <required>true</required>
14 <import>true</import>
15 <title>Contribution ID</title>
16 <comment>Contribution ID</comment>
17 <add>1.3</add>
18 </field>
19 <primaryKey>
20 <name>id</name>
21 <autoincrement>true</autoincrement>
22 </primaryKey>
23 <field>
24 <name>contact_id</name>
25 <uniqueName>contribution_contact_id</uniqueName>
26 <title>Contact ID</title>
27 <type>int unsigned</type>
28 <required>true</required>
29 <import>true</import>
30 <headerPattern>/contact(.?id)?/i</headerPattern>
31 <dataPattern>/^\d+$/</dataPattern>
32 <comment>FK to Contact ID</comment>
33 <html>
34 <type>EntityRef</type>
35 </html>
36 <add>1.3</add>
37 </field>
38 <foreignKey>
39 <name>contact_id</name>
40 <table>civicrm_contact</table>
41 <key>id</key>
42 <add>1.3</add>
43 <onDelete>CASCADE</onDelete>
44 </foreignKey>
45 <field>
46 <name>solicitor_id</name>
47 <title>Solicitor ID</title>
48 <type>int unsigned</type>
49 <comment>FK to Solicitor ID</comment>
50 <add>1.4</add>
51 <drop>2.2</drop>
52 </field>
53 <foreignKey>
54 <name>solicitor_id</name>
55 <table>civicrm_contact</table>
56 <key>id</key>
57 <add>1.4</add>
58 <drop>2.2</drop>
59 <onDelete>SET NULL</onDelete>
60 </foreignKey>
61 <field>
62 <name>contribution_type_id</name>
63 <title>Contribution Type</title>
64 <export>false</export>
65 <type>int unsigned</type>
66 <comment>FK to Contribution Type</comment>
67 <add>1.3</add>
68 <drop>4.3</drop>
69 </field>
70 <foreignKey>
71 <name>contribution_type_id</name>
72 <table>civicrm_contribution_type</table>
73 <key>id</key>
74 <add>1.3</add>
75 <drop>4.3</drop>
76 <onDelete>SET NULL</onDelete>
77 </foreignKey>
78 <field>
79 <name>financial_type_id</name>
80 <title>Financial Type</title>
81 <type>int unsigned</type>
82 <comment>FK to Financial Type for (total_amount - non_deductible_amount).</comment>
83 <pseudoconstant>
84 <table>civicrm_financial_type</table>
85 <keyColumn>id</keyColumn>
86 <labelColumn>name</labelColumn>
87 </pseudoconstant>
88 <export>true</export>
89 <html>
90 <type>Select</type>
91 </html>
92 <add>4.3</add>
93 </field>
94 <foreignKey>
95 <name>financial_type_id</name>
96 <table>civicrm_financial_type</table>
97 <key>id</key>
98 <add>4.3</add>
99 </foreignKey>
100 <field>
101 <name>contribution_page_id</name>
102 <title>Contribution Page ID</title>
103 <type>int unsigned</type>
104 <import>true</import>
105 <comment>The Contribution Page which triggered this contribution</comment>
106 <pseudoconstant>
107 <table>civicrm_contribution_page</table>
108 <keyColumn>id</keyColumn>
109 <labelColumn>title</labelColumn>
110 </pseudoconstant>
111 <html>
112 <type>Select</type>
113 </html>
114 <add>1.5</add>
115 </field>
116 <foreignKey>
117 <name>contribution_page_id</name>
118 <table>civicrm_contribution_page</table>
119 <key>id</key>
120 <onDelete>SET NULL</onDelete>
121 </foreignKey>
122 <field>
123 <name>payment_instrument_id</name>
124 <uniqueName>payment_instrument_id</uniqueName>
125 <title>Payment Method ID</title>
126 <type>int unsigned</type>
127 <comment>FK to Payment Instrument</comment>
128 <export>true</export>
129 <headerPattern>/^payment|(p(ayment\s)?instrument)$/i</headerPattern>
130 <pseudoconstant>
131 <optionGroupName>payment_instrument</optionGroupName>
132 </pseudoconstant>
133 <html>
134 <type>Select</type>
135 </html>
136 <add>1.3</add>
137 </field>
138 <index>
139 <name>UI_contrib_payment_instrument_id</name>
140 <fieldName>payment_instrument_id</fieldName>
141 <add>1.6</add>
142 </index>
143 <field>
144 <name>receive_date</name>
145 <title>Date Received</title>
146 <type>datetime</type>
147 <import>true</import>
148 <headerPattern>/receive(.?date)?/i</headerPattern>
149 <dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
150 <comment>Date contribution was received - not necessarily the creation date of the record</comment>
151 <add>1.3</add>
152 <html>
153 <type>Select Date</type>
154 <formatType>activityDateTime</formatType>
155 </html>
156 </field>
157 <field>
158 <name>non_deductible_amount</name>
159 <title>Non-deductible Amount</title>
160 <type>decimal</type>
161 <default>0</default>
162 <import>true</import>
163 <headerPattern>/non?.?deduct/i</headerPattern>
164 <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
165 <comment>Portion of total amount which is NOT tax deductible. Equal to total_amount for non-deductible financial types.</comment>
166 <add>1.3</add>
167 <html>
168 <type>Text</type>
169 </html>
170 </field>
171 <field>
172 <name>total_amount</name>
173 <type>decimal</type>
174 <required>true</required>
175 <import>true</import>
176 <headerPattern>/^total|(.?^am(ou)?nt)/i</headerPattern>
177 <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
178 <comment>Total amount of this contribution. Use market value for non-monetary gifts.</comment>
179 <add>1.3</add>
180 <html>
181 <type>Text</type>
182 </html>
183 </field>
184 <index>
185 <name>index_total_amount_receive_date</name>
186 <fieldName>total_amount</fieldName>
187 <fieldName>receive_date</fieldName>
188 <add>4.7</add>
189 </index>
190 <field>
191 <name>fee_amount</name>
192 <type>decimal</type>
193 <import>true</import>
194 <headerPattern>/fee(.?am(ou)?nt)?/i</headerPattern>
195 <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
196 <comment>actual processor fee if known - may be 0.</comment>
197 <add>1.3</add>
198 <html>
199 <type>Text</type>
200 </html>
201 </field>
202 <field>
203 <name>net_amount</name>
204 <type>decimal</type>
205 <import>true</import>
206 <headerPattern>/net(.?am(ou)?nt)?/i</headerPattern>
207 <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
208 <comment>actual funds transfer amount. total less fees. if processor does not report actual fee during transaction, this is set to total_amount.</comment>
209 <add>1.3</add>
210 <html>
211 <type>Text</type>
212 </html>
213 </field>
214 <field>
215 <name>trxn_id</name>
216 <title>Transaction ID</title>
217 <type>varchar</type>
218 <length>255</length>
219 <import>true</import>
220 <headerPattern>/tr(ansactio|x)n(.?id)?/i</headerPattern>
221 <comment>unique transaction id. may be processor id, bank id + trans id, or account number + check number... depending on payment_method</comment>
222 <html>
223 <type>Text</type>
224 </html>
225 <add>1.3</add>
226 </field>
227 <field>
228 <name>invoice_id</name>
229 <title>Invoice Reference</title>
230 <type>varchar</type>
231 <length>255</length>
232 <import>true</import>
233 <headerPattern>/invoice(.?id)?/i</headerPattern>
234 <comment>unique invoice id, system generated or passed in</comment>
235 <html>
236 <type>Text</type>
237 </html>
238 <add>1.3</add>
239 </field>
240 <field>
241 <name>invoice_number</name>
242 <title>Invoice Number</title>
243 <type>varchar</type>
244 <length>255</length>
245 <import>true</import>
246 <headerPattern>/invoice(.?number)?/i</headerPattern>
247 <comment>Human readable invoice number</comment>
248 <html>
249 <type>Text</type>
250 </html>
251 <add>4.7</add>
252 </field>
253 <field>
254 <name>currency</name>
255 <type>varchar</type>
256 <length>3</length>
257 <default>NULL</default>
258 <import>true</import>
259 <headerPattern>/cur(rency)?/i</headerPattern>
260 <dataPattern>/^[A-Z]{3}$/i</dataPattern>
261 <comment>3 character string, value from config setting or input via user.</comment>
262 <add>1.3</add>
263 <pseudoconstant>
264 <table>civicrm_currency</table>
265 <keyColumn>name</keyColumn>
266 <labelColumn>full_name</labelColumn>
267 <nameColumn>name</nameColumn>
268 </pseudoconstant>
269 <html>
270 <type>Select</type>
271 </html>
272 </field>
273 <field>
274 <name>cancel_date</name>
275 <type>datetime</type>
276 <import>true</import>
277 <headerPattern>/cancel(.?date)?/i</headerPattern>
278 <dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
279 <comment>when was gift cancelled</comment>
280 <add>1.3</add>
281 <html>
282 <type>Select Date</type>
283 <formatType>activityDateTime</formatType>
284 </html>
285 </field>
286 <field>
287 <name>cancel_reason</name>
288 <type>text</type>
289 <title>Cancellation / Refund Reason</title>
290 <import>true</import>
291 <export>true</export>
292 <headerPattern>/(cancel.?)?reason/i</headerPattern>
293 <html>
294 <type>Text</type>
295 <size>40</size>
296 </html>
297 <add>1.3</add>
298 </field>
299 <field>
300 <name>receipt_date</name>
301 <type>datetime</type>
302 <import>true</import>
303 <headerPattern>/receipt(.?date)?/i</headerPattern>
304 <dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
305 <comment>when (if) receipt was sent. populated automatically for online donations w/ automatic receipting</comment>
306 <html>
307 <type>Select Date</type>
308 <formatType>activityDateTime</formatType>
309 </html>
310 <add>1.3</add>
311 </field>
312 <field>
313 <name>thankyou_date</name>
314 <title>Thank-you Date</title>
315 <type>datetime</type>
316 <import>true</import>
317 <headerPattern>/thank(s|(.?you))?(.?date)?/i</headerPattern>
318 <dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
319 <comment>when (if) was donor thanked</comment>
320 <add>1.3</add>
321 <html>
322 <type>Select Date</type>
323 <formatType>activityDateTime</formatType>
324 </html>
325 </field>
326 <field>
327 <name>source</name>
328 <uniqueName>contribution_source</uniqueName>
329 <title>Contribution Source</title>
330 <type>varchar</type>
331 <length>255</length>
332 <import>true</import>
333 <headerPattern>/source/i</headerPattern>
334 <comment>Origin of this Contribution.</comment>
335 <add>1.3</add>
336 <html>
337 <type>Text</type>
338 </html>
339 </field>
340 <index>
341 <name>index_source</name>
342 <fieldName>source</fieldName>
343 <add>4.7</add>
344 </index>
345 <field>
346 <name>amount_level</name>
347 <title>Amount Label</title>
348 <type>text</type>
349 <import>true</import>
350 <add>1.7</add>
351 <html>
352 <type>Text</type>
353 </html>
354 </field>
355 <field>
356 <name>note</name>
357 <type>text</type>
358 <comment>Note and/or Comment.</comment>
359 <import>true</import>
360 <headerPattern>/Note|Comment/i</headerPattern>
361 <dataPattern>//</dataPattern>
362 <add>1.4</add>
363 <drop>1.7</drop>
364 </field>
365 <index>
366 <name>UI_contrib_trxn_id</name>
367 <fieldName>trxn_id</fieldName>
368 <unique>true</unique>
369 <add>2.1</add>
370 </index>
371 <index>
372 <name>UI_contrib_invoice_id</name>
373 <fieldName>invoice_id</fieldName>
374 <unique>true</unique>
375 <add>2.1</add>
376 </index>
377 <field>
378 <name>contribution_recur_id</name>
379 <title>Recurring Contribution ID</title>
380 <type>int unsigned</type>
381 <comment>Conditional foreign key to civicrm_contribution_recur id. Each contribution made in connection with a recurring contribution carries a foreign key to the recurring contribution record. This assumes we can track these processor initiated events.</comment>
382 <export>true</export>
383 <add>1.4</add>
384 </field>
385 <foreignKey>
386 <name>contribution_recur_id</name>
387 <table>civicrm_contribution_recur</table>
388 <key>id</key>
389 <add>1.4</add>
390 <onDelete>SET NULL</onDelete>
391 </foreignKey>
392 <field>
393 <name>is_test</name>
394 <title>Test</title>
395 <type>boolean</type>
396 <default>0</default>
397 <import>true</import>
398 <html>
399 <type>CheckBox</type>
400 </html>
401 </field>
402 <field>
403 <name>is_pay_later</name>
404 <title>Is Pay Later</title>
405 <type>boolean</type>
406 <default>0</default>
407 <import>true</import>
408 <add>2.1</add>
409 <html>
410 <type>CheckBox</type>
411 </html>
412 </field>
413 <field>
414 <name>contribution_status_id</name>
415 <title>Contribution Status ID</title>
416 <type>int unsigned</type>
417 <default>1</default>
418 <import>true</import>
419 <export>true</export>
420 <headerPattern>/status/i</headerPattern>
421 <pseudoconstant>
422 <optionGroupName>contribution_status</optionGroupName>
423 </pseudoconstant>
424 <html>
425 <type>Select</type>
426 </html>
427 <add>1.6</add>
428 </field>
429 <index>
430 <name>index_contribution_status</name>
431 <fieldName>contribution_status_id</fieldName>
432 <add>1.6</add>
433 </index>
434 <index>
435 <name>received_date</name>
436 <fieldName>receive_date</fieldName>
437 <add>1.6</add>
438 </index>
439 <field>
440 <name>address_id</name>
441 <uniqueName>contribution_address_id</uniqueName>
442 <title>Contribution Address</title>
443 <type>int unsigned</type>
444 <comment>Conditional foreign key to civicrm_address.id. We insert an address record for each contribution when we have associated billing name and address data.</comment>
445 <add>2.2</add>
446 <export>true</export>
447 </field>
448 <foreignKey>
449 <name>address_id</name>
450 <table>civicrm_address</table>
451 <key>id</key>
452 <add>2.2</add>
453 <onDelete>SET NULL</onDelete>
454 </foreignKey>
455 <field>
456 <name>check_number</name>
457 <title>Check Number</title>
458 <uniqueName>contribution_check_number</uniqueName>
459 <headerPattern>/check(.?number)?/i</headerPattern>
460 <type>varchar</type>
461 <length>255</length>
462 <html>
463 <type>Text</type>
464 <size>6</size>
465 </html>
466 <import>true</import>
467 <add>2.2</add>
468 </field>
469 <index>
470 <name>check_number</name>
471 <fieldName>check_number</fieldName>
472 <add>2.2</add>
473 </index>
474 <field>
475 <name>campaign_id</name>
476 <uniqueName>contribution_campaign_id</uniqueName>
477 <type>int unsigned</type>
478 <title>Campaign</title>
479 <import>true</import>
480 <comment>The campaign for which this contribution has been triggered.</comment>
481 <pseudoconstant>
482 <table>civicrm_campaign</table>
483 <keyColumn>id</keyColumn>
484 <labelColumn>title</labelColumn>
485 </pseudoconstant>
486 <add>3.4</add>
487 <html>
488 <type>Select</type>
489 </html>
490 </field>
491 <field>
492 <name>creditnote_id</name>
493 <title>Credit Note ID</title>
494 <type>varchar</type>
495 <length>255</length>
496 <import>true</import>
497 <headerPattern>/creditnote(.?id)?/i</headerPattern>
498 <comment>unique credit note id, system generated or passed in</comment>
499 <add>4.6</add>
500 <html>
501 <type>Text</type>
502 </html>
503 </field>
504 <index>
505 <name>index_creditnote_id</name>
506 <fieldName>creditnote_id</fieldName>
507 <add>4.7</add>
508 </index>
509 <field>
510 <name>tax_amount</name>
511 <title>Tax Amount</title>
512 <type>decimal</type>
513 <import>true</import>
514 <headerPattern>/tax(.?am(ou)?nt)?/i</headerPattern>
515 <dataPattern>/^\d+(\.\d{2})?$/</dataPattern>
516 <comment>Total tax amount of this contribution.</comment>
517 <add>4.6</add>
518 <html>
519 <type>Text</type>
520 </html>
521 </field>
522 <foreignKey>
523 <name>campaign_id</name>
524 <table>civicrm_campaign</table>
525 <key>id</key>
526 <onDelete>SET NULL</onDelete>
527 </foreignKey>
528 <field>
529 <name>revenue_recognition_date</name>
530 <type>datetime</type>
531 <import>true</import>
532 <headerPattern>/revenue(.?date)?/i</headerPattern>
533 <dataPattern>/^\d{4}-?\d{2}-?\d{2} ?(\d{2}:?\d{2}:?(\d{2})?)?$/</dataPattern>
534 <comment>Stores the date when revenue should be recognized.</comment>
535 <html>
536 <type>Select Date</type>
537 <formatType>activityDateTime</formatType>
538 </html>
539 <add>4.7</add>
540 </field>
541 </table>