Re: IRR calculation

2017-08-17 Thread Saransh Sharma
Hi, Lionel, Couple of years ago i wrote something in JS for Mifos X Based Front End Or Community App which was written in ANGULAR JS https://github.com/theupscale/financeFunctions/blob/master/irr.js It is basic and simple one which pass parameters like loan amount, tenor, advance EMI, and

About this task

2018-01-20 Thread Saransh Sharma
Can some one tell reproduce some technical steps what exactly I have to implement https://issues.apache.org/jira/browse/FINERACT-232 Above Issue looks quite confusing there is no clear specs. 1. I want to know what are the model changes required. 2. What methods need to be implemented. 3. There

Re: About this task

2018-01-21 Thread Saransh Sharma
Yeah On Mon, Jan 22, 2018 at 10:38 AM Santosh Math < sant...@confluxtechnologies.com> wrote: > Hi Saransh, > > Did you go through the pdf file attached with the mail and also screenshot? > > Regards > Santosh > > On Sat, Jan 20, 2018 at 8:33 PM, Saransh Sharma &

Re: IMP:: DB is very slow for large data

2018-02-06 Thread Saransh Sharma
I think you can use second level caching , I have seen similar cases where DB becomes slow while fetching reports of several thousand cases. You can use elastic search as a middle level layer to index all data and search them. Thanks On Wed, Feb 7, 2018 at 10:03 AM Hari Haran

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
Could you be able to help me or point me in the right direction? I am unable to set it up on local instance. Thanks On Tue, 2 Apr 2019, 11:54 Saransh Sharma, wrote: > what about the Run Application from within IDE? the step before remote > debugging. > > On Tue, 2 Apr 2019, 11:46

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
facebook.com/finflux/> <https://www.finflux.co/> > <https://www.linkedin.com/company/finfluxtoo/> [image: > https://twitter.com/finflux_?lang=en] < > https://twitter.com/finflux_?lang=en> > > > On Tue, Apr 2, 2019 at 11:21 AM Saransh Sharma > wrote: > &g

Re: Does anyone know about this error?

2019-04-01 Thread Saransh Sharma
What about from the IDE I am unable to run fineract as Application configuration. On Tue, 2 Apr 2019, 00:49 Vishwas Babu, wrote: > You should be able to debug Fineract platform as a remote Java application. > > Regards, > Vishwas > > > > On Mon, Apr 1, 2019 at 10:28 AM

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
This is what I get when running through eclipse https://pastebin.com/1KQq8Fx2 On Tue, Apr 2, 2019 at 12:02 PM Saransh Sharma wrote: > Could you be able to help me or point me in the right direction? > > I am unable to set it up on local instance. > > Thanks > > On T

Re: Does anyone know about this error?

2019-04-02 Thread Saransh Sharma
JPA in lieu of > hibernate) . You would have to start Fineract using Gradle and then debug > the same as a remote java application . > > On Monday, April 1, 2019, Saransh Sharma wrote: > > > What about from the IDE I am unable to run fineract as Application > > configuration.

Re: Does anyone know about this error?

2019-03-31 Thread Saransh Sharma
the project in IntelliJ only notable change is that I followed the Readme from git repository and did not import the project. Thanks On Sun, Mar 31, 2019 at 10:55 PM Saransh Sharma wrote: > I have followed almost all config style. > > First I tried 5.5 with JDK 1.8 > Second I tried

Loan Product (Last payment principal adjustment)

2019-03-30 Thread Saransh Sharma
configuration? without going to break the code. Thanks -- Saransh Sharma -- [image: Screenshot 2019-03-30 at 5.26.01 PM.png]

Re: Issue about deploy Fineract to Tomcat server

2019-03-31 Thread Saransh Sharma
will not be available. 60 jpa-pu INFO [localhost-startStop-1] openjpa.Runtime - OpenJPA dynamically loaded a validation provider. On Sun, Mar 31, 2019 at 4:15 PM Saransh Sharma wrote: > Seems like same issue with which I have on local server. > > This can be reproduced as well on Mac

Does anyone know about this error?

2019-03-31 Thread Saransh Sharma
Trying to setup apache Fineract on (local instance) IntelliJ while starting the Application Server it comes up with this. I am using OS X 10.14.2 Mysql 5.6 JDK. is 1.8 [image: Screenshot 2019-03-31 at 2.12.13 PM.png] -- Saransh Sharma -- --

Re: Does anyone know about this error?

