Added the Invoice Modal.
This commit is contained in:
parent
b5adab5786
commit
9033ae9d79
5 changed files with 419 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const createButtons = ref([
|
|||
{
|
||||
label: "Invoice",
|
||||
command: () => {
|
||||
alert("Create Invoice clicked");
|
||||
modalStore.openModal("createInvoice");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue