add scripts for doctype changes
This commit is contained in:
parent
80aae6f09b
commit
a67e86af44
7 changed files with 115 additions and 76 deletions
|
|
@ -38,10 +38,9 @@ const createButtons = ref([
|
|||
},
|
||||
},
|
||||
{
|
||||
label: "Job",
|
||||
label: "On-Site Meeting",
|
||||
command: () => {
|
||||
//frappe.new_doc("Job");
|
||||
modalStore.openModal("createJob");
|
||||
modalStore.openModal("createOnsiteMeeting");
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -51,6 +50,13 @@ const createButtons = ref([
|
|||
modalStore.openModal("createEstimate");
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Job",
|
||||
command: () => {
|
||||
//frappe.new_doc("Job");
|
||||
modalStore.openModal("createJob");
|
||||
},
|
||||
},
|
||||
{
|
||||
label: "Invoice",
|
||||
command: () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue