CiviCRM/Wikimedia Modules
get the modules from Wikimedia Subversion: https://svn.mediawiki.org/svnroot/wikimedia/branches/wmse_civicrm/
wmse_audit
editProvides a financial report in realtime, displaying all transactions twice, once grouped by nominal accounts and once grouped by asset accounts.
The new version can also handle cost centers (needs an custom field in Contributions) and has an extra section to display budgets per nominal accounts and their actual balance.
wmse_base
editThis module just holds some general functionality and configuration which is used by several other modules. Is a requirement for the rest to work.
wmse_calendar
editstarted integration into google calendar&ical export of activities
wmse_donate
editAdds a donation form which can be embedded in the Drupal website. Uses wmse_base for payment methods - we do not use the built-in payment methods of CiviCRM because they are fixed inside donation pages which do not work for Wikimedia.
The module allows seperation of donations to nominal accounts which is also used in for the lastdonations ticker to determine public donations.
wmse_invoice
editGenerate letters, membersip fee reminders and invoices from contributions using tcpdf.
wmse_irc
editIs used by Wikimedia Sverige to create IRC accounts from CiviCRM memberships to authenticate them as members in an IRC channel, can be used for AGMs.
wmse_lastdonations
editA Drupal block which displays public donations. Just configure the nominal account which should be used.
wmse_mediawikiparser
editAdds a content type to Drupal. The content of this content type is piped through a MediaWiki API for rendering, the resulting HTML code is displayed then in Drupal.
Several wikis can be set up as multiple content types. Useful to either
- be able to use MediaWiki syntax when writing Drupal posts or articles, or
- to be able to transclude content from a wiki, eg. a members wiki to avoid redundant information management
It also embeds images from those wikis in use, which also works with Instant Commons or external file repositories.
wmse_membership
editAdds a Drupal form where members can sign up online. Uses wmse_base payment modules to allow new members to pay their fee directly. When offering membership fee payment the new member can also make a donation on top of the membership fee payment.
There is also the functionality to send members a special link with a personalised hash so they can renew their current membership and review there address and bank details. At start of a new business year these links can be sent to all members to make them pay the membership fee for the new year.
wmse_potd
editDisplays the Picture of the Day of any configured wiki.
wmse_recentchanges
editShows recent changes to CiviCRM - useful to watch donations, membership sign ups etc. works so far only for contributions, database logging needs to be enabled.
wmse_style
editcontains style sheets for WMSEs website.
wmse_tasks
editDisplays a page of contributions that need attention, such as pending contributions of payment methods that can't be completed online.
Also includes a "Thank you" feature to make sure all donors receive an e-mail thanking them for the donation. The thank-yous have to be triggered manually, after reviewing that the donation was successful.
wmse_usersync
editSynchronises the users of a MediaWiki instance with memberships in CiviCRM. (read only)
wmse_worktime
editlogging of employee and volunteer worktime, holidays, leave, etc. Requires new payment instruments worktime and Volunteer time.
prerequisites
editdirectories
editunder sites/default/files/wmse, need to be readable/writable by webserver
- bankgirot
- wmse base module, import of Swedish bankgirot BGMAX files, if enabled
- bluegarden
- wmse tasks, import of payroll data&SIE files
- collectum
- wmse_tasks, import of pension invoices
- currency
- wmse_base, storage of currency conversion data from ECB, used for reimbursements.
- invoice
- wmse_invoice, storage of created invoices
- reconciliation
- wmse_tasks, storage of bank statements from Swedbank for automatic reconciliation
custom fields
editFieldset 'Accounting'
editField Label | Data Type | Field Type | Req? | Searchable? | Enabled? | Comment |
Category | Integer | Select | Yes | Yes | Yes | Contains a chart of accounts, e.g. BAS or SKR 49 |
Receipts | File | File | No | No | Yes | Receipts for payments are stored as pdf attachment to all contributions |
worktime | Number | Text | No | Yes | Yes | worktime in hours |
cost per hour | Money | Text | No | Yes | Yes | cost per hour in local currency, usually a negative value |
Contact | Contact Reference | Autocomplete-Select | No | Yes | Yes | contact ID for contributions that are “owned” by somebody, but still need to be attributed to a certain person. E.g. worktime or internal transfers for salery that on the contact of the organization, but for a certain employee |
Fieldset 'Fundraising'
editonly used on contribution types for donations
Field Label | Data Type | Field Type | Req? | Searchable? | Enabled? | Comment |
utm_source | Alphanumeric | Text | No | Yes | Yes | |
utm_medium | Alphanumeric | Text | No | Yes | Yes | |
utm_campaign | Alphanumeric | Text | No | Yes | Yes | |
drupal_node | Alphanumeric | Text | No | Yes | Yes | |
donation_comment | Note | TextArea | No | Yes | Yes | public donation comment |
modules/libraries
editsites/all/libraries/tcpdf, creating invoices and letters from contributions, memberships etc.
- libraries module needed by tcpdf
- tcpdf module