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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • import member account statements from XML?
Pages: [1]

Author Topic: import member account statements from XML?  (Read 681 times)

mervan

  • I’m new here
  • *
  • Posts: 14
  • Karma: 0
import member account statements from XML?
January 18, 2012, 09:30:30 am
Currently, members can pay their monthly account balances in CiviCRM, but the actual statements are generated in the accounting software. We'd like to let members view these. Does anyone have experience importing from XML or could anyone provide some tips? Is this feasible? We can generate the XML file; just not sure how heavy a lift to import the data to CCRM. Thanks!

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: import member account statements from XML?
January 18, 2012, 02:19:12 pm

use:

hook_civicrm_tabs

http://wiki.civicrm.org/confluence/display/CRMDOC40/CiviCRM+hook+specification#CiviCRMhookspecification-hookcivicrmtabs

and write a small script that parses your xml and renders it as html for a user

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

mervan

  • I’m new here
  • *
  • Posts: 14
  • Karma: 0
Re: import member account statements from XML?
January 19, 2012, 07:03:29 am
Thanks Lobo, that's helpful.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • import member account statements from XML?

This forum was archived on 2017-11-26.