Added Estimate Modal and solved some merge conflicts.

This commit is contained in:
rocketdebris 2025-11-07 11:46:15 -05:00
parent 942e9beeab
commit 88171caee6
6 changed files with 389 additions and 47 deletions

View file

@ -46,7 +46,8 @@ const createButtons = ref([
{
label: "Estimate",
command: () => {
frappe.new_doc("Estimate");
//frappe.new_doc("Estimate");
modalStore.openModal("createEstimate");
},
},
{