From commits-return-10934-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Sat Jul 4 19:40:19 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C6AAF1804BB for ; Sat, 4 Jul 2020 21:40:18 +0200 (CEST) Received: (qmail 28975 invoked by uid 500); 4 Jul 2020 19:40:18 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 28966 invoked by uid 99); 4 Jul 2020 19:40:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2020 19:40:18 +0000 From: =?utf-8?q?GitBox?= To: commits@fineract.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bfineract=5D_francisguchie_commented_on_pull_reques?= =?utf-8?q?t_=231151=3A_FINERACT-1054_fix_error_at_repayment?= Message-ID: <159389161795.29655.2158252763840716308.asfpy@gitbox.apache.org> Date: Sat, 04 Jul 2020 19:40:17 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit In-Reply-To: References: francisguchie commented on pull request #1151: URL: https://github.com/apache/fineract/pull/1151#issuecomment-653803592 i only added these lines below sqlBuilder.append(" GROUP BY ls.duedate"); -- sqlBuilder.append(",ls.principal_amount,ls.principal_completed_derived,ls.principal_writtenoff_derived"); sqlBuilder.append(",ls.interest_amount,ls.interest_completed_derived,ls.interest_waived_derived,ls.interest_writtenoff_derived"); sqlBuilder.append(",ls.fee_charges_amount,ls.fee_charges_completed_derived, ls.fee_charges_writtenoff_derived, ls.fee_charges_waived_derived"); sqlBuilder.append(",ls.penalty_charges_amount, ls.penalty_charges_completed_derived, ls.penalty_charges_writtenoff_derived, ls.penalty_charges_waived_derived"); ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org