RE: [DISCUSS] Git procedure and branching model

2015-12-29 Thread Adi Raju
Need some more clarity. If we use CTR, how do we control the release timelines. I mean, if we get a commit at the last minute or commits with partial fix/regressions, wouldn't this create issues with release timeline? Am I right to assume, release RTC process starts X days before planned release da

Static validations and Integration tests on each commit

2016-01-18 Thread Adi Raju
Hi, Can someone point to any available documentation/guidelines/reference on how we can setup validations/tests that trigger on each commit to codebase? We currently have following 2 checkpoints working on current mifos setup, we should have something same/similar in fineract as well: 1.

Re: Missing git history

2016-01-30 Thread Adi Raju
Vishwas/Markus, As markus mentioned, the commit we did on our remote, did not consider the file rename. Till commit, git status displayed the changes as rename(move), but post commit it started showing as add/delete. May be this was due to amount of change. Such a commit wouldn't help anyone to m

Re: [Mifos-users] Explanation about Interest Calculation

2016-03-02 Thread Adi Raju
Hi Sander, Changes are done in sync with our initial discussion for "same as repayment" option. It's working fine for declining balance loans. It's not working in case of flat loans, which is a bug. Please raise an issue(for tracking) and we will provide a fix. Regards, Adi On 02-Mar-2016 3:42 pm

RE: SELF SERVICE USER

2016-03-27 Thread Adi Raju
Self service user can only read their own information. Self service user creating clients doesn't make any sense. User creation and associating clients with user is in the hands of admins. See https://mifosforge.jira.com/wiki/display/MIFOSX/Customer+Self+Service for clarity. Regards, Adi -Or

Re: SUGGESTION: Create a Developer/Contributor FAQ on Fineract Wiki

2016-04-06 Thread Adi Raju
+1 On 06-Apr-2016 10:23 pm, "Nayan Ambali" wrote: > We need it Ed, +1 > > On Wed, Apr 6, 2016, 10:00 PM Ed Cable wrote: > > > Hi all, > > > > In helping out a fellow contributor, Saransh though it best to have one > > centralized place where we could document common small problems/errors > and >

RE: [jira] [Updated] (FINERACT-135) Performance improvement using EHCache or any other cache managers

2016-04-07 Thread Adi Raju
As the loan portfolio size increases, performance of most of loan transaction APIs is seen to be slow, more specifically collection sheet and repayments. In any loan related transaction, Loan entity object is created. Initial observation is that creation of this Loan object is resulting in around

[VOTE] [FINERACT] 0.1.0.incubating for release

2016-04-11 Thread Adi Raju
only distribution, can we get waiver on this dependency? With this background, I call for formal VOTING for the first release. Regards, Adi Raju

RE: [VOTE] [FINERACT] 0.1.0.incubating for release

2016-04-11 Thread Adi Raju
t boot time. > We couldn't migrate to OpenJPA and avoid dependency on Hibernate(LGPLv2.1). > Since we are making source only distribution, can we get waiver on > this dependency? > > With this background, I call for formal VOTING for the first release. > > Regards, > Adi Raju

RE: [VOTE] [FINERACT] 0.1.0.incubating for release

2016-04-12 Thread Adi Raju
Adding gene...@incubator.apache.org into mailing list -Original Message- From: Adi Raju [mailto:adi.r...@confluxtechnologies.com] Sent: 12 April 2016 10:35 To: dev@fineract.incubator.apache.org Subject: RE: [VOTE] [FINERACT] 0.1.0.incubating for release Release files correspond to the

RE: Clarification on Validator Classes for Multiple Rescheduling of a Loan

2016-04-12 Thread Adi Raju
@fineract.incubator.apache.org; robert wizglobal ; Zack Wizglobal ; pra...@confluxtechnologies.com Nuthakki ; Andris Kaneps ; Philippe Storm ; Markus Geiß ; Adi Raju Subject: Re: Clarification on Validator Classes for Multiple Rescheduling of a Loan Good morning, gentlemen! So where do we

RE: Clarification on Validator Classes for Multiple Rescheduling of a Loan

2016-04-12 Thread Adi Raju
[mailto:agris.varp...@mtgcapital.ch] Sent: 12 April 2016 13:38 To: Adi Raju Cc: Sander van der Heyden ; Ed Cable ; dev@fineract.incubator.apache.org; robert wizglobal ; Zack Wizglobal ; pra...@confluxtechnologies.com Nuthakki ; Andris Kaneps ; Philippe Storm ; Markus Geiß Subject: Re: Clarification on

