feat: restructure sales, add PDF quote generation and WebSocket support

This commit is contained in:
2026-03-06 23:25:37 -06:00
parent 4efca6cc53
commit 1907bb433b
73 changed files with 8115 additions and 170 deletions
+1
View File
@@ -61,6 +61,7 @@ describe("procurement manager", () => {
expect(typeof procurement.fetchDistinctValues).toBe("function");
expect(typeof procurement.linkItems).toBe("function");
expect(typeof procurement.unlinkItems).toBe("function");
expect(typeof procurement.fetchLaborCatalogItems).toBe("function");
});
test("fetchPages calls through without errors (mock absorbs)", async () => {