Open therajanmaurya opened 7 years ago
@therajanmaurya I think you're right. This error is valid for only offline transfers. Online transfers can be made on any day. And In this we are making online transactions only.
yes @luckyman000786 you are right, BTW we are building end user bank application so there is nothing like offline transaction, everything will happen in real time.
@therajanmaurya let me have @nazeer1100126 or @santoshmath comment as you are correct this validation shouldn't be in place given it's not staff in an office initiating repayment transactions. We'll have to discuss how we can have this validation in place for transactions via web app but not through self-service channels. Can you start a thread on Apache Fineract dev list to publicly discuss this?
Discussed with @nazeer1100126 and We too believe that the self service user must be allowed to do transactions on non-working days but it should not allow for office staff (users) if non-working days is configured.
@therajanmaurya , Once you create the thread for the discussion as Ed suggested, please share the link.
Summary:
I was making normal transfer between savings account and I got the exception from server that
Repayment date cannot be on a non working day
. I don't think this is a valid exception because self-service is end-user application and user can do any transaction at any time that's the meaning of this app.@nazeer1100126 @edcable What do you think.