We are in the middle of setting up a brand new mifosx system on a stand alone server, we are a small operation with about 250 customers with loans between 100 usd and 300 usd each. our main loan is 100 usd with repayments daily starting on the day after issue of money
We have solved our initial problem of non-working days not being configurable in the settings/configuration screen by using the code
UPDATE mifostenant-default.m_working_days SET recurrence = "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR" WHERE id =1;
we offer 20 payment daily loans monday to friday - its correctly not doing a repayment on sat and sunday now - but is now doing 3 payments on the previous Friday - have attached a screen print - scratching our heads on this!
we clicked no adjustments for holidays on the workings but there is not one for non-working days - our guess it is a field need changing in SQL
Otherwise we nearly ready to go live- our client data is in - we just need to set up our loan tables and this is stopping us
|