2019-04-01 Thread Saransh Sharma
Just want to confirm that because of openJPA enhancer we cannot use IDE based debugging? Correct please let me know. Thanks On Mon, Apr 1, 2019 at 1:53 AM Saransh Sharma wrote: > I got the Fineract running finally. > > Now this seems little complicated. > > All around

Re: Does anyone know about this error?

2019-03-31 Thread Saransh Sharma
? Then no connecting with remote debugging. Thanks On Sun, Mar 31, 2019 at 10:48 PM Saransh Sharma wrote: > Oh, oops. > > I am trying to setup local development for Fineract and I am getting > exception as below. > > Caused by: > org.apache.openjpa.util.MetaDataExcep

Re: [Mifos-developer] Overdues for NPA

2019-06-12 Thread Saransh Sharma
I think I can fix this issue asap. On Wed, 12 Jun 2019, 17:50 Mexina Daniel, wrote: > Hello Zayyad > > this issue has already been reported on this ticket > https://issues.apache.org/jira/browse/FINERACT-687 > > Best Regards > > On June 12, 2019 at 1:52 AM "Zayyad A. Said" < >

Re: [Mifos-developer] Overdues for NPA

2019-06-21 Thread Saransh Sharma
I am just trying to say the difference between > loan in arrears and loan in NPA. > > On Fri, Jun 21, 2019 at 3:00 PM Saransh Sharma > wrote: > >> Are you referring to automatic penalties? >> >> On Fri, 21 Jun 2019, 14:50 Santosh Math, >> wrote: >> >&

Re: [Mifos-developer] Overdues for NPA

