Author: benj
Date: Thu Feb 5 11:08:03 2015
New Revision: 1636
URL: http://svn.gna.org/viewcvs/gdtc?rev=1636&view=rev
Log:
Add two operators
Modified:
trunk/gdtc/include/operators.php
Modified: trunk/gdtc/include/operators.php
URL:
http://svn.gna.org/viewcvs/gdtc/trunk/gdtc/include/operators.php?rev=1636&r1=1635&r2=1636&view=diff
==============================================================================
--- trunk/gdtc/include/operators.php (original)
+++ trunk/gdtc/include/operators.php Thu Feb 5 11:08:03 2015
@@ -35,6 +35,7 @@
'administrative' => 'Recherches sur les attributs administratifs',
'subscription' => 'Recherches sur le paiement',
'membership' => 'Recherches sur l\'adhésion',
+ // 'contact' => 'Recherches sur les contacts',
'questionnaire' => 'Recherches sur le questionnaire',
);
@@ -572,6 +573,20 @@
'former_member' => 'ancien
membre',
'not_member' => 'non membre' ) ),
+ 'actor_disbar_date' => Array ( 'class' => 'membership',
+ 'name' => 'la date de résiliation',
+ 'type' => 'date',
+ 'nb_operands' => 1,
+ 'format' => "{actor.disbar_date}",
+ 'fields' => 'disbar_date' ),
+
+ 'actor_disbar_reason' => Array ( 'class' => 'membership',
+ 'name' => 'la raison de résiliation',
+ 'type' => 'string',
+ 'nb_operands' => 1,
+ 'format' => "{actor.disbar_reason}",
+ 'fields' => 'disbar_reason' ),
+
'membership_start_date' => Array ( 'class' => 'membership',
'name' => 'la date d\'entrée',
'type' => 'date',
@@ -589,6 +604,13 @@
'type' => 'date',
'nb_operands' => 1,
'format' => "{membership.end_date}" ),
+
+ // CONTACT
+ /* 'contact' => Array ( 'class' => 'contact', */
+ /* 'name' => 'contact', */
+ /* 'type' => 'string', */
+ /* 'nb_operands' => 1, */
+ /* 'format' => "{contact.admin_info}" ), */
// QUESTIONNAIRE
_______________________________________________
Gdtc-commits mailing list
[email protected]
https://mail.gna.org/listinfo/gdtc-commits