Product EvolutionRelease Timeline

Discover the journey of WHRMS from a foundational HR platform to a comprehensive enterprise solution with advanced multi-branch architecture, intelligent automation, and cutting-edge features designed for modern workplaces.

Major Release
Feature Update
Enhancement

v2.30

🚀
MAJOR
July 09, 2026

Payroll Imports, Attendance Bulk Tools and Permission-Scoped Operations

Release notes consolidated from early July 2026 commits across frontend and backend work, focused on payroll structure imports, attendance bulk workflows, scoped permissions, deployment readiness, and task query refinements.

Bulk salary structure import, preview, template column mapping, and template downloadsPayroll details and workflow components refined with backend review fixesBulk attendance update flows improved with skipped-entry handling and repair commandsManual attendance, attendance visibility, team filters, and permission checks tightenedTimesheet task fetching now supports date-window filtering and request-body page sizing
Payroll Import and Structure
  • Salary structure configuration and single salary form hooks added to the frontend
  • Bulk salary structure import with preview support added to the backend
  • Payroll import now includes template column handling and template download functionality
  • Payroll details and workflow components enhanced for clearer payroll processing
  • Comprehensive payroll module review findings implemented in backend services
Attendance Operations
  • Bulk date attendance update feature added and then simplified by removing update mode
  • Skipped attendance entries now surface more clearly during bulk updates
  • Attendance update logic refactored with a command to fix check-in types
  • Manual attendance permission checks and toast handling improved
  • All-employees attendance view now supports team filtering
Permissions and Query Controls
  • New view_manualattendance permission added and attendance views aligned for consistency
  • Attendance visibility and permission management strengthened in backend and frontend flows
  • Employee selection permission checks improved in calendar workflows
  • Task query APIs now support date-window filtering for timesheet task fetching
  • Pagination now supports page size from request body for richer filtered views
Deployment and Service Structure
  • Systemd service files added for WHRMS deployment
  • Agent import paths updated to the new agents.mcp structure
  • Environment variable references adjusted for the new service layout
  • Time picker placeholder and empty-value formatting behavior fixed
  • Employee shift settings support added alongside bulk attendance backend changes

Improvements

Payroll import and salary setup flows now provide clearer setup paths for administrators
Attendance correction screens better explain skipped records and permission-limited actions
Task and timesheet query behavior is more precise for date-range driven work
Deployment files and agent module paths are aligned for production service management
🐛

Bug Fixes

Fixed time picker empty-value formatting and placeholder behavior
Improved attendance skipped-entry handling during bulk date updates
Corrected attendance check-in type repair support through a backend command
Resolved permission consistency gaps across manual attendance and attendance visibility views

Technical Details

Architecture
  • Payroll import flow now separates template mapping, preview, and application steps
  • Attendance permissions use explicit view-level capability checks for manual attendance
  • Agent modules now reference the consolidated agents.mcp package structure
Performance
  • Timesheet task fetching narrows data by date window before rendering work lists
  • Request-body page sizing enables denser attendance and task table interactions
  • Bulk attendance flows reduce unnecessary update-mode branching
Security
  • Manual attendance access is guarded by the new view_manualattendance permission
  • Team-based attendance filtering reduces unnecessary cross-team visibility
  • Calendar employee selection continues to respect permission-scoped access

v2.20

🚀
MAJOR
June 22, 2026

Performance Permissions, Subscription Capacity and Access Requests

Release notes consolidated from mid-to-late June 2026 commits, covering role management, performance KPI access, subscription capacity and invoices, access request notifications, attendance refinements, and Windows session improvements.

Role management UI and permission matrix added with overall settings permission supportPerformance KPI permissions implemented across backend access control and frontend UISubscription management expanded with capacity, invoices, reminders, billing discounts, and employee credit purchasingAccess request notification workflow added for account status and permission requestsWindows agent session handling improved with secure token storage, refresh logic, and WiFi support
Roles and Performance Access
  • Role management UI and permission matrix implemented
  • Overall settings permission added to backend role management services
  • Performance KPI permissions added to backend access control
  • Performance KPI frontend components and services wired to permission checks
  • Leaderboard, report tabs, KPI cards, and performance filters added for manager visibility
