Ralph Hopman created FINERACT-2844:
--------------------------------------
Summary: Fix PostgreSQL Compatibility in Execute Standing
Instruction Job
Key: FINERACT-2844
URL: https://issues.apache.org/jira/browse/FINERACT-2844
Project: Apache Fineract
Issue Type: Bug
Components: Job Scheduler
Affects Versions: 1.15.0, 1.14.0
Reporter: Ralph Hopman
Assignee: Ralph Hopman
Fix For: 1.16.0
*As a* Fineract administrator,
*I want* the Execute Standing Instruction job to process loan dues correctly on
PostgreSQL,
*so that* standing instructions execute without database compatibility errors.
h2. Background
The job queries a boolean loan repayment schedule field using an integer
comparison, which PostgreSQL rejects.
h2. Acceptance Criteria
* The Execute Standing Instruction job uses a PostgreSQL-compatible boolean
condition.
* Loan standing instructions calculate outstanding dues correctly.
* The job completes without a boolean-to-integer SQL error.
* Automated coverage verifies the loan-dues query on PostgreSQL.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)