Changes between Version 21 and Version 22 of projects/crm_review/usecases


Ignore:
Timestamp:
Oct 15, 2008, 4:07:49 PM (17 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • projects/crm_review/usecases

    v21 v22  
    9595'''How do you add a field to be part of an existing field group?'''
    9696
     97Not clear. I tried manually changing the edit template, but I don't think I have the correct variable names.
     98
    9799'''Is there free tagging ability? (i.e. can you just type a new tag for a contact?)'''
    98100
     101That issue was raised on the [http://forum.civicrm.org/index.php/topic,4378.0.html forum] and an [http://issues.civicrm.org/jira/browse/CRM-3417 issue was added] that doesn't appear to be moving fast. On the other hand, [http://issues.civicrm.org/jira/browse/CRM-1351 another similar issue] seems to be scheduled for version 3.0.
     102
    99103'''Tags and Groups seem functionally the same. Can we make tags go away in the user interface if we wanted?'''
     104
     105Yes and no. Global Settings -> Site preferences allows you to uncheck sections that you don't want to show up. In the viewing contacts section, groups and tags are two different check boxes. On the edit screen, groups and tags are one check box.
     106
     107So, if we want groups but not tags we have two options:
     108
     109 * Remove tags from the view menu, but keep tags and groups in the edit menu. Remove all tags. On edit, you'll see an empty tag box
     110 * Modify the template to remove the empty tag box.
    100111
    101112'''Can language be changed? Exact case: Can we change the "Make offline donation" link? Can we change the Activity -> Meeting to say "One on one Meeting"?'''
     
    105116And, this is pretty involved. I just [http://forum.civicrm.org/index.php/topic,2849.msg22735.html#msg22735 documented] my efforts and, after spending 30 minutes, still have no luck.
    106117
     118Another approach to this problem would be to hard code the labels in the template. This solution might be easier - however, if we wanted to provide our installation for people using multiple languages, then our changed string would never translate properly.
     119
    107120'''Can the tab order be changed? For example, can we get the Member tab to show up before the Contribute tab?'''
    108121
     122Tabs can be easily removed, however, changing the order seems to require a template modification. Not sure it's worth it.
     123
    109124'''Can we make default end date for membership?'''
     125
     126Yes. This can be configured via the CiviMember configuration page.
     127
     128I just configured a "new" membership to have the start date be equal to the "join" date and the end date be equal to the start date plus 12 months.
     129
     130Now, when entering a new membership, you just need to enter the join date and you can leave the other dates empty (they will be automatically filled in).
    110131
    111132'''Can you pull daily cash receipts and balances? Can you easily pull reports on, for example, all membership entries for a time period?'''