Description Usage Arguments Examples
A shiny module to manage quote and bill data. This shiny module is quiet big and in the future it should be divided in smaller module
1 2 3 4 5 6 | mod_edit_billsUI(id, docmode = "bill")
mod_edit_bills(input, output, session, data = reactive(NULL),
servicesdata = reactive(NULL), clientsdata = reactive(NULL),
quotesdata = NULL, billingaddressesdata = NULL, path, filename,
mode = "bill", settingsdata = reactive(NULL))
|
id |
shiny id |
docmode |
either |
input |
internal |
output |
internal |
session |
internal |
data |
reactive data with bill or quote information |
servicesdata |
reactive data with services information |
clientsdata |
reactive data with clients information |
quotesdata |
only if |
billingaddressesdata |
reactive data with billind addresses information |
path |
reactive string value. The path to the directory where the file will be exported |
filename |
string value. The name of the file when exported |
mode |
either |
settingsdata |
reactive data with settings information |
1 | ## No example yet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.