CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Using the front-end to search for individual and record their donation.
Pages: [1]

Author Topic: Using the front-end to search for individual and record their donation.  (Read 1189 times)

rakpojaro

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.6
  • PHP version: 5.4
Using the front-end to search for individual and record their donation.
September 10, 2013, 12:01:13 pm
Hi,

Please i will like to use CIVICRM to configure a front-end page for entering donations just at it functions in the back end where you cab search for an individual and just record a donation against their name (not to process a payment but just to record).

I will not want to grant the staff access to the whole of my joomla backend to this

Currently it only allows you to just apply a donation against an email address in the front end.

Please help.

Rex

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 12:02:33 pm
This feature has been added in 4.4. Details here:

http://issues.civicrm.org/jira/browse/CRM-13179
« Last Edit: September 10, 2013, 12:54:29 pm by Donald Lobo »
Try asking your question on the new CiviCRM help site.

rakpojaro

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.6
  • PHP version: 5.4
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 04:07:18 pm
Hi,

Thanks for your quick response.

The new fix seems to make it possible for me to enter contribution for an individual but it doesn't give me the option to search for an individual and apply a contribution to that individual that was found.


Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 04:15:36 pm

You'll need to do this as a custom extension. If you do so, please share your code / recipe so others can benefit

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

rakpojaro

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.6
  • PHP version: 5.4
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 04:28:49 pm
Hi,

So just to confirm, a the moment, it is not possible have a form to search for a contact from the front-end and apply a donation to that individual person?


Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 04:32:16 pm

it is not possible via the UI as is shipped in the release

But, you can write a custom extension / code to do the needful. So it is possible with custom code :)

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Using the front-end to search for individual and record their donation.
September 10, 2013, 04:47:51 pm
So, Coleman asked me to clarify ... something. I assume he means the expected behaviour of CRM-13179. If you add 'cid=0' to the contribution page url in 4.4 then you can fill it in as someone else. If you have permission to view one or more contacts then you will be able to select them from the autocomplete select box (I think you have to click on something to make it display - like 'click here to select an existing contact' or something.
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

rakpojaro

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.6
  • PHP version: 5.4
Re: Using the front-end to search for individual and record their donation.
September 11, 2013, 04:55:54 am
Hi Eileen,

I have civicrm 4.4 and i added the 'cid'=o in the url and it allows me to enter donations on behalf of people but still doeasn't allow me to do a search. Any ideas how this can be done?

http://higherlife.tv/index.php?option=com_civicrm&task=civicrm/contribute/transact&reset=1&id=2&'cid'=0

Thanks for your help.

Coleman Watts

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 2346
  • Karma: 183
  • CiviCRM version: The Bleeding Edge
  • CMS version: Various
Re: Using the front-end to search for individual and record their donation.
September 11, 2013, 06:53:20 am
It doesn't work when I view the page b/c I'm not logged in. Can you confirm that it also doesn't work for permissioned users?
Try asking your question on the new CiviCRM help site.

rakpojaro

  • I’m new here
  • *
  • Posts: 5
  • Karma: 0
  • CiviCRM version: 4.3.5
  • CMS version: Joomla
  • MySQL version: 5.6
  • PHP version: 5.4
Re: Using the front-end to search for individual and record their donation.
September 11, 2013, 08:32:52 am
Hi Coleman,

You can log into the website by using login: test  password: test

http://higherlife.tv/index.php?option=com_civicrm&task=civicrm/contribute/transact&reset=1&id=2&'cid'=0

or the "Testing" submenu item under "Make a Donation"

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Using the front-end to search for individual and record their donation.
September 11, 2013, 03:46:28 pm
Note that the logged in user must  have ACL permission to view at least one other contact
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Eileen

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4195
  • Karma: 218
    • Fuzion
Re: Using the front-end to search for individual and record their donation.
September 12, 2013, 06:09:18 pm
Hi,

Although I can log into the administer screen I am not sure that means I'm logged into the front end. I note the CiviCRM user does not have 'access CiviCRM' permission. In that case they need to have 'Access Ajax API' (or similar permission). This allows them to run certain queries using javascript. For example I can run CRM.api('contact', 'get') & get a list of contacts I have permission to view. Note that this returns all contact fields relating to those contacts
Make today the day you step up to support CiviCRM and all the amazing organisations that are using it to improve our world - http://civicrm.org/contribute

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Using the front-end to search for individual and record their donation.

This forum was archived on 2017-11-26.