Subscription and Capacity
  • Employee credit purchasing and capacity management added
  • Subscription tasks and periodic reminders implemented
  • Subscription billing cycle handling refactored with discount percentage support
  • Subscription payment and refund services added
  • Subscription management and invoice handling enhanced
Access Requests and Employee Actions
  • Access request notification feature added to backend permission handling
  • Account status notice now supports permission request actions
  • Employee directory actions integrated with permission checks
  • Password regeneration permission requirement updated in EmployeeViewSet
  • Employee import/export functionality enhanced with capacity stats and actions
Windows Agent Sessions
  • Authentication flow enhanced with secure token storage and device ID management
  • Access token refresh logic and session status reporting improved
  • WiFi functionality added to the Windows agent
  • Application icon generation tooling added
  • Department progress bar accessibility and dynamic width handling improved

Improvements

Attendance and performance tracking features were refined across backend services
Shift assignment management gained better validation and error handling
MSG91 SMS OTP integration added for user registration
Frontend authentication session handling was streamlined around establishSession and logout behavior
🐛

Bug Fixes

Deduplicated shift rotation rules and made employee shift nullability safer
Improved token refresh and session status behavior in the Windows agent
Refined subscription billing cycle handling to support discounts more consistently
Adjusted password regeneration permission checks for employee actions

Technical Details

Architecture
  • Permission matrix and role services centralize administrative capability management
  • Subscription services now cover capacity, payment, refund, invoice, and reminder concerns
  • Windows authentication now persists secure tokens with device-aware session context
Performance
  • Capacity-aware employee workflows expose useful counts before import/export actions
  • Shift and attendance changes reduce duplicate rule processing
  • Performance KPI surfaces use dedicated service and filter components
Security
  • Performance KPI pages and APIs now require explicit permissions
  • Permission requests provide a controlled path when users hit restricted actions
  • Windows agent credentials are handled through secure token storage

v2.10

🚀
MAJOR
May 30, 2026

Desktop Activity Tracking, Secure Sessions, Reports and Plan Activation

Release notes consolidated from May 2026 commits after the May 06 baseline, covering the first Windows agent work, activity ingestion, secure web sessions, team reports, plan activation, subscription permissions, and desktop update delivery.

Windows agent codebase introduced with session expiry handling, screenshot sync, code signing, and self-update supportEmployee activity tracking added with batch ingestion, screenshots, daily aggregation, and range summariesHttpOnly cookie-based JWT authentication, CSRF validation, CORS updates, and throttling addedPlan selection, app update management, subscription permissions, and upload limit controls improvedTeam reports and project analytics added with report filters and KPI performance APIs
Windows Agent and Updates
  • Initial wHRMS Windows agent codebase added
  • Session expiry polling and auto-logout on token expiration implemented
  • Screenshot handling refactored to WebP with auto-sync for local activity tracking
  • Code signing support added for the wHRMS application
  • Self-update mechanism, download verification, user confirmation, and update error handling implemented
Activity Tracking and Reports
  • Employee activity tracking added with batch ingestion, logging, and screenshot cleanup
  • Activity ingestion endpoints moved under the v1 prefix with multipart screenshot support
  • Activity events now aggregate by day with range summary and attendance context endpoints
  • Team reports added for attendance, leave balance, leave requests, and project analytics
  • KPI performance API endpoints and frontend performance report panels added
Authentication and Security
  • HttpOnly cookie-based JWT authentication and session management implemented
  • Frontend auth flow refactored from clearTokens to establishSession
  • CSRF token validation and authentication throttling enhanced
  • SuspiciousOperationJSONMiddleware added for JSON error responses
  • Group permission tracking and lazy group accessors added
Subscriptions and Plan Setup
  • Plan selection page implemented with payment activation flow
  • Subscription modules updated to manage app updates and upload limits
  • App updates module added for desktop release management and update checks
  • Workflow permissions command updated for subscription feature access
  • Subscription plans and invoice calculations refactored

Improvements

Breadcrumb and payroll tab navigation were refined for clearer movement through setup flows
Payroll permissions and navigation improved after the May 06 baseline
Activity tracking now includes display names, contiguous activity segments, and work metrics
Authentication and deployment settings were adjusted for safer browser and server behavior
🐛

Bug Fixes

Increased upload limits for activity screenshots and app update handling
Added unique ID generation for activity event batch ingestion
Improved frontend route permission handling with role and rolesAny support
Refined invoice calculation behavior in subscription plans

