mod_edit_billsUI: mod_edit_billsUI and mod_edit_bills

Description Usage Arguments Examples

Description

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

Usage

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))

Arguments

id

shiny id

docmode

either "quote" to mange quote document or "bill" (default) to manage bill document

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 mode = "bill". Reactive data with quotes information

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 "quote" to mange quote document or "bill" (default) to manage bill document

settingsdata

reactive data with settings information

Examples

1
## No example yet

BenjaminLouis/manageR documentation built on May 8, 2019, 12:50 p.m.