-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
59 additions
and
6 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ wip.* | |
^docs$ | ||
^pkgdown$ | ||
^\.github$ | ||
.zenodo.json |
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,49 @@ | ||
{ | ||
"title": "REDCap Automated Billing", | ||
"upload_type": "software", | ||
"creators": [{ | ||
"name": "Chase, Philip B", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0002-5318-9420" | ||
}, | ||
{ | ||
"name": "James-Woodley, Laurence", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0002-6418-2742" | ||
}, | ||
{ | ||
"name": "Chesney, Kyle", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0002-0479-7251" | ||
}, | ||
{ | ||
"name": "Stoffs, Taryn L", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0002-0830-8179" | ||
}, | ||
{ | ||
"name": "Bentz, Michael", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0002-5790-4268" | ||
}, | ||
{ | ||
"name": "Barnes, Christopher P", | ||
"affiliation": "University of Florida", | ||
"orcid": "0000-0001-7114-1992" | ||
}, | ||
{ | ||
"name": "Sai Pavan, Kamma", | ||
"affiliation": "University of Florida", | ||
"orcid": "0009-0004-4619-0409" | ||
} | ||
], | ||
"description": "REDCap Automated Billing is an automated, data-driven service billing system for a REDCap system. The University of Florida’s CTS-IT designed and wrote this system to charge a modest annual fee for each project and bill for customer support work logged in a REDCap-based service request system. This generates revenue, reduces data privacy risks by incentivizing the deletion of abandoned projects, and improves the quality of research productivity metrics.", | ||
"access_right": "open", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"redcap", | ||
"clinical science", | ||
"data management", | ||
"R" | ||
] | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.43.1 | ||
1.44.0 |
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# send invoice line items on the 5th of the month at 8:05 a.m. | ||
# 5 8 5 * * root /usr/bin/docker run --rm --env-file /rcc/default.env --env-file /rcc/rcc.billing/prod.env rcc.billing Rscript etl/create_and_send_new_invoice_line_items.R | ||
5 8 5 * * root /usr/bin/docker run -v /rcc/rcc.billing:/root --rm --env-file /rcc/default.env --env-file /rcc/rcc.billing/prod.env rcc.billing Rscript etl/create_and_send_new_invoice_line_items.R |