views/case/invoice

Case Invoice Component Adds a button to view mode of Cases with unbilled time, expenses, or sales to create an Invoice.

Members

confirm

Type

Description

String

Confirm text before creating the invoice.

Default

            {
  "confirm": "Are you sure you want to generate the Invoice?"
} 

          

hidden

Type

Description

Boolean

This view is to be shown or hidden

Default

            {
  "hidden": false
} 

          

label

Type

Description

String

Button label

Default

            {
  "label": "Generate Invoice"
} 

          

name

Type

Description

String

Button name

Default

            {
  "name": "custpage_nx_invoice"
} 

          

success

Type

Description

String

Alert text when the invoice is successfully created.

Default

            {
  "success": "Invoice successfully created."
} 

          

General Notices