2019-06-21 Thread Saransh Sharma
d. > > > On Fri, Jun 21, 2019 at 2:01 PM Saransh Sharma > wrote: > >> Hi, I have a question >> >> 1. When the account is overdue then it should stop applying >> fees/penalties and charges >> 2. In case of NPA also when in. applying penalties (automatic

Re: [Mifos-developer] Overdues for NPA

2019-06-21 Thread Saransh Sharma
15274 | Skype: *zsaid2011* > > Email: zay...@intrasofttechnologies.com > > Schedule Meetings: https://calendly.com/zayyadsaid > > [image: Description: Email banner] > > > > *From:* Saransh Sharma [mailto:sara...@theupscale.in] > *Sent:* 12 June 2019 04:25 PM > *To

Re: [Mifos-developer] Overdues for NPA

2019-06-21 Thread Saransh Sharma
Hey, I was wondering how do I fix a loan which is NPA'ed I tried all config related to loan , intact tried posting backdated loan. how do you test a NPA loan ? Anyone let me know ? On Fri, Jun 21, 2019 at 3:11 PM Saransh Sharma wrote: > When loan is overdue which can be defined as p

Re: OpenJDK

2019-05-18 Thread Saransh Sharma
>> Schedule Meetings: https://calendly.com/zayyadsaid >> >> [image: Description: Email banner] >> >> >> >> *From:* Awasum Yannick [mailto:awa...@apache.org] >> *Sent:* 18 May 2019 08:30 AM >> *To:* Dev >> *Cc:* Mifos software development; S

Re: Mifos App

2019-04-30 Thread Saransh Sharma
You need to see what console is printing and where did you clone the repo from? On Tue, 30 Apr 2019, 17:44 Supreeth Menon, wrote: > Hello , > Am trying to access the app with the credentials given and have set it up > locally on my machine , from last night i am not able to access the app >

Re: Queue Management System for Fineract

2019-04-28 Thread Saransh Sharma
What is your use case with q management? On Sun, 28 Apr 2019, 16:27 Ippez Robert, wrote: > Hi devs, > Hope this mail finds you well. I was wondering if there has been any queue > Management module developed for Fineract maybe through a partner > contribution or interns. If no does anyone know

Constrain Fail On Overdue

2019-07-05 Thread Saransh Sharma
.mifosconnect.com/#/viewloanaccount/4528 <https://demo3.mifosconnect.com/#/viewloanaccount/4528>Let me know if someone has time for this Probably I have discovered a potential bug. Use user : demo password : demo Thanks -- Saransh

Re: model p2p investment account

2019-07-14 Thread Saransh Sharma
t(e.g. Fixed Deposit). An investor can fund > multiple loan requests with different interest rates. We don't want to link > each loan funding to a separate Fineract account type(savings, etc). > Any ideas are welcome. > > > To

Bulk import tool

2019-04-25 Thread Saransh Sharma
Hi devs I am using bulk import tool When downloading the templates from my local env it works well but not on the other machines like one with Ms office 2003 Similarly downloading the excel templates from the server deployed version it behaves differently... Problems like dropdown values not

Re: Soft Launch of Mifos Forum powered by Discourse

2020-03-05 Thread Saransh Sharma
This is quite interesting Ed. Let's shape this ahead, do we have some specific karma rewards based permission or we have generic roles. I would like to work on structuring the content and frequently asked questions. This could be a great place for community to discuss technical question and

Re: GSoC Project: Upgrade Fineract 1.x from Java 8 to Java 11

2020-02-28 Thread Saransh Sharma
Let's start with a step where we can introduce this as a part of next release? On Fri, 28 Feb 2020, 16:59 Awasum Yannick, wrote: > Ohh...A PR for this will be great @Saransh Sharma > > On Fri, Feb 28, 2020 at 12:02 PM Saransh Sharma > wrote: > >> So, right now we are

Re: GSoC Project: Upgrade Fineract 1.x from Java 8 to Java 11

2020-02-28 Thread Saransh Sharma
a task so that in future we could get it automatically upgraded. thanks On Fri, Feb 28, 2020 at 4:21 PM Awasum Yannick wrote: > We usually ship the war file without Gradle. The Gradle is a Developer > Only Wrapper for Development. > > On Fri, Feb 28, 2020 at 11:45 AM Saransh Sharma >

Re: GSoC Project: Upgrade Fineract 1.x from Java 8 to Java 11

2020-02-28 Thread Saransh Sharma
Hey Vinayak, FYI the build is working fine if you exclude the tests, now it is most likely we need to rewire the new dependencies most likely the testing part. Upgrading and resolving some packages should do the trick for complete upgrade Let me know if you have any questions about this.

Re: GSoC Project: Upgrade Fineract 1.x from Java 8 to Java 11

2020-02-28 Thread Saransh Sharma
ient, and doing some tests with the new Garbage Collection algorithms >> introduced from JDK 9/10. >> Best Regards, >> Giorgio >> >> -- Saransh Sharma *Research Partner* *Muellner Internet Pvt Ltd *

Re: Client Credit Score API Information needed

2020-02-28 Thread Saransh Sharma
There is one already available in mifos documents, I couldn't find it, it has specs available there. To start with, we need a configuration style API which can call some API externally. It should ideally requires external third party keys, to work and ideally we should not be storing them. Data

Re: Client Credit Score API Information needed

2020-02-28 Thread Saransh Sharma
Do you wish to make it open source? What providers do you support at this point?. Oh so you have developed your own credit rating engine. Do you wish to integrate economic compatible social credit rating . It starts with peer to peer model, to create an economic equilibrium. I can share a

Re: Reg Report download in fineract

2020-02-25 Thread Saransh Sharma
You need to use caching, other then this maybe you can use indexing which could load some data initially. Some techniques like this could be used Load certain data like in form of paging. For parallel processing, building a async repository where processes are emitted once failed or finished. I

CheckStyle Config in the IDE

2020-03-02 Thread Saransh Sharma
the IDE's pick it up on its own , now given this is a JAVA project its going to be complicated. So any feedback and suggestions , so that we can improve all the process. -- Saransh Sharma *Research Partner* *Muellner Internet Pvt Ltd

Re: Client Credit Score API Information needed

2020-02-28 Thread Saransh Sharma
> Washington DC > > http://www.lokyata.com > > M-571.216.3530 > > Whatsapp 571.216.3530 > > > > *From:* Saransh Sharma > *Sent:* Friday, February 28, 2020 11:43 AM > *To:* Dev > *Cc:* Shiv Nandan Negi > *Subject:* Re: Client Credit Score API Infor

Re: Apache PMCs: your chance to support your projects with Outreachy internships

2020-01-31 Thread Saransh Sharma
I could peer review and help in merging and setup and train students and quickly get some of the large financial functional issues resolved. Thanks On Fri, 31 Jan 2020, 23:40 Saransh Sharma, wrote: > I would like to volunteer. > > On Fri, 31 Jan 2020, 21:14 Awasum Yannick, wrote: &g

Re: Apache PMCs: your chance to support your projects with Outreachy internships

2020-01-31 Thread Saransh Sharma
I would like to volunteer. On Fri, 31 Jan 2020, 21:14 Awasum Yannick, wrote: > Hi All, > > Do we have committers here willing to scope up project ideas and mentor > during the upcoming Outreachy Session? > > This could be a chance to get some tasks completed especially around > Fineract 1.x. >

Re: Fineract1.x - how interest capitalization works

2020-02-01 Thread Saransh Sharma
First thing you can setup accounting and define financial activities. You can setup accounting rules it supports debit rule and credit rules for both unpaid interest. Apart from that check out more information Before that answering your question.. Currently fineract support multiple strategies

Re: Online chat

2020-02-17 Thread Saransh Sharma
ll as dry run I have already started let me know if some one is missing. We could do this for couple of weeks. > > On Sun, Feb 16, 2020, 3:01 AM Saransh Sharma > wrote: > >> Another thing in mind which got, that we have less activity over >> stackoverflow, I have observed ans

Re: Online chat

2020-02-14 Thread Saransh Sharma
> > > On Fri, 14 Feb 2020, 13:38 Saransh Sharma, wrote: > >> We could also add jira webhooks also and github pr abd issue list >> >> On Fri, 14 Feb 2020, 16:18 Saransh Sharma, wrote: >> >>> So far it looks like this. >>> >>> On Fri, 14

Re: Online chat

2020-02-14 Thread Saransh Sharma
On Fri, 14 Feb 2020, 18:57 Saransh Sharma, wrote: > We could integrate JIRA with chat it would move and encourage devs and > community to form quick bonds and will help everyone to get along. > > Its Ok if you cannot help atm, but it would be great if your presence is > there

Re: [Mifos-developer] Interest Rate Chart - Deposit Product

2020-02-18 Thread Saransh Sharma
d on the amounts fixed and period prevails > > Thanks > Regards > -- Saransh Sharma *Research Partner* *Muellner Internet Pvt Ltd * -- Th

Re: ISSUES BUILD FRONT

2020-02-19 Thread Saransh Sharma
npm install -g bower npm install -g grunt-cli On Wed, Feb 19, 2020 at 5:44 PM Saransh Sharma wrote: > Have you followed the documentation, > > npm install > > do the cli install and then bower install. > > Let me know. > > On Wed, 19 Feb 2020, 17:41 Emmanuel Nj

Re: ISSUES BUILD FRONT

2020-02-19 Thread Saransh Sharma
borted due to warnings. > > On Tue, Feb 18, 2020 at 6:33 PM Michael Vorburger > wrote: > >> You need to rebuild the very latest version of the web app, because this >> was fixed only very recently with >> https://github.com/openMF/community-app/pull/3179 >> >

Re: Mifos Mobile -Cn

2020-02-20 Thread Saransh Sharma
I would strongly suggest that go and talk here https://gitter.im/openMF/Fineract-CN-mobile Get hold of Rajan , as far as i know, he was taking care of mobile related development , he can better guide you there. Not sure what is up with PR pending there , i looked into it there are quite a lot i

Re: Mifos Mobile -Cn

2020-02-21 Thread Saransh Sharma
https://github.com/apache/fineract-cn-mobile I think in my opinion the above repo on openMF is deprecated . Let me know if you need more help. On Fri, Feb 21, 2020 at 10:40 AM Saransh Sharma wrote: > I would strongly suggest that go and talk here > > https://gitter.im/openMF/Fi

Re: [DISCUSS] Outreachy and GSoC 2020 Project Ideas

2020-02-21 Thread Saransh Sharma
ues>. >> There are over 390 open issues which we could select a subset of these and >> share among interns. First we need to triage them and make sure they are >> clear and feasible. Anyone willing to do this? >> >> If we can identify some issues which can be solved

Re: Mifos Mobile -Cn

2020-02-21 Thread Saransh Sharma
Instead of focusing on the open PR's maybe just look at the current activity of the repo. https://openmf.github.io/mobileapps.github.io/ Take a look at this it will be able to clear your confusion. Thanks. On Fri, Feb 21, 2020 at 3:40 PM Saransh Sharma wrote: > https://github.com/apa

Re: Online chat

2020-02-16 Thread Saransh Sharma
ce projects should be >> Open by default. There is a saying at the ASF that "If it did not happen on >> list, then it never happened" >> >> Thanks. >> Awasum >> >> On Fri, Feb 14, 2020 at 3:37 PM Saransh Sharma >> wrote: >> >>> H

Re: Call for presentations for ApacheCon North America 2020 now open

2020-02-13 Thread Saransh Sharma
https://tedxpvgcoet.com/ Here will be talking about fineract and mifos journey also. On Wed, 12 Feb 2020, 20:52 Michael Vorburger, wrote: > On Wed, 12 Feb 2020, 15:00 Ankit Sharma, wrote: > >> Saransh Sharma should be up for this. He is also delivering a TEDx talk >> this m

Online chat

2020-02-13 Thread Saransh Sharma
Like other oss community do we have a single place to discuss ideas real time. I am referring to chat / irc or slack or maybe a place to brainstorm. Have seen many oss community has such places I saw mifos has giiter. Could we propose some alternative if we don't have.

Re: Online chat

2020-02-14 Thread Saransh Sharma
Feb 14, 2020 at 2:36 PM Saransh Sharma > wrote: > >> Look Michael here the live example this folk does not even know, how to >> create JiRA issue . >> >> This remind of having some dedicated page for new comers to know what is >> what like many folks are

Re: Online chat

2020-02-13 Thread Saransh Sharma
https://discord.gg/B2HKVz Hey anyone wish to checkout out discord app, i have created some channels to start with . Its on mobile also. We can set some rules, and some manager who could help navigate new users and support old members. thanks On Fri, Feb 14, 2020 at 12:26 PM Saransh Sharma

Re: Online chat

2020-02-13 Thread Saransh Sharma
I have created categories, Welcome Category Community Support Outreach Research Off Topics Development Events Local Chapters You guys can suggest what other channels can be added under above categories. On Fri, Feb 14, 2020 at 12:57 PM Saransh Sharma wrote: > https://discord.gg/B2H

Re: Online chat

2020-02-13 Thread Saransh Sharma
does that we should use there only. Has anyone yet used discord ? On Fri, Feb 14, 2020 at 12:14 PM Enoobong Ibanga wrote: > Open to suggestions > > On 14 Feb 2020, at 07:43, Saransh Sharma wrote: > > In my opinion we should migrate to something simpler. > > How doe

Re: Mifox X: Upgrade to the latest version

2020-02-20 Thread Saransh Sharma
I have somehow integrated the reporting would you like I can patch it to you. Thanks On Thu, 20 Feb 2020, 15:11 Nazeer Hussain Shaik, < nazeerhussain.sh...@gmail.com> wrote: > Mifosx(18.03.01.RELEASE) is built on Fineract. If you move from MifosX to > Fineract, you will loose the reporting

Re: Online chat

2020-02-14 Thread Saransh Sharma
Would you like to try this out? Seems like we can get this up and running I saw current gitter it's filled with many things we can categorize them. On Fri, 14 Feb 2020, 16:13 Saransh Sharma, wrote: > Thanks could you provide me your username on discord? > > Hey Michael are you also i

Re: Online chat

2020-02-14 Thread Saransh Sharma
I can mak few folks admin also and managers to take care of the channels Who would be interested? On Fri, 14 Feb 2020, 13:04 Saransh Sharma, wrote: > I have created categories, > > Welcome Category > Community > Support > Outreach > Research > Off Topics > Developmen

Re: Online chat

2020-02-14 Thread Saransh Sharma
Thanks could you provide me your username on discord? Hey Michael are you also interested? On Fri, 14 Feb 2020, 16:10 Aleksandar Vidakovic, wrote: > Hi Saransh, > > ... can help out... > > On Fri, Feb 14, 2020 at 11:11 AM Saransh Sharma > wrote: > >> I c

Re: Docker and docker-compose deployment failing

2020-01-09 Thread Saransh Sharma
ian Mojico - developerjul...@fiter.io * > > On Mon, Jan 6, 2020 at 10:50 AM Saransh Sharma > wrote: > >> Yes indeed it does fail, I tried many times seems like it's failing to >> connect with mysql instance. To me it seems like something related to >> networking. >&g

Re: Issue with Bulk upload format/ configuration

2020-01-11 Thread Saransh Sharma
You might need to add new data structure the one you want, or just want to enable the ones Available, you have to edit the data import source code. These files are there in data import package. On Sun, 12 Jan 2020, 02:11 TechSupport MudraCircle, < techsupp...@mudracircle.com> wrote: > Dear

Re: Issue with Bulk upload format/ configuration

2020-01-11 Thread Saransh Sharma
changes. You can do in a similar manner. On Sun, 12 Jan 2020, 09:14 Saransh Sharma, wrote: > You might need to add new data structure the one you want, or just want to > enable the ones Available, you have to edit the data import source code. > > These files are there in data im

Re: Docker and docker-compose deployment failing

2020-01-13 Thread Saransh Sharma
t; wrote: >>>>> >>>>>> Hello, >>>>>> >>>>>> yes, it appears it is actually broken, I agree. >>>>>> >>>>>> The continuous integration non regression testing for it seems to >>>>>

Re: Docker and docker-compose deployment failing

2020-01-06 Thread Saransh Sharma
Yes indeed it does fail, I tried many times seems like it's failing to connect with mysql instance. To me it seems like something related to networking. On Sat, 4 Jan 2020, 05:48 Michael Vorburger, wrote: > On Fri, 3 Jan 2020, 21:17 Yemdjih Kaze Nasser, > wrote: > >> I don't have a particular

Re: Failing Integration Tests

2020-03-07 Thread Saransh Sharma
Caused by: java.lang.ClassNotFoundException at BuiltinClassLoader.java:581 On Sat, Mar 7, 2020 at 3:16 PM Saransh Sharma wrote: > Talking about tests > > I just ran ./gradlew clean build > > It fails with these errors. Though i did not do any changes in the > mentioned packages. > >

Re: Failing Integration Tests

2020-03-07 Thread Saransh Sharma
at 3:18 PM Saransh Sharma wrote: > org.apache.fineract.notification.SenderTest > notificationCreation FAILED > > java.lang.IllegalStateException at > DefaultCacheAwareContextLoaderDelegate.java:132 > > Caused by: > org.springframework.beans.factory.Bean

Re: Gradle

2020-03-09 Thread Saransh Sharma
Could you describe a bit more What version of OS you are using? This usually comes if You Are missing the file or jar On Mon, 9 Mar 2020, 13:58 Floyd Nickson, wrote: > I want to install gradle on my Laptop running on windows 10 but am getting > this "Error: Could not find or load main class

Re: Gradle

2020-03-09 Thread Saransh Sharma
I think you can use supplied gradle like this . /grdalew clean tasks If you face something let me know On Mon, 9 Mar 2020, 14:11 Floyd Nickson, wrote: > I was trying to build deployable .war file the message gateway and so > installing Gradle first , I did install Gradle and when trying to

Re: Gradle

2020-03-09 Thread Saransh Sharma
Which command do you use? Could you please a provide the complete understanding of what you are trying to do? Like in steps. On Mon, 9 Mar 2020, 14:05 Floyd Nickson, wrote: > Am using Windows 10 Home > On Mon, Mar 9, 2020, 11:27 Floyd Nickson wrote: > >> I want to install gradle on my Laptop

Re: Question on Fineract Accounting Engine

2020-04-16 Thread Saransh Sharma
eporting the issue. > > On Thu, Apr 16, 2020 at 12:22 PM Vinayak Javaly wrote: > >> Thanks Saransh. I've subscribed to the fix and will wait. >> >> Have a good day. >> >> Vinayak >> >> On Thu, Apr 16, 2020 at 4:01 AM Saransh Sharma >> wrote

Re: General questions on using Fineract for new project

2020-04-16 Thread Saransh Sharma
t; Thank you in advance. >> >> Stay safe. >> >> Vinayak >> > > > -- > [image: Logo] <https://www.fiter.io/> > *Javier Borkenztain* *| CEO* > *e:* jav...@fiter.io > *w:* fiter.io <http://

FINERACT_CN PLAGUED BY MOBILE CN

2020-04-19 Thread Saransh Sharma
Hey, folks, i think we need to tag the mobile CN issues separately, almost in few days all the issues are filled with uncategorised task/issues on fineractCN only about mobile development. My suggestion is that we maintain it separately? What do you think? -- Saransh Sharma *Research Partner

Re: Question on Fineract Accounting Engine

2020-04-16 Thread Saransh Sharma
>> Thanks Saransh. This is very helpful. >> >> Vinayak >> >> On Wed, Apr 15, 2020 at 10:39 AM Saransh Sharma >> wrote: >> >>> Hey , Vinayak, I hope you are safe. >>> >>> To begin with accounting on finearct as of now in accoun

Re: General questions on using Fineract for new project

2020-04-17 Thread Saransh Sharma
. Interesting , lets work on it. You want to help? @Awasum Yannick Lets quickly prototype it. On Fri, Apr 17, 2020 at 4:01 PM Awasum Yannick wrote: > > > On Fri, Apr 17, 2020 at 6:23 AM Saransh Sharma > wrote: > >> >> >> On Fri, Apr 17, 2020 at 5:43 AM Javier

Re: Question on Fineract Accounting Engine

2020-04-17 Thread Saransh Sharma
You want I can show you a working sample? On Fri, 17 Apr 2020, 19:02 Vinayak Javaly, wrote: > Thanks, I'll try that. > > On Fri, Apr 17, 2020 at 9:17 AM Saransh Sharma > wrote: > >> To be able to see the missed payment and late fee applied make a loan >> with pre

Re: Question on Fineract Accounting Engine

2020-04-17 Thread Saransh Sharma
To be able to see the missed payment and late fee applied make a loan with previous dates and you can run the scheduler for them and you can see those, the charges needs to be defined. On Fri, 17 Apr 2020, 18:47 Saransh Sharma, wrote: > In the screen shot you see accrual that is pos

Re: Question on Fineract Accounting Engine

2020-04-17 Thread Saransh Sharma
In the screen shot you see accrual that is posted by system and is a part of the entry. On Fri, 17 Apr 2020, 17:59 Vinayak Javaly, wrote: > Hi Bharath. I'm still learning how to use Fineract, so apologies in > advance for my newbie questions. > > I've created a chart of accounts, loan products

Video call Service

2020-04-03 Thread Saransh Sharma
based on Jitsi , a source platform, all the services are free to use. Special thanks to IBM and Jitsi and Muellners partners. Feel free to use this service as an alternative as long as you want. -- Saransh Sharma *Research Partner* *Muellner Internet P

Re: Customer Creation and Loan Accout APIs in Fineract

2020-03-28 Thread Saransh Sharma
on for creating customers and creating a loan > account. I visited the current API documentation of FIneract in here: > https://izakey.github.io/fineract-cn-api-docs-site/ but I couldn't find > it. I really appreciate it if someone could help me with this. > > Thanks & Regards >

Re: Introducing Fineract as a Service

2020-03-31 Thread Saransh Sharma
Beautiful This is amazing, if it is possible that you could make the background process open also definitely a big help. On Tue, 31 Mar 2020, 15:29 Daniel Liechtenstein, wrote: > Dear Fineract Community Members, > > My name is Daniel and I'm the VP bizdev of Articode, a software > development

Re: Mifos X and Fineract Training

2020-03-31 Thread Saransh Sharma
We are also launching such program in few days. On Tue, 31 Mar 2020, 01:08 Javier Borkenztain, wrote: > Hi Fineracters! > > As we go through these challenging times, we would like to encourage > everyone to find the opportunities ahead of us. > > This is an excellent time to re-invent

Re: CheckStyle Config in the IDE

2020-03-29 Thread Saransh Sharma
: > Saransh, > > On Tue, Mar 3, 2020 at 7:50 AM Saransh Sharma > wrote: > >> When using eclipse plugin , checkstyle intentionally showing files in the >> IDE as incorrect but when running from gradle task such as build it simple >> ignore those. >> >> Scenarion

Security and Package Update in PR 3198

2020-04-27 Thread Saransh Sharma
if someone wants to contribute. -- Saransh Sharma *Research Partner* *Muellner Internet Pvt Ltd * -- The idea of separation of me and you is amazing

I have tried the prettier formatting

2020-04-30 Thread Saransh Sharma
this means is that unlike many other Prettier plugins, prettier-java has no additional runtime pre-requisites (e.g: Python executable). It could even be used inside a browser. CheckStyle is enforced, i think i like prettier one. If you guys agree to it, we can open an issue and PR. -- Sara

Re: I have tried the prettier formatting

2020-04-30 Thread Saransh Sharma
if after all if you agree i can add prettier formatting as a part of the pre-commit hook, https://github.com/apache/fineract/pull/771 On Thu, Apr 30, 2020 at 7:41 PM Saransh Sharma wrote: > I know there is checkStyle enforced, but code is not pretty , I have used > the prettier formattin

Re: New Policy about how to deal with unstable tests

2020-05-02 Thread Saransh Sharma
t of the change you are proposing after all. If >> it's not, then please raise a new JIRA to document the suspected Flaky >> Test, and link it to FINERACT-850 >> <https://issues.apache.org/jira/browse/FINERACT-850>. This will allow >> the next person coming along hittin

Re: Dates returned in ISO-8601 format ("2011-12-03T10:15:30Z") instead of as "May 3, 2020 10:51:19 PM" (FINERACT-926)

2020-05-04 Thread Saransh Sharma
>> >> NB that this this will NOT at all affect other date fields, such as those >> currently already formatted as e.g. "[2020, 05, 04]" (which internally come >> from org.joda.time.LocalDate instances). >> >> Tx, >> M. >> ___ &g

Re: Dates returned in ISO-8601 format ("2011-12-03T10:15:30Z") instead of as "May 3, 2020 10:51:19 PM" (FINERACT-926)

2020-05-04 Thread Saransh Sharma
t; the DB there's a valid date? > > Sent from my iPhone > > On 4 May 2020, at 08:17, Saransh Sharma wrote: > >  > Making Standard formatting is the key, > Though at the client end we can always display the data however we want. > It's not going to be a problem at all. &g

Re: Null Transaction Dates for Savings Products

2020-05-13 Thread Saransh Sharma
e". When I try to create an account however, I notice >>>> that it displays null as in the screenshot below >>>> >>>> >>>> >>>> The same thing holds for Fixed Deposit. Anyone faced this before? How >>>> can i resolve? >

Re: Null Transaction Dates for Savings Products

2020-05-13 Thread Saransh Sharma
nsactions when I drill down I get a valid date entry >>> as below >>> >>> >>> >>> Compare above screenshot for Transaction ID 2 with Transaction entry for >>> same Transaction ID 2 >>> >>

Re: FINERACT-969

2020-05-10 Thread Saransh Sharma
On Sun, 10 May 2020, 20:01 Giorgio Zoppi, wrote: > > El dom., 10 may. 2020 a las 14:22, Michael Vorburger () > escribió: > >> Buongiorno (?) Giorgio! >> > > Buongiorno Micheal, > I have attached the report in the JIRA, i will take further investigation > later against the old UI app. > >> >>

Re: Email Alerts

2020-03-19 Thread Saransh Sharma
We should have this feature in core. In fact on behalf of Muellners we could do this, but we should get this drafted within the community. I will start exploring the possibility of what can be done. On Thu, 19 Mar 2020, 16:34 , wrote: > Devs, > > > > I have a client request for email alerts

Re: Collateral Management Module in Mifos Initiative- Suggestions needed

2020-03-24 Thread Saransh Sharma
t; I am writing to follow up on my previous email to request the community > feedback on the design of Collateral Management Module (developed with > Saransh Sharma) before I submit a final proposal. > Please find attached the document which contains the Domain description, > class and D

Re: JIRA Dashboard, Blocker issues (and removal of bad 1.4.0 tag)

2020-05-23 Thread Saransh Sharma
Hey thanks M, I would like to know how can I integrate jira issues coming from Apache fineract to an external application. In my case I want to see  and fetch and index in my server from a bit service which could act as actions. Is it possible? Thanks. On Sat, 23 May 2020, 19:04 Michael

Re: JIRA Dashboard, Blocker issues (and removal of bad 1.4.0 tag)

2020-05-23 Thread Saransh Sharma
How can I get in touch with infra guys? Do they have some email ? On Sat, 23 May 2020, 19:30 Awasum Yannick, wrote: > Hi Saransh, > > > On Sat, May 23, 2020 at 2:48 PM Saransh Sharma > wrote: > >> Hey thanks M, >> >> I would like to know how can I inte

Re: email to customers

2020-09-06 Thread Saransh Sharma
* Email: al...@imperialcoop.com * URL: > http://lalitmoneytransfer.com > > > > > -- Thanks and regards, Saransh Sharma Research Partner This mail is governed by Muellners® IT policy. The information contained in this e-mail and any accompanying documents may conta

Re: Deleting or Archiving Savings Products

2020-09-06 Thread Saransh Sharma
the product? How do any of you with live production > systems handle this? > > Warm regards > Airsay -- Thanks and regards, Saransh Sharma Research Partner This mail is governed by Muellners® IT policy. The information contained in this e-mail and any accompanying documents may

Re: Fineract CN Load Testing

2020-09-06 Thread Saransh Sharma
figurations that must be >> tweaked before proceeding to such testing. I greatly appreciate to the >> help I will be given. >> >> Best regards, >> Jasper >> > > > -- > *Ed Cable* > President/CEO, Mifos Initiative > edca...@mifos.org | Skype: edca

Re: We are back with more updates on Fineract CN Product

2020-08-30 Thread Saransh Sharma
s. > Well, a single line can change but when we make it a product it does have an impact. > By the way Fineract-CN is not a dead beast but a living community and we > will talk about this in the ApacheCon 2020. > Show me the code. > Best regards > > Víctor Romero > &g

  1   2   3   >