RE: [VOTE] [FINERACT] 0.1.0.incubating for release

2016-04-14 Thread Adi Raju
Hi Justin, Thanks for the feedback. Licensing is quite confusing and your inputs are appreciated. Since we are intending to make source only release and not include any jar or compiled binaries. Does this qualify only as dependency? In such case, we wouldn't have anything other than apache text in

RE: recent call to vote on release on general incubator list

2016-04-14 Thread Adi Raju
I do not think the release would go in its current form, so we can withdraw the release. Regards, Adi -Original Message- From: Sander van der Heyden [mailto:sandervanderhey...@musoni.eu] Sent: 14 April 2016 12:52 To: dev@fineract.incubator.apache.org Subject: Re: recent call to vote on

RE: Clarification on Validator Classes for Multiple Rescheduling of a Loan

2016-04-19 Thread Adi Raju
Hi Ed, Subramanya will be working on this task tomorrow. Regards, Adi From: Ed Cable [mailto:edca...@mifos.org] Sent: 18 April 2016 21:49 To: Andris Kaneps Cc: Agris Varpins ; Adi Raju ; Sander van der Heyden ; dev@fineract.incubator.apache.org; robert wizglobal ; Zack Wizglobal

RE: Loan Fees Bug

2016-05-06 Thread Adi Raju
Hi Zayyad, Usability Part: How the payment amount is adjusted towards installment components(principal/interest/fee/penalties) are decided by the Repayment strategy chosen while defining the loan product. Currently we have 7 different strategies which specify how paid amount should be adju

Re: [VOTE] [FINERACT] 0.1.1-incubating for release

2016-05-08 Thread Adi Raju
We are bumping the version because there is some change in the source to fix one of the gradle task. Regards, Adi On 09-May-2016 9:16 am, "Roman Shaposhnik" wrote: > One question: are you bumping the version # to 0.1.2-incubating just > because of that? > > It is fine to do so, but I wonder whet

RE: FW: About FINERACT-11 | Certain loans crash entire server

2016-05-10 Thread Adi Raju
As I understand from QA, this issue is not present on the latest version of fineract/openmf releases. Nelson, please provide the version details of your deployment. Regards, Adi -Original Message- From: Nayan Ambali [mailto:nayan.amb...@gmail.com] Sent: 10 May 2016 12:35 To: dev@finer

RE: Question about Fineract Repayment Strategy

2016-05-10 Thread Adi Raju
This use case has nothing to do with Repayment Strategy code. 2 approaches to solve this: 1. Modify Loan Product definition to define the cut-off date and automatic principal grace to be applied. During disburse command, based on the product definition, modify the loan terms to automatica

RE: About FINERACT-11 | Certain loans crash entire server

2016-05-10 Thread Adi Raju
Hi Nelson, As per the comments on MIFOSX-2409 which is linked to FINERACT-11, the issue is resolved. The comment says: "We migrated to Conflux servers and they got it sorted out. I think the issue was that our products were set to 2 decimals, but some Fees we computed had more decimals." Is th

RE: [VOTE] [FINERACT] 0.1.2-incubating for release

2016-05-11 Thread Adi Raju
+1 -Original Message- From: Nazeer Shaik [mailto:nazeer.sh...@confluxtechnologies.com] Sent: 09 May 2016 17:46 To: dev@fineract.incubator.apache.org Subject: Re: [VOTE] [FINERACT] 0.1.2-incubating for release Hi Myrle, Thank you for reviewing this release and please find my comments bel

RE: Review of Pull Request from James Rowe

2016-05-12 Thread Adi Raju
@fineract.incubator.apache.org; Adi Raju Cc: James Rowe ; Austin H ; Nathan McClellan Subject: Review of Pull Request from James Rowe Hi Fineract devs, I wanted to make sure you saw the incoming pull request from James Rowe. It's a fix for holidays that's needed by customer of theirs in the Philippin

RE: Review of Pull Request from James Rowe

2016-05-12 Thread Adi Raju
:jrowe...@gmail.com] Sent: 12 May 2016 22:42 To: Adi Raju Cc: Ed Cable ; dev@fineract.incubator.apache.org; Austin H ; Nathan McClellan Subject: Re: Review of Pull Request from James Rowe Hello Adi! Thank you for the review. When I was writing this code, I knew that the code is not a full solutio

