-
-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is intended as a hidden extension while we work through the process of migrating core functionality into it. I'm expected there to be a bit of work to unravel this into hook interactions - but the core extension mechanism gives us that space
- Loading branch information
1 parent
8a29c31
commit ee1deca
Showing
11 changed files
with
1,429 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# financialacls | ||
|
||
![Screenshot](/images/screenshot.png) | ||
|
||
(*FIXME: In one or two paragraphs, describe what the extension does and why one would download it. *) | ||
|
||
The extension is licensed under [AGPL-3.0](LICENSE.txt). | ||
|
||
## Requirements | ||
|
||
* PHP v7.0+ | ||
* CiviCRM (*FIXME: Version number*) | ||
|
||
## Installation (Web UI) | ||
|
||
This extension has not yet been published for installation via the web UI. | ||
|
||
## 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 <extension-dir> | ||
cv dl financialacls@https://github.com/FIXME/financialacls/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/FIXME/financialacls.git | ||
cv en financialacls | ||
``` | ||
|
||
## Usage | ||
|
||
(* FIXME: Where would a new user navigate to get started? What changes would they see? *) | ||
|
||
## Known Issues | ||
|
||
(* FIXME *) |
Oops, something went wrong.