feat(projects): add the Projects CRM module

This commit is contained in:
abe-kap
2026-07-22 17:19:23 -04:00
parent 7bcd1a2a2d
commit d44cacb778
7 changed files with 654 additions and 8 deletions
+1
View File
@@ -86,6 +86,7 @@ const NAV_PERMISSION: Record<string, string | undefined> = {
leads: "leads.manage",
verify: "leads.manage",
pipeline: "pipeline.manage",
projects: "pipeline.manage",
estimates: "estimates.create",
procanvas: "estimates.create",
dispatch: "dispatch.manage",