Skip to content

Releases: ddws-org/naljal-digit

Naljal 2.7 release

30 Dec 15:49
84682d9
Compare
Choose a tag to compare
  • HRMS Module:
  1. Changes added to support block-level user creation and field user creation for roles such as Secretary, Chairman, and Revenue Collector.
  2. Enabled user search across the state with role selection and report download functionality.
  3. Implemented fuzzy name search for enhanced user search capabilities.
  4. Updated logo and background for improved UI branding.
  • WORKBENCH Module:
  1. Enabled tenant/scheme creation from the UI for state login users.
  2. Enabled rate/penalty master creation from the UI for block user login.
  3. Updated logo and background to align with branding updates.
  • MGramseva Application:

    PDF Bill Download

  • The downloadable bill includes details such as penalty breakup, penalty applied date, and arrears if penalties are enabled in a scheme.

  • Added Assamese font to support Assamese Language

    Penalty Management

  • Penalty Scheduler Job: Automatically adds penalties if they are configured in a scheme.

Monthly Ledger Reports

  • Provides scheme-wise and consumer-wise reports, downloadable for convenience.
  • Displays detailed monthly ledger information, including penalties and arrears, for a selected month and year using a dropdown.
  • Offers a comprehensive summary for each user, covering arrears, penalties, payments, balances, demand generation dates, monthly charges, and more, with an option to filter data by year.

Demand Tracking

  • A UI feature displays the number of demands based on the last demand generation date, helping identify consumers whose demands have not been generated for a specific month.

Open Payment

  • Enables searching for Consumer IDs using fuzzy search logic.
  • Allows payment collection through integration with third-party applications.

SMS Notifications

  • Arrears details are now included in SMS notifications sent to consumers during demand generation.

Reports

  • Vendor Report
  • Expense Bill Report
  • Monthly Ledger Report for a Scheme

Performance Enhancements

  • New indexes added for demand, tenant, and employee to improve system performance.

Dashboards

  • Kibana Dashboard: Enhanced reporting and analytics.
  • Rollout Dashboard: Provides visibility into system rollout progress

Develop specific :
1. Bill table will have consumerCode for each bill and only one active bill at a time.
2. Demand generation broke down to two topic one is to listen the scheme/tenantId call and other one to listen to call per consumer wise
3. While reindexing add tenant each tenant information from mdms for demand, ws-service, payments
5. Scripts changes to add villageId, Imis number, SchemeId in create consumer Scripts
6. Addition of Scripts to createEmployee from sheet https://github.com/ddws-org/naljal-digit/pull/202/files

Full Changelog: v2.6...v2.9

NJS v2.6 LTS Release

08 Oct 09:27
f28313c
Compare
Choose a tag to compare

Release Summary:

The NJS v2.6 LTS release includes majorly a technical changes with no product level changes.

  • DIGIT Core 2.9 LTS changes incorporated

  • Upgrade business services and naljal services with LTS

  • Workbench UI and MDMS v2 integration

  • Infra/Backbone upgrade:

    • Postgres upgrade
    • Kafka upgrade
    • Redis upgrade
    • Kubernetes upgrade
    • Elasticsearch upgrade
  • Java version upgrade from 8 to 17

  • Spring boot version upgraded to 3.2.2

  • Upgrade to DIGIT libraries

  • Added Spring Cloud Gateway and deprecated the Zuul gateway

NJS v2.5.2 Release

07 Oct 12:28
1c3e3f0
Compare
Choose a tag to compare

The v2.5.2 release includes:

  • Add validation for Old connection no and imis number
  • Fixed the logout issue
  • Audit the ihlDetail,sbmAccountno,schemeId,schemeName details
  • Capture village name and village ID
  • Remove hard code values in basesms
  • Add semantic binding
  • Made old connection id read only mode for edit screen
  • Update theme color
  • change background in all screen
  • change the textfield and back color
  • UI design changes
  • Added district code construction in the IDGEN format
  • Fixed hamburger menu not responding
  • HRMS changes for search by tenant
  • Show login user named on dashboard

NJS v2.5.1 Release

19 Feb 08:02
9689303
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ddws-org/naljal-digit/commits/naljal_v2.5.1