openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
313 stars 1.02k forks source link

Create closing entry - API request not passing closing date #3420

Open SubhamPramanik opened 3 years ago

SubhamPramanik commented 3 years ago

Description

When creating closing entry, we get an error "validation.msg.GLClosure.closingDate.cannot.be.blank" even when closing date is selected.

Screen Shot 2021-09-07 at 5 18 04 PM

Steps to Reproduce

Accounting -> Closing Entries -> Create Closure -> Fill details and submit

Expected Behaviour

Submit successfully without any error

Actual Behaviour

Shows validation error

Settings

Screenshots

132344351-00765c89-4901-422a-b0f1-4201f12da24b API request is not sending closing date in the body

iolufemi commented 2 years ago

I just tested the fix in PR #3424, and it works. Can it be merged into the main branch?

er-prince commented 2 years ago

I have tested it & it works. Thanks