Brand-new Relationship Intelligence Module for visualising and analysing entity relationships — org charts, family trees, supply chains, and fraud/conflict-of-interest investigations.
App Registration Issue Resolved
Fixed an issue where certain tenant app registrations were failing silently during onboarding. Registration now completes reliably and triggers the correct post-registration hooks.
UI Authorization Issues Fixed
Several frontend pages were not correctly enforcing RBAC permissions after the HasModuleAccess refactor. Affected pages now correctly hide or disable actions based on the user's assigned roles.
SSO Issues Fixed for Help Docs & Support Desk
Single Sign-On authentication flow corrected for the Help Documentation and Support Desk portals. Users are now redirected correctly after SSO login without connection errors.
PR to PO Conversion Enhancements
Purchase Requisition to Purchase Order conversion refined: improved serializer field mapping, updated PO print template with cleaner layout and accurate line-item totals.
Opportunity List Enhancements
Opportunity list grid updated with additional columns, improved filtering options, and better status visualisation.
Sales Order, Delivery & Invoice UI Improvements
Sales Order entry page redesigned with improved field layout. Delivery dialog enhanced with additional fields. Invoice detail page updated with enriched line-item display. Country master data page simplified for faster lookups.
RIM – 17 Help Documentation Articles
Comprehensive end-user documentation added to the Help centre: Quick Start, Node Types, Edge Types, Canvas Navigation, Traversal, four use-case walkthroughs (Family Tree, Fraud Detection, Org Hierarchy, Supply Chain), Shortest Path, Cycle Detection, Layouts, and Administrator Configuration Guide.
Relationship Intelligence Module (RIM) – Graph Explorer
Interactive graph canvas powered by React Flow. Add nodes (PERSON, EMPLOYEE, VENDOR, CUSTOMER, BANK_ACCOUNT, ASSET, DEPARTMENT, ROLE, DEVICE, LOCATION, SUPPLIER, DOCUMENT) and connect them with 14 directional/bidirectional relationship types.
- Graph Traversal – Walk the graph from any start node up to configurable depth (1–10 hops)
- Cycle Detection – Automatically detects circular relationships (shell-company fraud, collusive approval loops)
- Shortest Path – API-level shortest path between any two entities
- Layouts – Top-Bottom (org/family) and Left-Right (supply chain/timeline) via Dagre layout engine
- Save Positions – Persist node positions to the database for consistent views
- Mini Map & Zoom Controls – Navigate large graphs efficiently
RIM – Nodes & Relationships Management Tabs
Dedicated Nodes and Relationships tabs with Syncfusion Grid for creating, editing, and deleting graph data outside the canvas. Each node can be linked to an ERP record via External Ref Type/ID.
RIM – RBAC Permissions
Four new permissions added: rim.view_graph, rim.add_graph, rim.change_graph, rim.delete_graph. Three pre-built roles: RIM Viewer, RIM Analyst, RIM Admin.