Dear All this is the excerpt of the code that needs to be changed
<div class="col-sm-3"> <input style="width: 257px" id="{{reportDateParam.inputName}}" type="text" datepicker-pop="yyyy-MM-dd" ng-model="formData[reportDateParam.inputName]" is-open="'opened'+$index" min="minDate" max="'2020-06-22'" date-disabled="disabled(date, mode)" class="form-control" required late-Validate/> </div> change this as shown below - Take note of the single quotes due to the hard-coded date of 2020-06-22 <div class="col-sm-3"> <input style="width: 257px" id="{{reportDateParam.inputName}}" type="text" datepicker-pop="yyyy-MM-dd" ng-model="formData[reportDateParam.inputName]" is-open="'opened'+$index" min="minDate" max="maxDate" date-disabled="disabled(date, mode)" class="form-control" required late-Validate/> </div> My Kind Regards Francis Guchie Kirago *Skype:* francisguchie *Whatsapp: *232 79 19 44 07 *LINKEDIN:* https://www.linkedin.com/in/francis-guchie-kirago-a4379617/ twitter: @FrancisGuchie On Wed, Jun 10, 2020 at 7:31 PM <zay...@intrasofttechnologies.com> wrote: > Hello all, > > > > Replace 22nd June 2020 with maxDate instead of deleting it. > > > > This is how we resolved the issue on reports date. > > > > Regards; > > ********* > > *Zayyad A. Said | Chairman & C.E.O* > > Cell No.: +254 716 615274 | Skype: *zsaid2011* > > Email: zay...@intrasofttechnologies.com > > Schedule Meetings: https://calendly.com/zayyadsaid > > [image: Description: Email banner] > > > > *From:* Henry Ozianyi <oziany...@gmail.com> > *Sent:* Wednesday, June 10, 2020 4:17 PM > *To:* A good place to start for users or folks new to Mifos. < > mifos-users@lists.sourceforge.net> > *Cc:* Mifos software development <mifos-develo...@lists.sourceforge.net> > *Subject:* Re: [Mifos-users] [Mifos-developer] System dates locked > > > > Hi > > Yes, the date is also locked at 22 June 2020 for Release Version: > 18.03.01.RELEASE | Mifos X Release Date: 30/Mar/2018 > <https://mifosforge.jira.com/browse/MIFOSX/component/11710/?selectedTab=com.atlassian.jira.jira-projects-plugin:component-changelog-panel> > also > .. for those who have solved the problem, kindly share with us. > > > > Regards > > > > Henry > > > > > > On Wed, 10 Jun 2020 at 03:03, Juan Manuel Hernández <fdominik...@gmail.com> > wrote: > > How can I correct this issue? > > > > El vie., 5 jun. 2020 a las 12:28, Joseph Cabral (< > joseph.cabra...@gmail.com>) escribió: > > Hi. We encountered this issue as well. The max date of June 22, 2020 for > the date picker component is hard coded in the Mifos HTML code. Not sure if > there is a reason for this but I think this was just a mistake. > > > > You can edit the specific date pickers and just remove the max date set. > > > > Regards, > > Joseph > > > > On Wed, Jun 3, 2020 at 4:46 PM <sif...@skyburgsystems.org> wrote: > > Hi All, > > > > I have noticed that the system calendar is ending on the 22nd of June. If > you want to pull a futuristic report like Expected Repayments or disburse > funds or run any operation beyond 22 June 2020 for that matter, you cannot. > Am I missing something here? There’s probably a simple explanation to all > this and anyone in the know please help me understand as this is affecting > our day to day MFI operations. > > > > Thank you in advance. > > > > Regards, > > Sifiso > > Mifos-developer mailing list > mifos-develo...@lists.sourceforge.net > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer > > _______________________________________________ > Mifos-users mailing list > Mifos-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mifos-users > > _______________________________________________ > Mifos-users mailing list > Mifos-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mifos-users > > _______________________________________________ > Mifos-users mailing list > Mifos-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mifos-users >
_______________________________________________ Mifos-users mailing list Mifos-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mifos-users