Technical Details

Architecture
  • Desktop activity tracking introduced agent, ingestion, aggregation, and summary layers
  • Auth flow now relies on cookie-backed sessions and explicit session establishment
  • App update management connects backend release records with desktop update checks
Performance
  • WebP screenshots and daily activity aggregation reduce storage and query pressure
  • Batch ingestion supports multipart screenshots for desktop activity uploads
  • Team report filters narrow report datasets by team context
Security
  • HttpOnly JWT cookies and CSRF validation reduce token exposure risk
  • Authentication endpoints gained stricter throttling behavior
  • Code signing and update verification improve desktop release trust

v2.00

🚀
MAJOR
May 06, 2026

Windows Monitoring, Mobile Apps and Connected Workforce Platform

Baseline release direction for expanding wHRMS beyond the web application with Windows application support, system monitoring, mobile access, and deeper operational intelligence.

Windows application and system monitoring workflows in active developmentMobile application experience planned for employee self-service and approvalsExpanded monitoring, attendance, and workforce visibility roadmapConnected platform direction across web, desktop, mobile, and device integrationsFoundation for broader automation, notifications, and real-time insights
Windows Application
  • Windows desktop application workflow for employee system monitoring
  • Application activity and productivity tracking roadmap
  • Background sync approach for stable desktop-to-server updates
  • Device-aware attendance and monitoring integration planning
  • Admin visibility model for desktop monitoring controls
Mobile Application
  • Employee mobile self-service for attendance, leave, and requests
  • Manager approval flows for leave, on-duty, manual attendance, and hourly permission
  • Push notification direction for workflow alerts and reminders
  • Mobile-friendly payroll, profile, and calendar visibility
  • Offline-ready interaction planning for field and remote teams
System Monitoring
  • System monitoring architecture for activity and usage signals
  • Policy-controlled visibility for privacy-aware monitoring
  • Real-time status direction for active, idle, and offline states
  • Audit-ready monitoring records for HR and management review
  • Integration path with attendance, projects, and productivity reports

Improvements

Planning underway for consistent experiences across web, desktop, and mobile
Roadmap aligned with existing permission, branch access, and feature-gating models
Monitoring direction designed to connect with reports and employee activity insights
Future releases will continue strengthening device, biometric, and notification workflows

Technical Details

Architecture
  • Desktop, mobile, and web clients planned around existing API and permission boundaries
  • Monitoring events expected to align with employee, branch, and project context
  • Roadmap keeps backend permissions and audit trails as the authoritative control layer
Performance
  • Background sync and cache-aware data flow planned for monitoring workloads
  • Real-time and batched event handling under evaluation for desktop/mobile clients
  • Dashboard and report surfaces expected to reuse optimized summary APIs
Security
  • Permission-aware monitoring visibility planned for company owners and authorized roles
  • Audit-focused event storage direction for sensitive workforce activity records
  • Privacy and policy controls considered part of the monitoring feature foundation

v1.80

🚀
MAJOR
May 06, 2026

Biometric Attendance, Shift Calendar, Permission Guards and Owner Reports

Release notes consolidated from March to May 2026 backend and frontend commits, covering biometric attendance, payroll/LOP logic, shift calendar management, permission-aware routing, owner reports, and dashboard improvements.

Biometric connector registry, punch logs, device tests, and ESSL push supportShift calendar management with bulk assignment and optimized shift lookup indicesPermission context, route guard, no-permission states, and feature dependency widgetsCompany owner reports with cross-branch workforce, attendance, leave, payroll, and project panelsPayroll short-day and late check-in penalty logic with LOP handling refinements
Biometric and Attendance
  • Biometric connector registry and factory for device-specific integrations
  • Biometric device management, punch logs, enrollment views, and test connection action
  • ESSL push endpoint support and background biometric sync command
  • Late check-in penalty settings connected to payroll attendance calculations
  • Attendance timezone, entry type, working-hours, cross-day, and on-duty calculation refinements
Shift Calendar and Requests
  • Shift calendar management with bulk assignment functionality
  • Assign-shift API updates with calendar fields and active-date indexing
  • On-duty request API expanded with additional request parameters
  • Hourly permission settings made more flexible through schema updates
  • Leave request response now includes work calendar and upcoming holiday context
