https://github.com/iamriajul/io.github.iamriajul.membershipperiodtracker
CiviCRM's extension, this extension will keep track of Membership create/renew.
https://github.com/iamriajul/io.github.iamriajul.membershipperiodtracker
civicrm civicrm-api civicrm-extension civicrm-extensions sysadmin
Last synced: 2 months ago
JSON representation
CiviCRM's extension, this extension will keep track of Membership create/renew.
- Host: GitHub
- URL: https://github.com/iamriajul/io.github.iamriajul.membershipperiodtracker
- Owner: iamriajul
- License: other
- Created: 2018-01-21T08:12:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T07:51:21.000Z (over 7 years ago)
- Last Synced: 2025-01-24T05:11:25.249Z (4 months ago)
- Topics: civicrm, civicrm-api, civicrm-extension, civicrm-extensions, sysadmin
- Language: PHP
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Membership Period Tracker
##### Package: io.github.iamriajul.membershipperiodtracker## Membership Period History:
The extension is licensed under [AGPL-3.0](LICENSE.txt).
## Requirements
* PHP v5.4+
* CiviCRM 4.7+## Installation (Web UI)
There is no extra configuration or installation process but simple installation of CiviCRM's Extension.
## Installation (CLI, Zip)
Sysadmins and developers may download the `.zip` file for this extension and
install it with the command-line tool [cv](https://github.com/civicrm/cv).```bash
cd
cv dl io.github.iamriajul.membershipperiodtracker@https://github.com/iamriajul/io.github.iamriajul.membershipperiodtracker/archive/master.zip
```## Installation (CLI, Git)
Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git) repo for this extension and
install it with the command-line tool [cv](https://github.com/civicrm/cv).```bash
git clone https://github.com/iamriajul/io.github.iamriajul.membershipperiodtracker.git
cv en membershipperiodtracker
```## Usage
To get started, create or renew Membership for a Contact and then go to that Contact/Individuals Page and there you will see a New Tab right after Memberships called Membership Period History,
then click that Tab and you will see all Membership Period History for that Contact from when you installed the Extension.## Known Issues
No issues detected yet!