Added Job Modal.

This commit is contained in:
rocketdebris 2025-11-07 15:28:22 -05:00
parent 721b50d058
commit 20b3c1166f
5 changed files with 369 additions and 22 deletions

View file

@ -40,7 +40,9 @@ const createButtons = ref([
{
label: "Job",
command: () => {
frappe.new_doc("Job");
//frappe.new_doc("Job");
console.log("New Job");
modalStore.openModal("createJob");
},
},
{