Permissions and Reports
  • Frontend permission context, permission hook, PermissionGate, and route guard
  • No-permission states added across protected pages and table actions
  • Feature permission widget dependency management for subscription plans
  • Company owner report dashboards with executive KPIs and cross-branch panels
  • Pricing page feature grouping and feature count logic aligned with plan permissions
Payroll, Leave and Activity Logic
  • Short-day detection and payroll settings for half-day LOP behavior
  • Pending LOP records auto-approved during payroll generation
  • Marital status and gender applicability checks for leave balances and policies
  • Employee activity tracker cache versioning and monthly KPI comparisons
  • Notification cleanup background task and BranchAccess-based notification delivery

Improvements

Improved employee dashboard widgets, attendance summaries, holiday visibility, and request approval panels
Optimized activity tracker cache logic by removing redundant checks
Refined HR policy branch access checks and workday configuration clarity
Enhanced timesheet model, serializer, and UI support for general entries
Improved table, plan selection, and protected navigation behavior under permission constraints
🐛

Bug Fixes

Fixed attendance calculation edge cases around cross-day work, on-duty validation, and working hours
Replaced certificate unique_together rules with conditional constraints for active certificates
Fixed manual attendance cancellation support and request approval state handling
Corrected leave policy form/API behavior for marital status applicability
Resolved permission visibility gaps by adding route-level and component-level guards

Technical Details

Architecture
  • Biometric connectors now use a registry/factory structure for device implementations
  • Permission context centralizes frontend authorization checks across routes and components
  • Shift calendar fields and assign-shift indices improve schedule lookup consistency
Performance
  • Employee activity tracker uses cache versioning for safer refresh behavior
  • Dashboard monthly KPI generation now includes richer metrics and comparison data
  • Shift assignment queries benefit from active-date indexing and serializer updates
Security
  • Permission route guard prevents unauthorized page access in the frontend
  • Feature permission dependency management improves subscription plan controls
  • Report and HR policy access continue to honor branch-scoped permission rules

v1.70

🚀
MAJOR
February 24, 2026

Reports, Subscriptions, Project Tools, Timesheets and Attendance Fixes

Release notes consolidated from January and February 2026 backend and frontend commits, covering reporting, subscription management, project collaboration, timesheets, leave balance logic, and attendance reliability fixes.

Comprehensive analytics, employee, HR, management, and self-reporting servicesSubscription management service, public pricing APIs, payment settings, and plan widgetsProject and task management tools with comments, nested replies, MCP support, and task cardsTimesheet table rename, employee timesheet management, and calendar day detail experienceAttendance, weekend/holiday, comp-off, and leave balance fixes for 2026 workflows
Reports and Analytics
  • Analytics reports for high-level HR and workforce metrics
  • Employee reports for attendance, leave, payroll, salary, loan, and personal information
  • HR reports for absenteeism, daily attendance, demographics, documents, hierarchy, and LOP
  • Management reports with branch access validation and report permission checks
  • Frontend report panels, shared primitives, routes, services, and sidebar navigation
Subscription and Plan Management
  • Subscription management service and public APIs for subscription plans
  • Interactive feature selection widgets for subscription plan setup
  • Subscription payment settings model and admin configuration
  • Plan detail view and country selector support in the frontend
  • Trial plan support and enhanced pricing/plan selection foundation
Projects, Tasks and Timesheets
  • Task and issue comments API with CRUD operations and nested replies
  • Task card component with drag-and-drop support
  • Timesheet components, employee timesheet management, and admin improvements
  • Production-safe UserTimeSheets to EmployeeTimeSheets table rename migrations
  • Project and task management MCP tools for project, task, and issue operations
Attendance, Leave and Calendar
  • Check-in logic now updates attendance status on first check-in
  • Management command added to repair attendance records with null status
  • Weekend and holiday on-duty validation supports dual approval logic
  • Leave management enhanced with comp-off features and attendance fixes
  • Calendar day detail sheet and daily working-hours timeline added to the frontend

Improvements

Enhanced admin dashboard views and employee time sheet management
Improved leave balance handling with credit frequency and year/month filtering
Predictive payroll and unified dashboard components added to the frontend
Login page gained an auto-sliding feature carousel with new content assets
Payroll reporting serializers and views were reorganized for maintainability
🐛

