Added the Invoice Modal.

This commit is contained in:
rocketdebris 2025-11-07 16:13:56 -05:00
parent b5adab5786
commit 9033ae9d79
5 changed files with 419 additions and 1 deletions

View file

@ -55,7 +55,7 @@ const createButtons = ref([
{
label: "Invoice",
command: () => {
alert("Create Invoice clicked");
modalStore.openModal("createInvoice");
},
},
{