Giter VIP home page Giter VIP logo

org.civicoop.casecontribution's Introduction

org.civicoop.casecontribution

This extension links a contribution to a case. It also shows all linked contributions on the manage case screen. And you can also create a contribution from within the manage case screen.

Table of content

Audience of this document

  • Site administrators (people who want to make functionality available to users)
  • Developers (who want to build on this extension)

What does this extension do?

By default you cannot link a contribution to a case in CiviCRM. This extension will allow you to link a contribution to a case.

  • On the manage case screen one can see all case contributions
  • On the manage case screen one can create a new case contribution
  • On the view contribution screen one can see the linked case and click on it to manage the case
  • On the new/edit contribution screen one can link a contribution to an existing case

When is this extension useful?

This extension is useful when you have for example a coaching contract and you log everything on a case. At the end you want to invoice the client of the case based on how many coaching sessions took place.

API

This extension provides an API for linking a contribution to a case. below is a description of the API calls.

CaseContribution.create

This API call creates a link between a contribution and a case.

Paramater Required Description
contribution_id Yes The ID of the contribution
case_id Yes The ID of the case.

CaseContribution.delete

This API call removes a link between a contribution and a case.

Paramater Required Description
contribution_id Yes The ID of the contribution
case_id Yes The ID of the case.

CaseContribution.get

This API call gets all links between cases and contributions.

Paramater Required Description
contribution_id No The ID of the contribution
case_id No The ID of the case.

org.civicoop.casecontribution's People

Contributors

jaapjansma avatar pradpnayak avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.