Bug Fixes

Fixed holiday and weekend behavior in frontend attendance/request flows
Added backend repair command for attendance records missing status values
Implemented production-safe timesheet table rename migrations
Removed tracked environment file history and updated ignore rules
Improved leave policy and balance reporting support for 2026 data checks

Technical Details

Architecture
  • Report APIs separated into analytics, employee, HR, management, and utility modules
  • RBAC guard, access context, and scope utilities added for stronger backend access control
  • Agent and MCP server support added for project, task, issue, and domain assistant tools
Performance
  • Report services use shared primitives and scoped query patterns for repeated dashboard use
  • Leave balance filtering narrows queries by credit frequency, year, and month
  • Production-safe migrations protect existing timesheet data during table renames
Security
  • Report permissions and branch access validation added to backend reports
  • Subscription feature widgets support controlled plan feature selection
  • Tracked environment data removed from the frontend repository history

v1.60

🚀
MAJOR
December 26, 2025

Employee Appraisal System and Advanced Leave Policy Management

Revolutionary release introducing comprehensive employee appraisal workflow with multi-stage approvals, intelligent leave balance management with policy-based credits, and enhanced announcement system.

Multi-stage employee appraisal workflow with automatic salary updatesSelf-evaluation, manager, HR, and management review stagesAdvanced leave balance credits with rotation and forward policiesEmployee-specific leave policy customizationEnhanced announcement system for organizational communication
Employee Appraisal Workflow
  • Self-evaluation stage with employee goal setting
  • Manager review with performance rating and feedback
  • HR review for policy compliance and documentation
  • Management review for final approval and salary decisions
  • Automated salary updates based on effective date post-approval
Advanced Leave Policy System
  • Automated leave balance credits (monthly/yearly based on policy)
  • Leave balance rotation with configurable forward rules
  • Employee-specific leave policy customization
  • Policy-based carry forward and encashment rules
  • Real-time leave balance tracking with predictive analytics
Announcement System
  • Multi-channel announcement distribution system
  • Department and branch-specific targeting
  • Priority-based announcement scheduling
  • Read receipt tracking and analytics
  • Rich media support with attachments and images
Appraisal Management
  • Configurable appraisal cycles with automated reminders
  • Stage-wise progress tracking with escalation alerts
  • Performance rating calibration across departments
  • Historical appraisal data with trend analysis
  • Integration with salary revision workflow

Improvements

Enhanced UI/UX across appraisal and leave modules
Improved notification system for approval workflows
Better mobile responsiveness for appraisal reviews
Optimized leave policy calculation engine
Enhanced reporting capabilities for appraisals
🐛

Bug Fixes

Fixed leave balance calculation issues in edge cases
Resolved approval workflow notification delays
Corrected policy-based leave credit timing
Fixed UI rendering issues on smaller screens
Resolved date handling in appraisal effective dates

Technical Details

Architecture
  • Event-driven architecture for appraisal workflow stages
  • Policy engine for dynamic leave rule processing
  • Notification queue system for real-time alerts
  • Caching layer for leave balance calculations
Performance
  • Optimized leave policy calculation reducing processing time by 45%
  • Enhanced database queries for appraisal history retrieval
  • Improved announcement delivery with batch processing
  • Real-time update mechanism for workflow stage changes
Security
  • Role-based access control for appraisal data
  • Encrypted storage for performance feedback
  • Audit trail for salary revision approvals
  • Secure document handling in announcements

v1.50

🚀
MAJOR
October 20, 2025

Enhanced Payroll System with Deduction Customization and Activity Tracking

Major payroll overhaul introducing flexible deduction customization, comprehensive payroll overview, automated payslip generation, and improved employee activity monitoring.

Flexible payroll deduction customization systemComprehensive payroll detailed overview dashboardAutomated payslip generation with custom templatesRedesigned payroll processing workflowEnhanced employee activity tracker with monthly insights
Payroll Deduction Customization
  • Custom deduction types with configurable parameters
  • Employee-specific deduction rules and exceptions
  • Automated deduction calculations with tax optimization
  • Loan and advance deduction scheduling
  • Statutory deduction compliance with real-time updates
