Every release to Biztimize — new features, improvements, fixes, and breaking changes — documented here, for everyone. No marketing gloss.
1.88.0
Business Network Phase 6 — OAuth/SSO & Enhanced Discovery
March 28, 2026
Production
Introduces OAuth/SSO login for supplier portal users via Google and Microsoft, enhanced supplier discovery with ratings integration, and background Celery tasks for periodic risk score and analytics recalculation.
Improvement
Supplier Discovery with Ratings & Risk Badges
The supplier discovery page now displays aggregate review ratings and risk score badges on supplier cards, helping buyers make informed connection decisions.
ProcurementGlobal
New Feature
OAuth / SSO Login for Supplier Portal
Supplier portal users can now sign in using their Google or Microsoft accounts via OAuth 2.0.
Provider Support — Google and Microsoft OAuth with configurable client ID and secret in Django settings.
Social Account Linking — a SocialAccount model tracks linked providers per user, supporting multiple linked accounts.
Auto-Provisioning — new supplier users are auto-created on first OAuth login when their email matches a registered supplier domain.
Login Page — redesigned supplier login page with social sign-in buttons alongside traditional email/password.
Callback Handling — dedicated OAuth callback page handles token exchange and error states.
SystemGlobal
New Feature
Periodic Risk & Analytics Recalculation Tasks
New Celery Beat tasks for automatic recalculation of supplier risk scores and analytics aggregates on a configurable schedule, ensuring dashboards stay up to date without manual intervention.
SystemGlobal
New Feature
Help Documentation for Business Network Phases 4–6
Comprehensive help documentation migrations added for Phase 4 (procurement collaboration), Phase 5 (ratings, risk, analytics), and Phase 6 (OAuth/SSO, enhanced discovery) features.
OtherGlobal
1.87.0
Business Network Phase 5 — Ratings, Risk Scoring & Analytics
March 28, 2026
Production
Adds intelligence and analytics capabilities to the Biztimize Business Network. Buyers can now rate and review suppliers across four dimensions, view calculated risk scores, run three-way matching (PO → ASN → Invoice) to flag discrepancies, and access a spend-analytics dashboard. Suppliers get their own analytics dashboard showing performance metrics and review summaries.
New Feature
Three-Way Matching Engine (PO → ASN → Invoice)
Automated matching engine that compares supplier invoices against purchase orders and ASN records to flag discrepancies.
Header & Line Matching — validates quantities, prices, and totals at both header and line-item level.
Match Outcomes — Full Match, Partial Match, or Mismatch with detailed variance reporting.
Auto-Approval — fully matched invoices can be auto-approved based on buyer configuration.
ProcurementGlobal
New Feature
Supplier Risk Scoring Engine
A weighted risk scoring engine that calculates a 0–100 risk score for each supplier-buyer pair.
Risk Categories — Low / Medium / High / Critical based on configurable thresholds.
On-Demand Calculation — recalculate risk scores via API or periodic Celery task.
ProcurementGlobal
New Feature
Supplier Ratings & Reviews
Buyers can submit per-transaction reviews of suppliers with star ratings across four dimensions.
Four Dimensions — Quality, Delivery, Communication, and Value, each rated 1–5 stars; auto-calculated overall rating.
Review Workflow — one review per buyer per supplier per transaction reference (e.g., PO number).
Aggregate Scores — overall ratings visible on supplier discovery cards and supplier profile pages.
Supplier View — suppliers see their review summaries on a dedicated Reviews page in the portal.
ProcurementGlobal
New Feature
Buyer Spend Analytics Dashboard
A new analytics dashboard for buyer procurement teams providing spend visibility across the supplier network.
Spend by Supplier — bar/pie charts of spend distribution across connected suppliers.
Spend by Category — breakdown by industry category and material group.
Trend Analysis — month-over-month spend trends with comparison to prior periods.
AnalyticsGlobal
New Feature
RBAC Permissions for Business Network Phase 5
Six new permission codenames added: bbn.view_reviews, bbn.submit_review, bbn.view_risk_score, bbn.calculate_risk, bbn.view_analytics, and bbn.run_matching.
SystemGlobal
New Feature
Supplier-Side Analytics Dashboard
Suppliers can now view their own performance analytics from the portal, including order volume, on-time delivery rate, review scores, and revenue trends across connected buyers.
AnalyticsGlobal
1.86.0
Business Network Phase 4 — RFQ Portal, PO Collaboration & Invoicing
March 27, 2026
Production
Delivers full procurement collaboration across the Biztimize Business Network. Suppliers can respond to RFQs, acknowledge purchase orders, manage shipments with ASN tracking, submit invoices, and view payment status — all from the supplier portal. Buyers gain incoming shipment tracking, supplier invoice review, and enhanced supplier discovery with connection-request workflow.
Improvement
Enhanced Buyer Supplier Discovery Page
The supplier discovery page now shows richer supplier profiles with connection-request workflow, allowing buyers to browse and connect with network suppliers.
ProcurementGlobal
New Feature
Supplier Portal — RFQ & RFI Response Pages
Suppliers can now view, filter, and respond to RFQs and RFIs published by connected buyers, directly from the supplier portal.
RFQ Page — lists open RFQs with status badges, due-date countdown, and a quote-submission dialog for line-level pricing, lead time, and notes (1,320+ lines).
RFI Page — view information requests, submit responses with attachments, and track response status (1,100+ lines).
ProcurementGlobal
New Feature
Supplier Portal — Shipment & ASN Management
Suppliers can create and manage shipments against acknowledged POs, including Advanced Shipping Notices (ASNs).
Shipment Creation — link to PO, enter carrier, tracking number, expected delivery, and line-level shipped quantities.
Status Tracking — Draft → Shipped → In Transit → Delivered, with delivery confirmation and proof-of-delivery notes.
ProcurementGlobal
New Feature
Supplier Portal — Purchase Order Acknowledgement
Suppliers can view purchase orders issued by buyers and formally acknowledge, request changes, or reject them.
PO List & Detail — searchable PO list with status filter; detail view shows line items, delivery schedule, and terms.
Acknowledgement Workflow — Pending → Acknowledged / Changes Requested / Rejected, with response notes and timestamp.
Suppliers can submit invoices against POs and track payment status from the portal.
Invoice Submission — create invoices linked to POs with line items, tax, and total amount (1,030+ lines).
Payment Tracking — view payment status, expected payment dates, and payment history per invoice.
ProcurementGlobal
New Feature
RBAC Permissions for Business Network Phase 4
Nine new permission codenames added to setup_rbac.py covering RFQ portal access, quote submission, PO acknowledgement, shipment management, invoice submission, payment viewing, buyer discovery, and supplier invoice review.
SystemGlobal
New Feature
Buyer-Side Supplier Invoice Review
A new page for buyer procurement teams to review supplier-submitted invoices, approve or dispute line items, and forward approved invoices for payment processing.
ProcurementGlobal
New Feature
Buyer-Side Incoming Shipment Tracking
Buyers can now track incoming shipments from suppliers, view ASN details, and confirm delivery receipt from a dedicated page.
ProcurementGlobal
1.85.0
Business Network Phase 3 — Catalog, Messaging & Verification
March 27, 2026
Production
Ships five major features for the Biztimize Business Network: a full product/service catalog with image galleries and buyer-side discovery, thread-based in-app messaging between buyers and suppliers, automated compliance document expiry monitoring via daily Celery task, GST/PAN number verification with audit trail, and multi-year financial statement upload with buyer-side health assessment. Also includes CRM Delivery UI enhancements, AI-driven enterprise structure seeding, Cost Worksheet and Cut Plan improvements, Routing enhancements, and a fix for AI PO-to-SO conversion.
Bug Fix
AI PO-to-SO Conversion Bug Fixed
Resolved a bug in the AI-driven Purchase Order to Sales Order conversion that was causing incorrect data mapping in certain scenarios.
ProcurementGlobal
Improvement
Cut Plan Worksheet Grid Improvements
Improvements to the Cut Plan worksheet grid for better data entry and visualisation of cutting plans.
OtherGlobal
Improvement
Cutplan & Routing Enhancements
Enhancements to Cutplan and Routing modules for improved production planning workflows.
OtherGlobal
Improvement
Cost Worksheet Enhancements & Menu Restoration
Enhancements to the Cost Worksheet functionality and restoration of the Cost Worksheet menu item in the sidebar navigation.
OtherGlobal
Improvement
Enterprise Structure – AI-Driven Data Seeding
AI-assisted master data seeding for enterprise structure configuration, automating the setup of organisational hierarchies and structure definitions.
SystemGlobal
Improvement
CRM Delivery UI Page Enhancements
Improvements to the CRM Delivery UI page for better usability and data presentation in the delivery workflow.
CRMGlobal
New Feature
Product & Service Catalog for Business Network
Suppliers can now showcase their products and services in a searchable catalog across the Biztimize Business Network.
Catalog Management — suppliers create catalog items with name, type (product/service), detailed specifications (key-value pairs), pricing range, currency, MOQ, lead time, HSN/SAC code, and capacity.
Image Gallery — thumbnail plus additional gallery images per item with caption and ordering support.
Category Tagging — items linked to industry categories for discoverability (M2M with SupplierCategory).
Buyer Discovery — buyers search the catalog across all suppliers by keyword, category, item type, supplier, and price range.
Status Workflow — Draft (private) → Active (visible to buyers) → Discontinued (hidden but preserved).
Frontend — full catalog management page (1,650+ lines) with card grid, add/edit dialog, specifications editor, and image gallery.
ProcurementGlobal
New Feature
Multi-Year Financial Statement Upload & Health Assessment
Suppliers can upload financial statements for multiple years, and buyers can assess connected suppliers' financial health.
Introduces the full Visitor Management System (VMS) with pre-registration, QR-code check-in, walk-in registration, host notifications, badge/pass management, blacklist enforcement, compliance forms, and a real-time analytics dashboard. Also ships the HRM Payroll management UI pages, AI-driven PO-to-SO enhancements, and multiple infrastructure fixes for GCS file/image field migrations and CI pipeline migration validation.
Bug Fix
GCS Image & File Field Migration Conflict Resolved
A migration conflict on GCSImageField and GCSFileField columns that caused migrate to fail on fresh tenant databases has been fixed.
Root cause: the field's storage backend parameters were being included in the migration state, causing the field signature to differ between environments.
Affected migrations have been corrected so that new tenant database provisioning and CI test runs complete without errors.
A long-standing infrastructure issue where Django's migration framework would generate spurious (phantom) migrations for GCSFileField and GCSImageField columns on every makemigrations run has been resolved.
The custom field's deconstruct() method now correctly serialises all field parameters, preventing unnecessary migration diffs.
All previously missing GCSFileField migrations have been added across the affected apps.
The CI/CD pipeline now enforces a migration check stage — any unapplied migration will fail the build, catching drift before it reaches production.
The AI engine that converts incoming Purchase Orders from customers into Biztimize Sales Orders has been significantly enhanced:
Improved line-item extraction accuracy for complex multi-page POs.
Better handling of variant materials (size/colour grids) during auto-population of order lines.
Reduced false-positive mismatches when mapping customer material codes to internal material masters.
Enhanced error reporting when the AI cannot confidently match a line — the user is prompted to review rather than silently creating an incorrect order.
ProcurementGlobal
New Feature
HRM Payroll – Management Pages Added to React UI
The HRM Payroll module now has a dedicated React frontend. Payroll administrators can access payroll runs, payslips, and related management screens directly from the sidebar without switching to the Django admin or legacy views.
Payroll list and detail pages integrated into the main React application.
Consistent navigation and styling matching the rest of the Biztimize UI.
Role-based access gates apply — only users with payroll permissions see the new sidebar entries.
Human ResourcesGlobal
New Feature
Visitor Management System (VMS) – Full App Launch
A brand-new Visitor Management System is now live, giving organisations a complete digital front-desk solution. Key features:
Pre-Registration & Visit Requests — hosts invite visitors in advance with purpose, schedule, and access zones; requests go through an approval workflow (Draft → Pending → Approved).
QR-Code Fast Check-In — every approved visit generates a unique UUID-based QR pass; security scans or types the code for instant check-in.
Walk-In Registration — a streamlined single-screen form creates the visitor record and checks in the visitor simultaneously.
Active Visitors Dashboard — real-time table of everyone currently on premises, with one-click checkout.
Host Notifications — the host employee is notified (in-app and email) the moment their visitor checks in.
Visitor Master Records — searchable visitor database with visit history, linkage to CRM Customers and SRM Suppliers, and ID proof capture (Aadhaar, PAN, Passport, Driving License, etc.).
Badge & Pass Management — configurable badge templates (colour-coded by visitor type), pre-printed card number mapping, and badge return tracking at checkout.
Blacklist / Watchlist — flagged visitors are blocked at check-in; admins can lift bans with an audit trail.
Compliance Forms — location-specific mandatory forms (Safety Induction, NDA, Health Declaration, PPE Acknowledgement) with digital signature recording.
Multi-Location Support — independent configuration (compliance rules, auto-checkout hours) per gate or premises.
Analytics KPIs — dashboard shows expected, checked-in, checked-out, currently-inside, no-show, and pending-approval counts for today, with visitor-type and location breakdowns.
Excel Export — full visit log history exportable to Excel for compliance and management reporting.
Access is controlled by new VMS roles: VMS Security Guard, VMS Host, and VMS Admin. Post-deploy: run python manage.py setup_rbac --tenant <id> and assign roles in Django Admin.
OtherGlobal
1.83.0
HRM Payroll Engine – Full Payroll Calculation & Country Packs
March 22, 2026
Production
Introduces the complete HRM Payroll Engine: end-to-end payroll run processing with gross salary calculation, statutory deductions (TDS/PF/ESI/PT for India), payslip generation, Full & Final settlement, arrears re-computation, off-cycle runs, GL posting, and bank disbursement file export. 12 help articles added.
New Feature
Payslip Generation & PDF Export
The Payslip Service produces a structured payslip for each employee after a payroll run is completed:
Earnings and deductions breakdown by wage type
Employer contribution summary (PF, ESI)
Year-to-date totals and tax summary
PDF download available from the employee self-service portal
Bulk payslip email dispatch supported
Human ResourcesGlobal
New Feature
Payroll Engine – End-to-End Payroll Run Processing
The core Payroll Engine orchestrates the full payroll calculation cycle for a Payroll Period:
Eligibility check — identifies employees in scope based on assignment and attendance data
Gross calculation — builds the pay register from Basic Pay (IT0008), Recurring Payments (IT0014), and Additional Payments (IT0015)
Proration — pro-rates salary for mid-period joiners, leavers, and loss-of-pay days
Country-pack execution — applies statutory deductions and employer contributions
Net pay derivation — gross minus all deductions
Payroll result persistence — stores employee-level and summary results
Payroll Runs follow a lifecycle: Draft → Running → Completed → Approved → Disbursed. Re-runs are supported in Draft and Completed states.
Gratuity computation (15/26 formula per Indian Gratuity Act)
Outstanding loan and advance recovery
FnF payslip generation and approval workflow integration
Human ResourcesGlobal
New Feature
Arrears Re-computation
The Arrears Service recalculates pay differences when salary revisions are applied retrospectively:
Detects periods where the employee's compensation changed mid-cycle
Recomputes gross and net pay for each affected period
Generates an arrears adjustment record for the current payroll run
Full audit trail: old pay, new pay, and delta per wage type
Human ResourcesGlobal
New Feature
Off-Cycle Payroll Runs
Off-Cycle Runs allow ad-hoc payroll processing outside the regular monthly schedule — for advance payments, bonus payouts, interim settlements, and corrections without waiting for the next regular cycle. Off-cycle runs go through the same engine pipeline but are tagged separately in GL posting and disbursement files.
Human ResourcesGlobal
New Feature
GL Posting Service – Automatic Journal Entry Creation
After payroll approval, the GL Posting Service automatically creates journal entries in the Financial Accounting module:
Salary expense lines per wage type and cost centre
Statutory liability lines (PF payable, ESI payable, TDS payable)
Net pay payable to employees
Employer contribution expense lines
GL account mapping configured via the Payroll Control admin page
Reversal support for corrective payroll runs
Human ResourcesGlobal
New Feature
Bank Disbursement File Export
The Bank File Service generates payment instruction files for salary disbursement:
NEFT/RTGS bulk payment file in standard bank formats
Per-employee net pay with bank account details
Deduction payment files for PF, ESI, and PT challan generation
Downloadable from the Payroll Run detail page after approval
Human ResourcesGlobal
New Feature
Payroll Tax Engine – Country Configuration
A dedicated Tax Engine model layer stores country-level payroll tax configuration that can be updated by HR administrators without code changes:
TDS slab tables for old and new tax regimes (annually updatable)
PF/ESI wage ceiling and rate configuration
State-wise Professional Tax slab tables
Standard exemption and deduction limits (80C, 80D, HRA)
Human ResourcesGlobal
New Feature
HRM Payroll Engine – 12 Help Documentation Articles
Twelve end-user and administrator help articles added under the HRM – Payroll Engine category:
Payroll Engine Overview & Architecture
Running the Monthly Payroll Cycle
India Country Pack – TDS / Income Tax
India Country Pack – Provident Fund (PF / EPF)
India Country Pack – ESI (Employee State Insurance)
India Country Pack – Professional Tax (PT)
Payslip – Viewing, Downloading & Emailing
Full & Final Settlement (FnF) Processing
Arrears Re-computation Guide
Off-Cycle Payroll Runs
GL Posting & Journal Entry Configuration
Bank File Export & Disbursement
Human ResourcesGlobal
1.80.0
CRM, TC Workflow, POS, REM & Platform Improvements
March 16, 2026
Production
A broad set of enhancements and fixes across CRM (Sales Orders, Delivery, Invoice), Textile Costing workflow with email notifications, Point of Sale UI, Project Management categories, Real Estate Management, AI-powered hierarchy data seeding, Common Master Data seeding, and infrastructure improvements including hashed static filenames and PostgreSQL connection-pool overflow resolution.
Bug Fix
Delivery-to-Invoice Page – Field Corrections
Several field mapping issues on the Delivery → Invoice conversion page have been fixed, ensuring that line quantities, prices, and references carry over correctly without manual editing.
CRMGlobal
Bug Fix
PostgreSQL Connection Pool Overflow Resolved
Under high concurrency, the application was exhausting the PostgreSQL connection pool, causing connection overflow errors for some requests. The connection pool settings and tenant database router have been tuned to prevent overflow under normal and peak load.
SystemGlobal
Bug Fix
Sales Order Save Error Resolved
A regression that caused a validation error when saving Sales Orders under certain field combinations has been corrected. All save paths now complete successfully.
CRMGlobal
Bug Fix
Textile Costing – Net Consumption Used in Made-Up Fabric BOM
The Made-Up Costing calculator now correctly reads net consumption from the Cut Plan when building the Fabric BOM, rather than gross consumption. This prevents fabric quantity over-estimates in costing sheets.
OtherGlobal
Improvement
Static Files – Hashed Filenames for Cache Busting
All static assets are now served with content-hash suffixes (e.g., main.a3f9c2.js), enabling aggressive long-term browser caching while guaranteeing instant updates on every deployment. A version tag is also displayed in the base template footer for quick environment verification.
Multiple quality-of-life improvements across CRM transactional documents:
Sales Order and Delivery line-item forms updated with additional fields
Task Templates linked to Sales Orders for automated task generation
Materials Management (MM) and Purchase Order/Quote fields synchronised
CRMGlobal
Improvement
Customer PO Extraction to Sales Order – Enhanced Accuracy
The AI-assisted Customer PO → Sales Order extraction workflow has been improved to handle a wider range of PO document formats and field mappings, reducing manual correction effort after extraction.
CRMGlobal
Improvement
Real Estate Management – UI Page & Functions
The Real Estate Management (REM) module now has an improved React UI with full CRUD functionality for property listings, unit management, tenant assignments, and lease tracking.
OtherGlobal
Improvement
Help Documentation – Support Desk Pages Improved
The Support Desk section of the Help Documentation centre has been reorganised and expanded with clearer article structure, improved navigation, and updated content reflecting the latest UI.
SystemGlobal
New Feature
CRM – Delete Actions for Sales Orders and Deliveries
Users with appropriate permissions can now delete Sales Orders and Delivery records directly from the list and detail views, with confirmation dialogs to prevent accidental deletion.
CRMGlobal
New Feature
Business Network – Phase 2 Build
Phase 2 of the Business Network module is now live, extending the supplier registration and buyer onboarding capabilities introduced in Phase 1.
Enhanced supplier-portal registration and dashboard views
Expanded buyer-side discovery and onboarding workflows
Additional API endpoints for network graph data
ProcurementGlobal
New Feature
Textile Costing – Email Notifications in Approval Process
Automated email notifications added to each stage of the TC costing approval workflow via Zeptomail:
TC User receives confirmation on submission
TC Manager and Commercial Head receive approval-request emails
Rejection and re-submission emails included
Asynchronous delivery supported via WORKFLOW_USE_CELERY_EMAIL
OtherGlobal
New Feature
Point of Sale – UI Functions & Workflow
The POS module now has a fully functional React UI including:
Product search and cart management
Payment processing screen with tender types
Receipt generation and reprint
Day-end cash reconciliation
Resolved merger conflicts with Project Management module code
OtherGlobal
New Feature
Project Management – Category Page
A dedicated Category management page has been added to the Project Management module, allowing project categories to be created, edited, and organised from the UI without requiring admin access.
OtherGlobal
New Feature
Common Master Data – Automated Seeding
Common reference data (currencies, countries, units of measure, tax codes, and other master tables) can now be seeded automatically via the updated management command, reducing manual setup time for new tenant onboarding.
SystemGlobal
New Feature
AI-Powered Hierarchy Item Data Seeding
Administrators can now trigger AI-assisted data seeding for Hierarchy Items (cost centres, profit centres, org units, etc.) from the Data Configuration screen. The AI generates a contextually relevant hierarchy structure based on the tenant industry profile, dramatically reducing initial setup effort.
Full pay scale configuration introduced: Compensation Plans, Zones, Bands, Steps, and a Salary Grid Matrix. Employee pay infotypes added for Basic Pay (IT0008), Recurring Payments (IT0014), and Additional Payments (IT0015).
New Feature
HRM Payroll – 10 Help Documentation Articles
Ten end-user help articles added to the Help Documentation centre under the new HRM – Payroll Configuration category:
Module Overview & Terminology Reference
Compensation Plan – Creating Your Pay Framework
Compensation Zone – Geographic Pay Differentiation
Compensation Band & Step – Job Classification and Seniority
Compensation Grid – The Pay Scale Matrix
Employee Compensation (Basic Pay) – Assigning an Employee
Recurring Payments – Ongoing Allowances and Deductions
Additional Payments – One-Time and Ad-Hoc Pay
Employee Remuneration Info (IT2010) – Time-Based Pay Entries
Administrator Configuration Guide
Human ResourcesGlobal
New Feature
Compensation Band & Step – Job Classification and Seniority
Compensation Bands classify jobs by level (Band A – Junior, Band B – Professional, Band C – Senior). Each Band carries an optional link to an Organisation Management Job Grade for cross-module consistency.
Compensation Steps represent seniority progression within a Band (Step 1 – Entry, Step 2 – Developing, Step 3 – Expert). Steps support auto-advance eligibility (configurable in months) for future payroll automation.
Bands equivalent to Pay Scale Group; Steps equivalent to Pay Scale Level
Steps are managed inline on the Band admin page
Min. years of experience field aids HR decision-making at promotion time
Human ResourcesGlobal
New Feature
Compensation Zone – Geographic Pay Differentiation
Compensation Zones allow the same plan to pay different amounts based on the employee's work location (e.g., Metro, Tier-2, Rural, Overseas). An optional Cost of Living Factor provides an informational multiplier for benchmarking.
Equivalent to Pay Scale Area
Zone codes are unique within a plan
At least one zone is required per plan
Human ResourcesGlobal
New Feature
Compensation Plan – Top-Level Pay Framework
Define distinct pay frameworks (e.g., Management, Factory Workers, Union) using the new Compensation Plan model. Each plan has a lifecycle status (Draft → Active → Frozen → Archived), a home currency, and a validity period.
Equivalent to Pay Scale Type (T510)
Status control prevents accidental assignment to inactive plans
Admin page includes inline tables for Zones and Bands
Additional Payments record non-recurring pay items processed in a specific payroll period — bonuses, sign-on awards, festive allowances, salary arrears, advances, relocation payments, and gratuity.
Recurring Payments capture pay components that are automatically included in every payroll run for the validity period — monthly car allowances, loan EMI deductions, meal subsidies, and similar ongoing items that are not part of the basic pay structure.
Equivalent to Infotype 0014 – Recurring Payments/Deductions
Deduction Type: Pre-Tax or Post-Tax, for accurate tax treatment
First/Last Payment Date scheduling for finite-term allowances (e.g., a loan that ends after 24 instalments)
Reference Number field for loan account numbers and policy references
Human ResourcesGlobal
New Feature
Employee Compensation – Basic Pay (IT0008)
Employee Compensation records assign an individual employee to a position in the pay scale (Plan / Band / Step / Zone) for a validity period. A change reason (New Hire, Promotion, Annual Review, Transfer, Correction) is captured for every new record, creating a complete audit trail.
Time-delimited: each record has Valid From / Valid To; history is preserved by creating new records rather than editing old ones
Human ResourcesGlobal
New Feature
Compensation Grid – Pay Scale Matrix
The Compensation Grid stores the actual salary amount at every Plan × Band × Step × Zone intersection. Each cell specifies an amount, amount type (Monthly/Annual/Hourly/Daily), and an effectiveness period — enabling annual pay revisions with full history.
Equivalent to Pay Scale Matrix (T510)
Optional Wage Type FK allows component-level breakdown (Basic, HRA, Transport…)
Composite unique constraint: Plan + Band + Step + Zone + WageType + Effective From
Cross-FK validation: Band, Step, and Zone must all belong to the selected Plan
Human ResourcesGlobal
1.78.10
Task Management Enhancements & Purchase Order Updates
March 13, 2026
Production
Introduces Task Templates, Task Definitions and Dependencies for structured project execution. Purchase Order print layout and admin UI improved.
Improvement
Purchase Order Print Layout & Admin Enhancements
Revised Purchase Order PDF template with improved typography and clause rendering. Admin UI updated with inline PR-to-PO action and custom template tags for currency/date formatting.
ProcurementGlobal
New Feature
Task Definitions & Dependencies
Define granular task definitions within a project and wire them together with predecessor/successor dependencies.
Dependency grid shows blocking relationships at a glance
Pivot view for cross-project dependency analysis
Unplanned Task Form updated for new definition model
Task ManagementGlobal
New Feature
Contract Management Help Documentation
Nine new help articles added to the Help Documentation centre covering Contract Management: clause library, templates, digital signatures, PO T&C assembly, and administrator guides.
ProcurementGlobal
New Feature
Task Templates
Create reusable task templates to standardise recurring project structures. Templates can be applied to new projects to auto-populate tasks, saving setup time and enforcing best practices.
Grid view with Syncfusion Grid (filter, sort, export)
Pivot analysis view for template usage analytics
Full CRUD from the Task Management sidebar
Task ManagementGlobal
1.77.10
Relationship Intelligence Module (RIM)
March 13, 2026
Production
Brand-new Relationship Intelligence Module for visualising and analysing entity relationships — org charts, family trees, supply chains, and fraud/conflict-of-interest investigations.
Bug Fix
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.
SystemGlobal
Bug Fix
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.
SystemGlobal
Bug Fix
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.
SystemGlobal
Improvement
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.
CRMGlobal
Improvement
Opportunity List Enhancements
Opportunity list grid updated with additional columns, improved filtering options, and better status visualisation.
CRMGlobal
Improvement
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.
ProcurementGlobal
New Feature
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.
AnalyticsGlobal
New Feature
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.
AnalyticsGlobal
New Feature
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)