CreateInvoice
CreateInvoice
is a React component that displays a modal form for creating a new invoice.
Demo
Usage
<CreateInvoice
type={"invoice"}
/>
Properties
onClose
: function
onClose
: functionCallback. Triggered when the modal form is closed.
type
: string (required)
type
: string (required)The type of the receivable document you want to create. Possible values: "invoice", "quote", "creditNotes".
Updated 5 days ago