Description Usage Arguments Details Value See Also
View source: R/EnteringModal.R
A module for a modal with multiple pages for entering transactions into the database.
1 | EnteringModal(input, output, session, open_modal, tas, db)
|
input |
|
output |
|
session |
|
open_modal |
|
tas |
|
db |
|
This is the server logic of the module. While the user goes through 4 pages in the modal following is done.
Read method extracts new accountss from
transactions object.
Predict method enters new accounts into the database
and then predicts each transaction.
Duplicated reads the database to see if transactions
were already entered.
Enter finally inserts new transaction into the
database.
TRUE
Other application functions: EnteringModalUI,
UploadSettingsUI,
UploadSettings, abacusApp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.