Payroll Detailed Overview
  • Real-time payroll summary with cost analysis
  • Department-wise payroll breakdown with comparisons
  • Deduction category analysis with trend visualization
  • Month-over-month payroll comparison reports
  • Export capabilities for detailed payroll reports
Payslip Generation
  • Automated payslip generation with custom branding
  • Multi-format support (PDF, email, portal access)
  • Detailed earning and deduction breakdown
  • Year-to-date totals with tax calculations
  • Secure payslip distribution with password protection
Enhanced Payroll Workflow
  • Streamlined payroll processing with step-by-step wizard
  • Pre-processing validation with error detection
  • Bulk payroll approval with review capabilities
  • Automated payroll closing with audit trails
  • Rollback capabilities for payroll corrections
Employee Activity Tracker
  • Comprehensive monthly activity reports per employee
  • Attendance, leave, and productivity metrics tracking
  • Project time allocation with billing integration
  • Activity heatmaps with pattern recognition
  • Manager dashboard for team activity overview
Payroll History Management
  • Complete payroll history with month-wise records
  • Employee payroll history with detailed breakdowns
  • Salary revision history with effective dates
  • Deduction history tracking with audit logs
  • Comparative analysis across pay periods

Improvements

Enhanced payroll processing speed with batch optimization
Improved payslip template designer with drag-and-drop
Better error handling in payroll calculations
Enhanced mobile experience for activity tracking
Optimized database queries for payroll history
🐛

Bug Fixes

Fixed deduction calculation rounding errors
Resolved payslip generation timeout issues
Corrected activity tracker date range filtering
Fixed payroll history export formatting
Resolved UI glitches in payroll overview dashboard

Technical Details

Architecture
  • Microservices architecture for payroll processing
  • Message queue implementation for payslip generation
  • Redis caching for activity tracker performance
  • Modular deduction calculation engine
Performance
  • 60% improvement in payroll processing speed
  • Optimized payslip generation reducing time by 70%
  • Enhanced activity tracker with real-time updates
  • Improved database indexing for payroll history queries
Security
  • End-to-end encryption for payslip distribution
  • Enhanced audit logging for payroll modifications
  • Role-based access control for sensitive payroll data
  • Secure API endpoints with rate limiting

v1.40

🚀
MAJOR
August 28, 2025

Advanced Payroll Dashboards and Location-Based Attendance

Major enhancement introducing comprehensive payroll dashboards, complete employee history tracking, and intelligent location-based attendance with geo-location and WiFi verification.

Comprehensive payroll dashboards with real-time analyticsComplete employee history tracking and managementGeo-location and WiFi-based attendance verificationEnhanced payroll salary structure with historical trackingAdvanced payroll templates and configuration system
Payroll Dashboards
  • Real-time payroll analytics with interactive charts
  • Department-wise salary distribution visualization
  • Monthly payroll trends and forecasting
  • Cost center analysis with budget tracking
  • Payroll compliance monitoring dashboard
Employee Full Histories
  • Complete employment history with timeline view
  • Salary progression tracking with visual charts
  • Performance history with evaluation trends
  • Training and certification history management
  • Leave history with balance calculations over time
Location-Based Attendance
  • GPS-based check-in/check-out with location verification
  • WiFi-based attendance for office premises
  • Geofencing capabilities with custom boundary setup
  • Location history tracking with map visualization
  • Remote work verification with IP-based validation
Enhanced Payroll Structure
  • Historical salary structure tracking with change logs
  • Advanced payroll templates with custom configurations
  • Salary component versioning with effective dates
  • Bulk salary structure updates with audit trails
  • Dynamic CTC calculations with real-time preview

Improvements

Enhanced payroll processing speed with optimized algorithms
Improved employee data management with better search capabilities
Advanced attendance analytics with predictive insights
Better mobile responsiveness for attendance tracking
Enhanced security for location-based data handling

Technical Details

Architecture
  • Implemented advanced caching for payroll calculations
  • Location services integration with high accuracy
  • Real-time dashboard updates with WebSocket implementation
  • Optimized database queries for historical data retrieval
Performance
  • 50% improvement in payroll dashboard loading times
  • Optimized location tracking with minimal battery usage
  • Enhanced data visualization with lazy loading
  • Improved mobile app performance for attendance features
