-
-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18269 from eileenmcnaughton/finacl
Shell Financial ACLs extension
- Loading branch information
Showing
11 changed files
with
1,439 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.