Soni Jay

Results 12 issues of Soni Jay

Currently, the logger flush operation in the StatementExecutor class (or related logging class) uses an auto-generated catch block that simply calls e.printStackTrace(). This provides minimal context when errors occur and...

Currently, the StatementExecutor in the ClickHouse implementation only uses the default Action.values(), which may not sufficiently populate the database tables with meaningful data. This limits the generation of diverse and...

The getLong method currently contains a possible redundancy. Its logic checks whether left == right and returns left directly in that case. If not, it delegates to getNextLong(left, right). If...

Currently, the getExpectedValue method for the UNARY_PLUS operator doesn't properly handle type promotion. In SQL (including Materialize/PostgreSQL), applying the unary + operator on a numeric value promotes it to DOUBLE...

**Changes Made :-** -Logged user must be aware which is the Tenant that he has signed in. [WEB-457](https://mifosforge.jira.com/jira/software/c/projects/WEB/boards/62?assignee=712020%3A5685dc80-2da8-4d54-80e6-7b69c296926e&selectedIssue=WEB-457) ## Summary by CodeRabbit * **New Features** * Tenant name now appears...

**Changes Made :-** -Fixed GLIM loan application total calculation and ensured correct parent/child payload structure. -Made Moratorium and Overdue Charges fields configurable and editable in the UI and API payload....

**Changes Made :-** Added validation to the "Minimum Opening Balance" field in the Create Saving Product form to ensure only values greater than or equal to 1 are allowed. Decimals...

Changes Made :- -Added validation to ensure the "Interest Rates" fields (minimum, default, and maximum nominal interest rates) only accept positive decimal values (minimum 1, e.g., 1.1) in the Create...

Replaced custom methods in *.ts files that were previously using SavingService with their corresponding auto-generated methods from the OpenAPI-based @fineract/client package.

Stale

Replaced custom methods in *.ts files that were previously using ShareService with their corresponding auto-generated methods from the OpenAPI-based @fineract/client package.

Stale