EnteringModalUI: EnteringModalUI

Description Usage Arguments Details Value See Also

View source: R/EnteringModal.R

Description

A module for a modal with multiple pages for entering transactions into the database.

Usage

1
EnteringModalUI(id, open_modal, helps)

Arguments

id

chr identifier used in shiny session

open_modal

reactive for triggering the modal (e.g. actionButton)

Details

This is the UI part of the module. A modal with 4 pages is created.

  1. Checking and correcting new accounts found in uploaded transactions

  2. Checking and correcting predictions made by machine learning algorithm about new transactions

  3. Noting whether duplicated transactions should be entered anyway

  4. Confirming sucessful finish

Value

chr html code of UI

See Also

Other application functions: EnteringModal, UploadSettingsUI, UploadSettings, abacusApp


mRcSchwering/abacus documentation built on May 21, 2019, 9:18 a.m.