The goal of adminApp is to help with administration tasks. It doesn't transmit anything to 2DII. It just helps figure out what numbers to put in your templates. For example, it helps you calculate the number of days to put on the invoice, and help break down the BeeBole allocations.
Install the development version of adminApp from GitHub with:
# install.packages("devtools")
devtools::install_github("2DegreesInvesting/adminApp")
if (interactive()) {
adminApp::run_app()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.