Security
  • Encrypted location data storage with GDPR compliance
  • Enhanced authentication for sensitive payroll data
  • Audit trails for all payroll-related modifications
  • Secure API endpoints for location-based services

v1.20

MINOR
July 10, 2025

Payroll Optimization and Attendance Module Enhancements

Significant improvements to payroll processing speed, LOP records management, and flexible attendance modules with hourly request capabilities.

Dramatically improved payroll record generation speedEnhanced LOP (Loss of Pay) records managementFlexible attendance modules with hourly requestsOn-duty request system with hourly granularityModern dashboard design improvements
Payroll Performance
  • 3x faster payroll record generation with optimized algorithms
  • Bulk payroll processing with batch optimization
  • Real-time payroll status tracking with progress indicators
  • Memory-efficient processing for large employee datasets
  • Parallel processing implementation for multi-branch calculations
LOP Records Management
  • Automated LOP calculation based on attendance patterns
  • Detailed LOP history with reason tracking
  • Integration with payroll for accurate deductions
  • LOP approval workflow with manager notifications
  • Monthly LOP reports with trend analysis
Flexible Attendance Modules
  • Hourly attendance requests with precise time tracking
  • Flexible on-duty requests with custom duration
  • Attendance module customization per department
  • Real-time attendance monitoring dashboard
  • Mobile-friendly attendance interface
Dashboard Design Updates
  • Refreshed dashboard layout with improved navigation
  • Enhanced data visualization with interactive charts
  • Mobile-responsive design improvements
  • Customizable dashboard widgets
  • Improved loading states and user feedback

Improvements

Resolved payroll-related calculation issues
Enhanced database performance for large datasets
Improved error handling and user notifications
Better integration between attendance and payroll modules
Streamlined user workflows for common tasks
🐛

Bug Fixes

Fixed payroll calculation discrepancies in edge cases
Resolved attendance timing issues with different time zones
Corrected LOP calculation errors for partial days
Fixed mobile interface issues on smaller screens
Resolved dashboard loading issues with large datasets

v1.00

🚀
MAJOR
June 20, 2025

Enterprise Multi-Branch Architecture with Advanced HR Management

Revolutionary release introducing comprehensive multi-branch support, complete payroll automation, and integrated project management capabilities for enterprise-scale organizations.

Multi-branch company management with centralized controlComplete payroll automation with statutory complianceIntegrated project management and time trackingAdvanced role-based access control systemComprehensive employee self-service portal
Multi-Branch Architecture
  • Unlimited branches per company with independent configurations
  • Branch-specific data isolation with secure multi-tenancy
  • Granular access levels: Admin, View-Only, and No-Access permissions
  • Comprehensive audit trails with JSON-based change tracking
  • Centralized reporting across all branches with drill-down capabilities
Advanced Security & Permissions
  • Role-based access control with branch-specific permissions
  • Multi-level approval workflows with customizable hierarchies
  • Branch-based approval access with delegation capabilities
  • Secure API endpoints with token-based authentication
  • Data encryption at rest and in transit
Employee Self-Service Portal
  • Advanced leave management with policy automation
  • Real-time leave balance tracking with predictive analytics
  • Flexible work calendar management with holiday integration
  • Employee profile management with document uploads
  • Mobile-responsive interface for on-the-go access
Intelligent Payroll System
  • Dynamic salary component system with custom calculations
  • Automated CTC breakdowns with tax optimization
  • Attendance integration with overtime calculations
  • Loan management with automated deduction schedules
  • Statutory compliance for PF, ESI, and tax deductions
Project Management Integration
  • End-to-end project management with milestone tracking
  • Advanced task and issue tracking with priority management
  • Integrated time tracking with billing capabilities
  • Resource allocation and capacity planning
  • Real-time project analytics and performance dashboards

Improvements

Enhanced employee transfer system with automated workflow
Comprehensive bank information management with validation
Advanced team hierarchy with reporting relationships
Digital certificate verification with blockchain integration
Performance optimization with 40% faster page load times

Technical Details

Architecture
  • Microservices architecture with Docker containerization
  • Redis caching for improved performance
  • Elasticsearch integration for advanced search capabilities
  • RESTful API with GraphQL support
Performance
  • Database query optimization reducing response time by 60%
  • Implemented lazy loading for large datasets
  • CDN integration for static asset delivery
  • Background job processing with Celery
