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

All transactions are Allowed on Holidays #3481

Open v3ss0n opened 2 years ago

v3ss0n commented 2 years ago

Description

I had tested with latest commit of the community-app and 1.7 version of finearct.

Steps to Reproduce

1 - setup holidays 2 - Activate it 3 - Try transactions (deposit , withdrawl , funds transfer)

Expected Behaviour

It shouldn't work , UI Should show error or those functionality should be disabled at the UI level.

Actual Behaviour

It let tru , and all are working on UI and server too.

Settings

Screenshots

francisguchie commented 2 years ago

@v3ss0n did you override the settings with this image below? image

v3ss0n commented 2 years ago

image

v3ss0n commented 2 years ago

all disabled. I am checking here first to make sure this problem exist on server side too or not.