RE: Possible bug: not able to add charges to newly created saving account after account activation

2016-05-22 Thread Adi Raju
We see that the issue is happening when Account number prefix setting is used, and this bug is prevalent from Apr 7, 2015. Fix will be applied to fineract develop by EOD today and same will be part of next release. Regards, Adi -Original Message- From: Nayan Ambali [mailto:nayan.amb...

RE: HEADS UP: JIRA email patterns are changing over the weekend

2016-05-23 Thread Adi Raju
Is this enabled already? I am getting mailer daemon failure notice for email id issues-subscr...@fineract.incubator.apache.org. Regards, Adi -Original Message- From: Myrle Krantz [mailto:mkra...@mifos.org] Sent: 23 May 2016 20:15 To: dev@fineract.incubator.apache.org Subject: Re: HEADS

RE: Microservices release question

2016-05-30 Thread Adi Raju
I would expect there would be X number of microservices which are core/heart of the application which no deployment can do away with. I would suggest these to be released as a single package/release. All other microservices should be optional based on the deployment/end user requirements. They

RE: Microservices release question

2016-05-31 Thread Adi Raju
gt; On Tue, May 31, 2016 at 7:21 AM, Adi Raju wrote: > I would expect there would be X number of microservices which are > core/heart of the application which no deployment can do away with. I > would suggest these to be released as a single package/release. > > All other micros

RE: [Mifos-developer] Payment Inventory Module Developed

2016-06-13 Thread Adi Raju
Hi Saransh, Can you please start a discussion on u...@fineract.incubator.apache.org mailing list to narrow down on the use cases/usability part and then start a discussion here on dev@fineract.incubator.apache.org with your design/approach? This would help with easier PR processing. Regards, Ad

RE: [JIRA] (MIFOSX-2235) All Adjusted EMI amount collection at first insalment In repayment SCH

2016-07-03 Thread Adi Raju
From: srinivasa Rao Yedida [mailto:sre.mi...@gmail.com] Sent: 30 June 2016 10:05 To: dev@fineract.incubator.apache.org; Edward Cable Cc: Adi Raju (JIRA) Subject: Re: [JIRA] (MIFOSX-2235) All Adjusted EMI amount collection at first insalment In repayment SCH Hi Ed Please update status on

RE: Configuring template to pull Guarantor Data

2016-07-06 Thread Adi Raju
working. I am not even a successful user of this input box, so regular users should be able to figure out proper way to add the template structure. Regards, Adi From: Ashok [mailto:as...@confluxtechnologies.com] Sent: 07 July 2016 10:28 To: Adi Raju ; Nazeer Shaik Cc: dev

RE: Your Mifos Experience

2016-07-07 Thread Adi Raju
Hi Amit, As mentioned on another thread, templates use mustache library to format the documents. I have provided sample of how to iterate on guarantors. To use any data, you will have to use the mappers and associate any available API. Credit scoring is not available in mifos. You will have to

RE: Configuring template to pull Guarantor Data

2016-07-07 Thread Adi Raju
, 2016 at 8:56 AM, Adi Raju wrote: > Hi All, > > > > I have created a sample template by name “Sample Guarantors Template” > on https://demo.openmf.org, which is able to iterate on the guarantors. > > Please have a look at it for sample implementation. > > As Sander

RE: [VOTE] [FINERACT] 0.3.1-incubating for release

2016-07-07 Thread Adi Raju
+1 -Original Message- From: Myrle Krantz [mailto:mkra...@mifos.org] Sent: 07 July 2016 15:00 To: dev@fineract.incubator.apache.org Subject: Re: [VOTE] [FINERACT] 0.3.1-incubating for release Hi all, Nazeer has addressed my concerns (on his holiday -- that's dedication). I'm changing my

RE: [VOTE] Release Apache Fineract 0.3.1 (incubating)

2016-07-08 Thread Adi Raju
Hi John, The code doesn't have any hibernate dependency. But as part of dev environment, to execute integration tests, we are using hibernate. AFAIK LGPL is allowed for dev environment. >From deployment perspective, we would expect the user of this project to make >a choice of JPA vendor and ma

RE: [VOTE] [FINERACT] 0.3.2-incubating for release

2016-07-13 Thread Adi Raju
Hello All, I have verified that unless *-PbuildType=TEST* param is used, none of the gradle command includes any GPL/LGPL dependencies. Only when you specify the *-PbuildType=TEST* that these dependencies are downloaded and included into the war file. This is the approach we have taken to clear

RE: Clarification on Validator Classes for Multiple Rescheduling of a Loan

2016-07-13 Thread Adi Raju
half of Aug (tested formal). Regards, Adi From: Andris Kaneps [mailto:akan...@mtgcapital.ch] Sent: 14 July 2016 11:49 To: Adi Raju Cc: Ed Cable ; Agris Varpins ; Sander van der Heyden ; dev@fineract.incubator.apache.org; subrama...@confluxtechnologies.com; Pramod Nuthakki ; Philippe

RE: Getting a problem in creating a user

2016-07-14 Thread Adi Raju
What is the error from the API? Http response? Regards, Adi -Original Message- From: MexinaM Daniel [mailto:mex...@singo.co.tz] Sent: 14 July 2016 15:06 To: dev@fineract.incubator.apache.org Subject: Getting a problem in creating a user Hi devs I have an urgent problem here please if

RE: Getting a problem in creating a client

2016-07-14 Thread Adi Raju
You might be giving duplicate value for external_id or mobile no. Alternatively, Have you configured any "Account Number Preferences" rules in Admin > System menu? Regards, Adi -Original Message- From: MexinaM Daniel [mailto:mex...@singo.co.tz] Sent: 14 July 2016 15:12 To: dev@fineract.

RE: Getting a problem in creating a client

2016-07-14 Thread Adi Raju
now. I don't know the reason but thank you for the help. Regards Mexina. On 07/14/2016 01:06 PM, Adi Raju wrote: > You might be giving duplicate value for external_id or mobile no. > Alternatively, Have you configured any "Account Number Preferences" rules in > Admin

RE: Getting a problem in creating a client

2016-07-17 Thread Adi Raju
niel [mailto:mex...@singo.co.tz] Sent: 14 July 2016 17:03 To: dev@fineract.incubator.apache.org Subject: Re: Getting a problem in creating a client Dear Adi I have understood you. Thank you for the explanation. Regards Mexina. On 07/14/2016 03:52 PM, Adi Raju wrote: > Max length for account n

Re: error on dividend

2016-07-18 Thread Adi Raju
I see UserNotFoundException. Looks like you have deleted app user 'system', which is required for this job. Regards, Adi On 18-Jul-2016 9:55 PM, "Rishabbh Dua" wrote: > Hi Folks > > I just saw this error: (is this expected) > > > 301215 [Scheduler1_Worker-4] ERROR org.quartz.core.ErrorLogger -

RE: Maker-Checker principle and Document management

2016-08-02 Thread Adi Raju
Hi Lionel, Maker-checker enabled API workflow is like this: 1. Maker invokes an API 2. System does all the validation, reverses the transaction and stores the complete API as part of audit table (No DB changes) 3. Checker reviews the API request and approves 4. The API is invoked again and the tr

RE: Maker-Checker principle and Document management

2016-08-03 Thread Adi Raju
ue/task in jira to comment on this matter? Thanks again Lionel 2016-08-03 2:33 GMT-03:00 Adi Raju : > Hi Lionel, > > Maker-checker enabled API workflow is like this: > 1. Maker invokes an API > 2. System does all the validation, reverses the transaction and stores > the c

Re: Maker-Checker principle and Document management

2016-08-04 Thread Adi Raju
at, I just want to be sure. > > Which would be the steps to continue? Should we create a ticket on JIRA and > work on it? > > Regards, > > Lionel > > > 2016-08-04 3:10 GMT-03:00 Adi Raju : > > > Hi Lionel, > > > > Document is not part of any Loan p

RE: Upcoming Apache Board Report

2016-08-31 Thread Adi Raju
Hi Myrle/Community, Sorry for the delayed response, mail was lost in the follow up list due to other priorities. In our last attempt we have been successful in getting the code cleaned up to remove hibernate dependency. Creation of war file while using build/war/dist did not include the hibern

RE: Upcoming Apache Board Report

2016-09-01 Thread Adi Raju
All, Apologies, I have requested for help with GRUNT, but what we really need is help with GRADLE. Regards, Adi -Original Message- From: Adi Raju [mailto:adi.r...@confluxtechnologies.com] Sent: 01 September 2016 09:08 To: dev@fineract.incubator.apache.org Subject: RE: Upcoming Apache

RE: Start work on FINERACT-209

2016-09-02 Thread Adi Raju
You can go ahead with the changes and send in the PR. This is the right mailing lists for any development or contribution related questions. Regards, Adi -Original Message- From: Lionel Raymundi - Poincenot [mailto:lio...@poincenot.com] Sent: 02 September 2016 18:55 To: dev@fineract.inc

RE: Loan Processing Time

2016-09-06 Thread Adi Raju
2016 16:36 To: mifos-develo...@lists.sourceforge.net; dev@fineract.incubator.apache.org Cc: Adi Raju ; shreya...@confluxtechnologies.com; Ed Cable Subject: Loan Processing Time Devs, Am facing a problem with some tenants on our dedicated Linux server. It taking too long to view a loan

RE: Standing Instruction Bug

2016-09-09 Thread Adi Raju
Hi Zayyad, I do not see your observations as a bugs, but as requirements for enhancement/improvement. I would suggest this be discussed in user community group and derive the variations/requirements that will have to be added to the product. Regards, Adi From: Zayyad A. Said [mailto:z

RE: Query profiling

2016-09-14 Thread Adi Raju
Hi Immanuel, Across MifosX, a user’s data visibility is restricted to the office that they belong to or the sub-offices below hierarchy. In the reports, ‘m_office o join m_office ounder’ is generally used to show the results for the selected office and restrict the data returned based on the

RE: Start work on FINERACT-209

2016-09-14 Thread Adi Raju
proval. Any ideas about how to improve this? Thanks again Lionel 2016-09-02 10:38 GMT-03:00 Adi Raju mailto:adi.r...@confluxtechnologies.com> >: You can go ahead with the changes and send in the PR. This is the right mailing lists for any development or contribution related que

RE: Start work on FINERACT-209

2016-09-14 Thread Adi Raju
hanks Lionel 2016-09-14 6:26 GMT-03:00 Adi Raju : > Lionel, > > > > As part of MakerChecker query response, along with Entity Name, > Action, even url is sent. Could we possibly use that to show the link > to the document? > > > > Regards, > > Adi > >

RE: Internal Server Error - Loan Booking

2016-09-15 Thread Adi Raju
Zayyad, It is difficult to figure out a scenario on why a db record might be locked perpetually. I think your immediate step should be to have your DBA to get the records unlocked. If you are able to figure out the scenario thru which such error happens, that would be great. Regards,

RE: [Mifos-developer] Transactions executed multiple times

2016-09-15 Thread Adi Raju
Arvind, The error is self explanatory. Your script is violating 'account_no_UNIQUE' unique constraint on the m_client table. Please identify if your script itself is inserting duplicate account no. Alternatively, it is possible that you have configured "Account Number Preferences" which is caus

RE: [Mifos-developer] Custom Pentaho Report -- unable to parse the document

2016-09-21 Thread Adi Raju
Hi Thynn, Steps you have followed are perfect. I can only suspect some step is not done properly. As long as global script is modified and you are able to run report outside of the mifos installation, your report should be good. You should have something wrong in the report entries. As m

Re: totalFilteredRecords returning incorrect value

2016-09-23 Thread Adi Raju
What is the API? And the request params? On 24-Sep-2016 4:39 AM, "Arvind Sujeeth" wrote: > Hi all, > > I've observed another strange (and seemingly incorrect behavior). I > launched a very simple query (lookup client) 1000 times, and 14 of those > times (i.e. non-deterministically) the "totalFil

RE: [Mifos-developer] how to deploy Fineract with http behind reverse proxy handling https?

2016-09-25 Thread Adi Raju
+dev@fineract Hi, fineract-provider\src\main\resources\META-INF\spring\securityContext.xml can be modified to allow http. Regards, Adi From: Yalu [mailto:y...@vajrainteractive.com] Sent: 23 September 2016 15:00 To: Mifos software development Subject: [Mifos-developer] how to depl

RE: [Mifos-developer] password reset with self service API

2016-09-26 Thread Adi Raju
Self service user is just a special type of application user with restricted access. So existing app user apis are used for any user CRUD operations, https://demo.openmf.org/api-docs/apiLive.htm#users_create isSelfServiceUser and clients are the additional params differentiating a normal user

RE: Using Self-Service APIs to return accounts of only one client

2016-09-26 Thread Adi Raju
Self Service APIs were created not only with end customer in mind. These APIs are created to support agent banking, field staff and other scenarios as well. Basic idea is that the data and operations are restricted as compared to a bank staff. Design decisions and the approach is documented here

RE: Internal Server Error - Loan Approval

2016-09-27 Thread Adi Raju
Logs are not attached From: Zayyad A. Said [mailto:zay...@intrasofttechnologies.com] Sent: 28 September 2016 01:05 To: dev@fineract.incubator.apache.org; mifos-develo...@lists.sourceforge.net Subject: Internal Server Error - Loan Approval Devs, Facing a weird scenario with one of our t

RE: Pentaho Report in Mifos

2016-09-27 Thread Adi Raju
This error comes when report files are either not available in the {user directory}/.mifosx/pentahoReports or server is unable to read the file. Make sure the user you are using to run the tomcat and the user directory is for the same user. Regards, Adi -Original Message- From: Mexina

RE: Internal Server Error - Loan Approval

2016-09-27 Thread Adi Raju
No access on those files.. please make them publicly accessible. From: Zayyad A. Said [mailto:zay...@intrasofttechnologies.com] Sent: 28 September 2016 11:12 To: dev@fineract.incubator.apache.org; mifos-develo...@lists.sourceforge.net Cc: 'Adi Raju' Subject: RE: Internal Server Er

RE: totalFilteredRecords returning incorrect value

2016-09-27 Thread Adi Raju
"c.account_no={client account no}", where {client account no} is replaced by a literal value like 123456789, corresponding to the client account number. Arvind On 9/23/16 6:50 PM, Adi Raju wrote: > What is the API? And the request params? > > On 24-Sep-2016 4:39 AM, "Arvind Sujee

RE: Internal Server Error - Loan Approval

2016-09-27 Thread Adi Raju
"Minimum Guarantee from Own Funds" and "Minimum Guarantee from Guarantor Funds" is not defined the loan product used which is causing this issue. Regards, Adi From: Adi Raju [mailto:adi.r...@confluxtechnologies.com] Sent: 28 September 2016 11:26 To: &

RE: Pentaho Report in Mifos

2016-09-29 Thread Adi Raju
user directory(root) Is it possible for the server to fail to read only the report i created and able to read all other report while they are all listed in /.mifosx/pentahoReports? what could be the cause? Mexina On 09/28/2016 07:23 AM, Adi Raju wrote: > This error comes when report files

RE: [Mifos-developer] Cashier Transactions - Non Portfolio Entries

2016-10-06 Thread Adi Raju
There is no support for handling journal entries thru teller. A new feature enhancement would be required. Regards, Adi -Original Message- From: Zayyad A. Said [mailto:zay...@intrasofttechnologies.com] Sent: 07 October 2016 10:07 To: serge.amega...@ovamba.com; 'Mifos software developmen

RE: Questions regarding Log in via Self-Service APIs

2016-10-18 Thread Adi Raju
PSB From: Ed Cable [mailto:edca...@mifos.org] Sent: 19 October 2016 07:18 To: dev (dev@fineract.incubator.apache.org) Cc: Adi Raju; Denila Philip Subject: Questions regarding Log in via Self-Service APIs Hi Adi, I will let the devs and PM working on the community Android self-service

Re: Self-Service APIs to Change Password?

2016-10-21 Thread Adi Raju
We don't have self service API to change password. I think this is a critical API. I will add it in the next immediate release. As of now, even going forward, staff should use auto generated password option to keep the login credentials secret. Change password is something required for ease of use

RE: Self-Service API for editing client details

2016-10-24 Thread Adi Raju
Editing self-details are not supported for self service users yet. Considering a client's details are supposed to be verified against some documents, do we really want to expose any API like this? Regards, Adi -Original Message- From: Ed Cable [mailto:edca...@mifos.org] Sent: 21 October

RE: Self-Service APIs to Change Password?

2016-10-26 Thread Adi Raju
Self Service API that can be used to update password on their own is delivered and part of fineract/develop branch. Regards, Adi From: Adi Raju [mailto:adi.r...@confluxtechnologies.com] Sent: 21 October 2016 20:36 To: dev Cc: Stebbins Stebbins; Denila Philip Subject: Re: Self-Service

Re: Fineract Board Report for November

2016-10-27 Thread Adi Raju
+1 On 27-Oct-2016 11:59 PM, "Jim Jagielski" wrote: > It's not only the release but also the general way in which things > are progressing... > > > On Oct 27, 2016, at 1:38 PM, Myrle Krantz wrote: > > > > I think that would be great! This is my +1. > > > > I'm surprised that we would propose thi

Workflow using Datatable Verification

2016-10-28 Thread Adi Raju
Hi All, I have put down requirements, user story breakdown and Design/Implementation approach for the 'Workflow using Datatable Verification' feature planned in the near future. Please find the documentation at https://cwiki.apache.org/confluence/display/FINERACT/Workflow+using+Datatabl e+Veri

RE: Workflow using Datatable Verification

2016-11-01 Thread Adi Raju
ands On 28 October 2016 at 11:11, Adi Raju wrote: > Hi All, > > > > I have put down requirements, user story breakdown and > Design/Implementation approach for the 'Workflow using Datatable > Verification' feature planned in the near future. > > Please find

RE: Notification Module Review

2016-11-07 Thread Adi Raju
Hi Adhyan, We are currently focussing on a release to be made this week. We will take up your review immediately after that. Regards, Adi From: Adhyan Srivastava [mailto:adhyan2...@gmail.com] Sent: 08 November 2016 02:10 To: dev@fineract.incubator.apache.org Cc: Ed Cable; Adi Raju

RE: Workflow using Datatable Verification

2016-11-11 Thread Adi Raju
can analyze. > > Based on that analysis along with the proposed design from Adi, I > would like to set up a call with Adi, Sander, and anyone else along > with Markus to give his blessing to the approach we should take. > > Markus is in Indonesia all this week so let's

Business Event Processor

2016-12-05 Thread Adi Raju
Event+Processo r Please review and provide your comments. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Bengaluru, Karnataka, 560043 INDIA Disclaim

RE: Doubt on Center Savings Account

2016-12-06 Thread Adi Raju
savings account creation. groupId mentioned in the parameter will carry the centerId(virtually it is again a unique groupId) Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layo

RE: Business Event Processor

2016-12-06 Thread Adi Raju
visibility even in the read APIs based on different business rules. In the example provided, "Data Driven Authorisation" was a simple validation feature request, which requires allowing an API based on role and not just permission assigned to the App User. Regards, Adi Raju Principal

RE: Issues in interest recalculation

2016-12-07 Thread Adi Raju
they are linked to some other factors as well. If you can reproduce them on demo.openmf.org and provide with loan ids or relevant details, we can get back with clarifications or verify if it is really a bug. Regards, Adi Raju Principal Architect, Conflux Technologies Pvt Ltd Address: #304, 2nd

RE: Issues in interest recalculation

2016-12-07 Thread Adi Raju
Hi Sander PSB Regards, Adi Raju Principal Architect, Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Bengaluru, Karnataka, 560043 INDIA Disclaimer: The information contained in this e-mail message and any files/attachment transmitted with it is

RE: [VOTE] [APACHE FINERACT] 0.5.0-incubating for release

2016-12-08 Thread Adi Raju
+1 Verified signatures and checksum Build is fine Integration tests are passing Regards, Adi Raju Principal Architect, Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Bengaluru, Karnataka, 560043 INDIA Disclaimer: The information contained in this

RE: Business Event Processor

2016-12-08 Thread Adi Raju
ta Driven Authorization > within the community, given the configuration is usually very complex > and the real benefit is questionable. > > Cheers > > Markus > > -Original Message- > From: Adi Raju [mailto:adi.r...@confluxtechnologies.com] > Sent: Wednes

RE: Issues in interest recalculation

2016-12-11 Thread Adi Raju
job runs every day, interest will be revised to include calculations as of that day. Regards, Adi Raju Principal Architect, Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Bengaluru, Karnataka, 560043 INDIA Disclaimer: The information contained in

RE: Issues in interest recalculation

2016-12-26 Thread Adi Raju
, interest calculations depend on the current day, daily/same as repayment interest calculation, compounding components, compounding day and REST. You might not be getting the exact amount, as you might be missing or overlooking on one of these parameters. Regards, Adi Raju Principal Architect

[Design] Recurring Journal Entries

2016-12-27 Thread Adi Raju
Hi All, Development approach/notes for recurring journal entries are documented at https://cwiki.apache.org/confluence/display/FINERACT/Recurring+Journal+Entri es Please provide your inputs. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> C

[Design] Slab Based Charges

2016-12-27 Thread Adi Raju
Hi All, Design and development approach for Slab Based Charges is documented https://cwiki.apache.org/confluence/display/FINERACT/Slab+Based+Charges Please provide your inputs. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> Conflux Technologies P

RE: Configuring Penalty Charge depending on loan's interest rate

2017-01-01 Thread Adi Raju
Hi Lionel, New enhancement with new calculation type would be required to address your requirement. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Ben

RE: [Mifos-developer] How is 'Link Savings' spinner inflated in Group Loan Application?

2017-01-01 Thread Adi Raju
'accountLinkingOptions' is populated with list of active savings accounts and it is currently done only for individual clients. Code can be found at LoansApiResource class template method. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.

RE: Configuring Penalty Charge depending on loan's interest rate

2017-01-02 Thread Adi Raju
I think your steps are right. Let us know if you get into any problems. Since this is very specific requirement, I think it is better to take community's input before we push the code changes to common repo. May be a vote on u...@fineract.incubator.apache.org. Regards, Adi Raju Prin

RE: [Mifos-developer] Can't create new loan

2017-01-02 Thread Adi Raju
There was a bug with high interest loans submitted with disbursement date of 29 or 30 or 31. I have fixed and sent PR for the same. Fix will be part of next release. Regards, Adi Raju Principal Architect, <http://www.confluxtechnologies.com/> Conflux Technologies Pvt Ltd A

RE: Validation error

2017-01-04 Thread Adi Raju
API data validation is done individually for each different API end point, but they all invariably throw PlatformApiDataValidationException. Message shown on community-app is based on the translations available in locale-XX.json files in community-app/app/global-translations Regards, Adi Raju

RE: [VOTE] [APACHE FINERACT] 0.6.0-incubating for release

2017-01-09 Thread Adi Raju
+1 Build working Signatures are good Checksums are good Integration tests passing Regards, Adi Raju Principal Architect, Conflux Technologies Pvt Ltd Address: #304, 2nd Floor, 7th Main Road, HRBR Layout 1st Block, Bengaluru, Karnataka, 560043 INDIA Disclaimer: The information contained in

[jira] [Commented] (FINERACT-39) Simple Interest Calculation for Savings

2016-02-25 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-39?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168496#comment-15168496 ] Adi Raju commented on FINERACT-39: -- [~dh...@mifos.org] In the current implementa

[jira] [Resolved] (FINERACT-68) validation for center meeting rescheduling(Should not allow to reschedule FRP of loans under that center

2016-03-16 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-68. -- Resolution: Fixed Assignee: Adi Raju (was: Markus Geiss) > validation for center meet

[jira] [Resolved] (FINERACT-67) undo last tranche not working

2016-03-16 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-67. -- Resolution: Fixed Assignee: Adi Raju (was: Markus Geiss) > undo last tranche not work

[jira] [Resolved] (FINERACT-88) After editing the attached meeting to a Group displays startup page

2016-03-22 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-88. -- Resolution: Fixed Assignee: subramanyasn (was: Markus Geiss) > After editing the attac

[jira] [Resolved] (FINERACT-90) addind a new tranche to an active loan is changing the disbursement amount

2016-03-22 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-90. -- Resolution: Fixed Assignee: subramanyasn > addind a new tranche to an active loan is chang

[jira] [Resolved] (FINERACT-64) If the charge created as Disbursement fee and Tranche loan with 2 tranche is disbursed, then charge is getting applied for the 2nd tranche also in trasactions page

2016-03-22 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-64. -- Resolution: Fixed Assignee: subramanyasn (was: Markus Geiss) > If the charge created

[jira] [Resolved] (FINERACT-86) After Rescheduling Future meetings for the loan with multi tranche and interest recalculation enabled is not proper

2016-03-22 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adi Raju resolved FINERACT-86. -- Resolution: Fixed Assignee: subramanyasn (was: Markus Geiss) > After Rescheduling Fut

[jira] [Commented] (FINERACT-154) If "Post Interest For Savings" and "Update Savings Dormant Accounts" scheduler jobs are executed together then post interest scheduler job fails

2016-05-10 Thread Adi Raju (JIRA)
[ https://issues.apache.org/jira/browse/FINERACT-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277815#comment-15277815 ] Adi Raju commented on FINERACT-154: --- In automated scheduler scenario this use

  1   2   >