Commit graph

4 commits

Author SHA1 Message Date
573765d51e feat: add Service Factory app icon to desk grid
- Added add_to_apps_screen hook in hooks.py with custom icon
- Created service_factory SVG icon (blue rounded square)
- Added permission check module (api/permission.py)
- Assets symlink instruction in deploy README
- Icon accessible at /assets/service_factory/icons/service_factory.svg
2026-07-15 21:57:52 +00:00
e24c3e2a72 feat: add fixture seed data for portability
- Added fixture config in hooks.py for Workspace, Resource Center,
  Engagement Recipe, and Engagement Order
- Exported workspace.json (3 Service Factory workspaces)
- Created resource_center.json seed data (Engineering Team,
  Solutions Consulting)
- All configuration is now version-controlled and portable
  via 'bench migrate' on any server
2026-07-15 21:53:44 +00:00
7c20c56433 feat: Milestones 3+4 - Frontend widgets and role-based workspaces
- Execution Card JS: live timer with Start/Pause/Stop buttons
  polling get_active_time every second, HH:MM:SS display
- Engineer Workspace: My Active Deliverables cards,
  Execution Card links with employee-filtered shortcuts
- Manager Workspace: Engagement Order/Resource Center/Recipe
  navigation, Active/Stalled/Capacity filtered shortcuts
- Director Workspace: Financial Margin Ledger, Delivery
  Performance cards, KPI shortcuts for Revenue/Cost/Margin
- hooks.py: doctype_js for Execution Card, fixtures for
  workspace auto-sync during migrate
2026-07-15 20:15:17 +00:00
erpnext
7994bb2d17 feat: Initialize App 2026-07-15 19:39:05 +00:00