Security
  • Two-factor authentication implementation
  • GDPR compliance with data anonymization
  • SQL injection prevention with parameterized queries
  • Regular security audits and penetration testing

v0.60

MINOR
November 5, 2024

Advanced Holiday Management and Enhanced Permissions

Comprehensive holiday management system with recurring events, intelligent on-duty management, and sophisticated permission workflows.

Smart holiday management with recurring eventsFlexible on-duty request systemEnhanced permission workflowsAutomated holiday calculations
Intelligent Holiday System
  • Smart holiday categorization with custom types
  • Recurring holiday automation with year-over-year intelligence
  • Flexible duration options: half-day, full-day with pro-rata calculations
  • Visual holiday calendar with team visibility
  • Holiday impact analysis on project timelines
Enhanced On-Duty Management
  • Flexible on-duty types with custom configurations
  • Quarter-day, half-day, and full-day options with precise time tracking
  • Location-based on-duty requests with GPS verification
  • Automated session tracking with detailed reporting
  • Client visit management with expense tracking
Advanced Permission Framework
  • Multi-level approval workflows with escalation rules
  • Real-time status tracking with notification system
  • Integration with hourly permission calculations
  • Bulk approval capabilities for managers
  • Permission analytics and reporting dashboard

v0.50

MINOR
August 20, 2024

Branch Architecture Foundation and Smart Attendance

Introduction of revolutionary branch-based architecture with intelligent attendance management and location-based verification systems.

Smart attendance with biometric integrationLocation-based attendance verificationAdvanced shift management system
Intelligent Attendance System
  • Configurable working hours with flexible time zones
  • Smart late check-in management with grace periods
  • Automated half-day calculations based on attendance
  • Hourly permission integration with real-time tracking
  • Attendance policy automation with exception handling
Advanced Attendance Features
  • Biometric and facial recognition integration
  • GPS-based attendance with geofencing capabilities
  • WiFi-based attendance for office premises
  • Remote work attendance with VPN verification
  • Smart shift breaks with paid/unpaid categorization

v0.20

MINOR
April 8, 2024

Comprehensive Shift Management and Rotation System

Advanced shift management system with intelligent rotation capabilities and comprehensive attendance tracking for 24/7 operations.

Intelligent shift rotation systemFlexible shift allowancesDepartment-specific shift managementAutomated attendance tracking
Advanced Shift Management
  • Flexible shift timing with start/end time configurations
  • Department-specific shift allowances and compensation
  • Shift-based salary calculations with overtime rates
  • Multi-shift support for 24/7 operations
  • Shift handover management with documentation
Intelligent Shift Rotation
  • Automated shift rotation with customizable frequency
  • Intelligent shift transition rules and constraints
  • Comprehensive rotation history with audit trails
  • Automated rotation processing with notifications
  • Shift pattern optimization for employee wellness
Enhanced Attendance Tracking
  • Real-time check-in/check-out with mobile support
  • Comprehensive attendance status tracking
  • Detailed attendance logs with GPS coordinates
  • Attendance analytics with trend analysis
  • Integration with payroll for accurate calculations

v0.10

🚀
MAJOR
January 20, 2024

Foundation Release - Core HR Platform

Initial foundation release establishing core HR functionality with robust employee management, organizational structure, and security framework.

Core HR platform establishmentSecure user authentication systemComprehensive employee databaseOrganizational structure framework
Core HR Foundation
  • Secure email-based authentication system
  • Comprehensive user profile management
  • Multi-company registration and management
  • Employee onboarding workflow automation
  • Role-based access control framework
Comprehensive Employee Database
  • Detailed personal and family information management
  • Secure identity information storage (PAN, Aadhaar, UAN)
  • Work experience tracking with verification
  • Education and certification management
  • Document upload and management system
Organizational Structure
  • Hierarchical department and designation management
  • Enrollment types and status tracking
  • Source of hire analytics and reporting
  • Skills and competency management
  • Employee hobby and interest tracking for team building

What's Next?

The future of HRMS is here

AI Integration
Smart hiring, predictive analytics, automated workflows
Enhanced Mobile
Native apps, offline sync, push notifications
Global Expansion
Multi-language, multi-currency, compliance

Stay connected with us for upcoming releases and beta access to new features. Your feedback drives our innovation!