create estimate

This commit is contained in:
Casey 2025-11-26 16:47:53 -06:00
parent 2ea20a86e3
commit afa161a0cf
15 changed files with 1234 additions and 435 deletions

View file

@ -54,7 +54,7 @@ const createButtons = ref([
label: "Estimate",
command: () => {
//frappe.new_doc("Estimate");
router.push("/createEstimate/new");
router.push("/estimate?new=true");
},
},
{