Re: Loan Account creation issue

2024-05-08 Thread Ippez Robert
Hello, One thing I have already seen from the baseUrl is that *productId is * *undefined*. Check your products (esp loan products) Thanks and Regards Robert

Re: [Mifos-developer] Inter Operation APIs

2024-03-15 Thread Ippez Robert
Dear Mark, We haven't had the session yet. I believe preparations for this in terms of demo session, Getting Started documentations/Readme etc are in progress. Otherwise we're all looking forward to having this. Thanks and regards

Access Fineract using sub-domain in tomcat

2024-03-06 Thread Ippez Robert
in.net etc Any tomcat server configuration template for this. Assistance are highly appreciated Thanks and regards -- *Ippez Robert* Skype ID: ippez.robert1 Email: ippezrob...@gmail.com ippezrob...@apache.org

Failed to bootRun Fineract in development environment

2024-03-03 Thread Ippez Robert
up-to-date Any help with this? I'm using Java 17 -- *Ippez Robert* Skype ID: ippez.robert1 Email: ippezrob...@gmail.com ippezrob...@apache.org

Re: [Mifos-developer] Inter Operation APIs

2024-02-27 Thread Ippez Robert
r for that Momo API that uses those same BPMN flows. >> >> Efforts are also afoot to ease the installation process and reduce >> resource consumption of PH-EE to make it easier to install and run. >> >> Thanks, >> >> Ed >> >> On Tue, Feb 27, 20

Re: Inter Operation APIs

2024-02-27 Thread Ippez Robert
Hello, This is a good topic, I have been also looking forward to seeing how this can be implemented for production especially mobile money sending and receiving. I believe the Fineract backend works with the payment hub which actually seems complicated setting up for either testing or production

Re: Stable Frontend for Fineract for Production environment

2024-02-26 Thread Ippez Robert
Dear All, Thanks for your timely responses. Let me check out the community web app and try local instance setup. However, the demo instance https://openmf.github.io/web-app has translation error "GET https://openmf.github.io/assets/translations/en-US.json 404 (Not Found)" Thanks and regards

Stable Frontend for Fineract for Production environment

2024-02-26 Thread Ippez Robert
Hello Dev Hope you are all doing well, we would like to implement fineract but was wondering which front-end is stable for production deployment of the latest version of fineract backend. Thanks & Regards Robert

Mobile Banking through USSD

2024-02-01 Thread Ippez Robert
Hello Dev, Hope you are well, I would like to know if there is anyone who has implemented mobile banking in Fineract through USSD channel either as an open source of otherwise. If so I would like to have a discussion, kindly inbox me and we have a meeting Thanks Robert

Re: Developer onboarding tutorial

2023-09-20 Thread Ippez Robert
Ippez Robert On Thu, 21 Sep 2023, 7:12 am PETER KIPROP, wrote: > Hello, this is Peter. > I have setup mifos in my local machine and also in several AWS servers, > including provisioning of SSL certificate and customizing the system for > production. I have also added new modules t

Re: [VOTE] Deprecate FineractCN

2023-05-30 Thread Ippez Robert
+1

Re: Fineract for Agency Banking using POS Credit Card device and USSD Channel

2023-05-21 Thread Ippez Robert
ist in Fineract codebase so that we can benchmark on it. Thanks and regards Ippez Robert

Re: Fineract for Agency Banking using POS Credit Card device and USSD Channel

2023-05-20 Thread Ippez Robert
Hey Samuel, Mainstream cards like VISA. Basically a debit card not a credit card, The other channel for agent transaction being USSD! Thanks and regards Robert

Fineract for Agency Banking using POS Credit Card device and USSD Channel

2023-05-20 Thread Ippez Robert
Hi Dev, Hope everything is well. I was wondering if anyone has ever implemented an Agent Banking module in fineract using either USSD channel or POS devices like Ingenico POS Credit Card terminals and readers? Any discussions around this is much appreciated. -- *Ippez Robert* Skype ID

Re: [FINERACT] [VOTE] ️ 1.8.3 for release

2023-01-16 Thread Ippez Robert
+1

Re: SQLException Error while migrating the schema using fineract-provider.jar

2023-01-10 Thread Ippez Robert
Thanks Wilfred, That has solved the problem and fineract it up and running. However, I was wondering if this can be included in the README.MD so that anyone can have a reference to when faced with the same so as to avoid posting the same to the dev list.. In reference to this, I would like

SQLException Error while migrating the schema using fineract-provider.jar

2023-01-09 Thread Ippez Robert
) at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1270) at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1252) at liquibase.changelog.ChangeSet.execute(ChangeSet.java:685) ... 154 common frames omitted* Thanks and Regards *Ippez Robert*

Re: Local Setup for Fineract Payment Hub

2023-01-08 Thread Ippez Robert
open source > on GitHub. And yes, in production in reality but with a lot of effort. > > Best of luck, > James > > On Sat, Jan 7, 2023 at 2:00 AM Ippez Robert wrote: > >> Hi Dev, >> Happy New Year to you all. I was wondering if there is a documentation >> f

Local Setup for Fineract Payment Hub

2023-01-07 Thread Ippez Robert
to understand it from setup. Is the payment hub already in production or its still in incubation! Kindly help Thanks Regards Ippez Robert

Re: Problems Installing Fineract

2022-09-02 Thread Ippez Robert
#/ and https://openmf.github.io/web-app/#/login Can someone please verify this. Thanks and regards Ippez Robert On Thu, 1 Sep 2022, 11:48 pm James Dailey, wrote: > Edwin > > If you update the JDK while still trying to use code from three years ago, > it will not work. > > You

Re: [FINERACT] [VOTE] ️ 1.8.0 for release

2022-08-22 Thread Ippez Robert
+1 On Tue, Aug 23, 2022 at 4:15 AM James Dailey wrote: > +1 > > On Mon, Aug 22, 2022 at 4:30 PM Aleksandar Vidakovic < > chee...@monkeysintown.com> wrote: > >> +1 (binding) >> >> On Mon, Aug 22, 2022 at 10:02 PM Ed Cable wrote: >> >>> +1 (binding) >>> >>> On Mon, Aug 22, 2022 at 10:35 AM

Re: Question about Saving-Product Accounting-Rules and Selecting only ASSET Account in Payment-type account mapping

2020-07-05 Thread Ippez Robert
Hi This would have been possible and more flexible if https://issues.apache.org/jira/browse/FINERACT-232 is implemented. If you have fineract domain knowledge, maybe you could implement it for the community. Thanks Regard

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

2020-02-23 Thread Ippez Robert
The goal is to inherit *nominalAnnualInterestRate *from Product if not provided from the parameters passed from json example BigDecimal interestRate = null; if (command.parameterExists(nominalAnnualInterestRateParamName)) { interestRate =

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

2020-02-17 Thread Ippez Robert
Hi Dev, I agree with Zayyad, there needs to be flexibility in defining interest rate for Fixed Deposit at account level (During FD Account opening). Yes some clients can bargain for an interest rate and management of the MFI can accept it . I think if we can create interest rate chart when

Re: Fineract Application fails to start - Develop Branch build

2020-02-07 Thread Ippez Robert
Hi Mike, I don't know what exactly happened but there is no customization done. But when i copied and replaced the *appContext.xml *file from the original Apache Fineract Github repo, it worked. Maybe something happened to my local develop branch. Thanks Regards *Ippez Roberts* Skype ID:

Fineract Application fails to start - Develop Branch build

2020-02-06 Thread Ippez Robert
Hi Dev, The latest develop branch build of fineract when deployed does not start. When the fineract-platform log file is investigated further, i see the following errors.

Re: Mifos ATM Connector

2019-11-27 Thread Ippez Robert
Hi Jun King, To the best of my knowledge, this has not been done though it featured in one of the product requirements . Maybe one of the development partners has worked on this. Thanks Regards *Ippez

Re: Fineract Build and Tomcat Issues

2019-08-21 Thread Ippez Robert
You may need to include to the base package list in appContext.xml your module's domain directory. Something like * *or which ever package name you have given for your module Hope this helps. Thanks Regards Ippez Robert On Wed, Aug 21, 2019 at 12:34 PM Supreeth Menon wrote: > > &g

Re: WEBINAR: Digital Transformation Webinar - Friday Aug 9 at 1400GMT - Demo of Payment Hub with Mojaloop Integration and API Gateway

2019-08-08 Thread Ippez Robert
Sure Ed, i got the mail that i was registered. I was hoping registration would need entry of credentials and perharps adjust time zone. Nonetheless, its ok. Thanks for organizing this particular meeting Regards Ippez Robert On Thu, Aug 8, 2019 at 9:02 PM Ed Cable wrote: > Robert, > >

Re: WEBINAR: Digital Transformation Webinar - Friday Aug 9 at 1400GMT - Demo of Payment Hub with Mojaloop Integration and API Gateway

2019-08-08 Thread Ippez Robert
Iam having challenge registering. I don't see options for registering like it used to be in gototraining but instead after logging in, it takes me straight to the meeting page and since it's not due yet, it keeps waiting to join. Is that all we need or it's a permission restrictions otherwise we

Re: Seeking Pilot Users to Test Out Mobile Money Integration with Hover Automation SDK for USSD

2019-07-11 Thread Ippez Robert
Hi Ed, Yes this mobile money integration is a long overdue cry from the community. Surely i would also like to be part of the pilot users to test the integration. It has always been been some module we looked up to in Fineract since 2014. Thanks Regards Ippez Robert

Convert Object to long

2019-07-11 Thread Ippez Robert
assistance is appreciated. Thanks Regards Ippez Robert

Re: Fineract JIRA: Assigning issues.

2019-07-08 Thread Ippez Robert
I would like to join on the team of QA. Please consider me as part of the team Thanks Regards Ippez Robert On Mon, Jul 8, 2019 at 3:58 PM Santosh Math wrote: > Hi Myrle, > Sure. I will help others to do QA. > > On Mon, Jul 8, 2019 at 6:18 PM Myrle Krantz wrote: > >> Hey

Sending SMS from community-app to sms gateway

2019-06-27 Thread Ippez Robert
I have both main back-end and front-end web-app deployed in tomcat and sms gateway also deployed in tomcat. Am trying to design a simple UI for sending on demand sms from community-app with Submit function as below: scope.submit = function () { var messagejson = {}; messagejson.internalId

Sending SMS from community-app to sms gateway

2019-06-25 Thread Ippez Robert
I have both main back-end and front-end web-app deployed in tomcat and sms gateway also deployed in tomcat. Am trying to design a simple UI for sending on demand sms from community-app with Submit function as below: scope.submit = function () { var messagejson = {}; messagejson.internalId

Re: Pay Due Savings Charges Job Failed

2019-05-02 Thread Ippez Robert
If jobs are affected by manual date entries then in date fields we should have directives to disable manual entry of dates. I saw the same failure with some of our savings accounts also some time back but for me I was thinking maybe the date was not due. On Thu, May 2, 2019, 14:35 Santosh Math

Re: Queue Management System for Fineract

2019-04-28 Thread Ippez Robert
for the next token available - When no tokens, a teller gets a response Thanks Regards On Sun, Apr 28, 2019 at 2:49 PM Saransh Sharma wrote: > What is your use case with q management? > > On Sun, 28 Apr 2019, 16:27 Ippez Robert, wrote: > >> Hi devs, >> Hope thi

Queue Management System for Fineract

2019-04-28 Thread Ippez Robert
appreciated. Thanks Regards Ippez Robert

How to have a custom today in DateUtils for method getLocalDateOfTenant()

2019-04-23 Thread Ippez Robert
Currently the today variable in getLocalDateOfTenant() method takes the current date of the server. However, we would like to have a custom current date by creating a new column in m_office called current_working_date and this value queried from the database and set as today. It is then changed or

Re: [ANNOUNCE] Myrle Krantz is a Board Member at the Apache Software Foundation.

2019-03-29 Thread Ippez Robert
Congrats Myrle! Regards Ippez Robert On Fri, Mar 29, 2019 at 2:28 AM Vishwas Babu < vish...@confluxtechnologies.com> wrote: > Congrats Myrle ! > > Regards, > Vishwas > > > > On Thu, Mar 28, 2019 at 2:50 PM Javier Borkenztain > wrote: > > > Congratula

Re: [ANNOUNCE] New Fineract PMC member Santosh Math

2019-03-24 Thread Ippez Robert
Congrats Santosh Math. Great work On Sun, Mar 24, 2019, 15:44 Ruphine Kengne wrote: > Congratulations Santosh. > Great work > > On Sun, Mar 24, 2019, 1:32 PM Awasum Yannick wrote: > > > Santosh, Congratulations. Keep up the good work. > > > > On Sun, Mar 24, 2019 at 9:13 AM Chirag Gupta > >

Re: Fineract PMC Chair change: Congratulations Vishwas!

2018-12-20 Thread Ippez Robert
Congrats Vishwas! Regards Ippez Robert On Thu, Dec 20, 2018 at 3:33 PM Sanyam Goel wrote: > Congrats Vishwas! > > Best Regards, > Sanyam > > On Thu, Dec 20, 2018 at 5:58 PM Furkan KAMACI > wrote: > > > Congrats Vishwas! > > > > On Thu, Dec 2

Re: [VOTE] APACHE FINERACT 1.2.0 Gentle reminder

2018-12-03 Thread Ippez Robert
+1 Shruthi M R, Please point us to the list of new features and enhancements in this release. Thank you On Tue, Dec 4, 2018 at 10:44 AM Mexina Daniel wrote: > +1 > > On December 4, 2018 at 1:07 PM Shruthi M R < > shru...@confluxtechnologies.com> wrote: > > Hello Fineract community, > > Kindly

Getting next expected working date

2018-12-03 Thread Ippez Robert
Hi Dev, Hope everyone is okay. Can some one please help how to the get the next expected working date from Fineract back-end and display it at front-end? Things to Note are *Working Days *table and *Holidays *table. For example an institution B has *Monday*, *Wednesday* and *Saturday* as their

Re: [ANNOUNCE] New Apache Fineract PMC Member Mexina Daniel

2018-11-06 Thread Ippez Robert
welcome aboard Mexina Daniel. Ooops... I didn't know you were a lady, i mean no offence. Regards Ippez Robert On 6 Nov 2018 19:11, "Ebenezer Graham" wrote: > Welcome, Mexina :) > > > *At your service,* > > *Ebenezer Graham* > > > > > On Tue, 6 Nov 20

Re: Fineract Payment gateway

2018-10-16 Thread Ippez Robert
Hi Steve, Thanks, its up and running now. How do i compile the project into a .war file so that it is deployed in tomcat because running it as a .jar file brings up conflict in port since port 8080 is already bind to tomcat. Thanks Regards Ippez Robert On Mon, Oct 15, 2018 at 5:15 PM Steve

Re: Fineract Payment gateway

2018-10-15 Thread Ippez Robert
ttp://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException <http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException>* *PS D:\Projects\Incubations\payment-gateway> mvn clean install* Where could the problem be? Thanks *Regards* *Ippez Robert* On Mon, Oct 8, 2018 at 8:56 PM

Create, Approve and Activate a saving account in one click action

2018-08-30 Thread Ippez Robert
= {accountId: scope.accountId, activatedOnDate: '2018-08-30', command: 'activate'};* * resourceFactory.savingsResource.save(param2, function (data) {* * //Activate Account* * });* * });* * });* * });* Thanks Regards Ippez Robert

Re: [ANNOUNCE] New Apache Fineract Committer Aleksandar Vidakovic

2018-05-05 Thread Ippez Robert
Congz Alek.. On Sat, May 5, 2018 at 9:00 PM, Rajan Maurya wrote: > Congratulations Alek! > > > > > ‌ > > On Sat, May 5, 2018 at 8:09 PM, Sendoro Juma wrote: > > > Congrats Alek > > > > > > - Original Message - > > From: "Courage Angeh"

Re: New ASF Member: Myrle Krantz

2018-05-02 Thread Ippez Robert
Congz Myrle Krantz. You deserve that... On 3 May 2018 08:06, "Santosh Math" wrote: > Congratulations Myrle > > On Thu, May 3, 2018 at 9:03 AM, Rajan Maurya > wrote: > > > Congratulations Myrle! > > > > On 03-May-2018 8:35 AM, "Cabrel

Re: [Mifos-developer] Report Error- Can run any report not even displaying report list

2018-04-28 Thread Ippez Robert
8 at 9:18 AM, Ippez Robert <ippezrob...@gmail.com> wrote: > I found out a similar issue raised here http://mail-archives. > apache.org/mod_mbox/fineract-dev/201609.mbox/%3CCALjGkK2oxy-Lxg_=vui6UD+ > 0x7mavdmj4r0zeocjcadjn5w...@mail.gmail.com%3E > but there seems no solution given.

Re: [Mifos-developer] Report Error- Can run any report not even displaying report list

2018-04-28 Thread Ippez Robert
I found out a similar issue raised here http://mail-archives.apache.org/mod_mbox/fineract-dev/201609.mbox/%3CCALjGkK2oxy-Lxg_=vui6ud+0x7mavdmj4r0zeocjcadjn5w...@mail.gmail.com%3E but there seems no solution given. On Sat, Apr 28, 2018 at 5:53 AM, Ippez Robert <ippezrob...@gmail.com>

Re: [Mifos-developer] Report Error- Can run any report not even displaying report list

2018-04-27 Thread Ippez Robert
for this fix? Thanks Regards Ippez Robert On 28 Apr 2018 01:33, "Victor Romero" <victor.rom...@fintecheando.mx> wrote: > Hi Ippez, > > This is happening in Mifos X 18.03.01? > > Could you confirm the version? > > Regards > > Victor > > ⁣Enviado desd

Re: Documentation for Configuration of Notifications Framework

2018-04-24 Thread Ippez Robert
> On Tue, Apr 24, 2018 at 9:02 AM, Ippez Robert <ippezrob...@gmail.com> > wrote: > >> Hi Courage, >> Hope you are fine. >> I was trying to run your codes but in developer console i get below >> errors, what could be the cause? >> >> >> >

Re: Documentation for Configuration of Notifications Framework

2018-04-24 Thread Ippez Robert
Hi Courage, Hope you are fine. I was trying to run your codes but in developer console i get below errors, what could be the cause? Thanks Regards Ippez Robert On Mon, Apr 23, 2018 at 11:09 PM, Courage Angeh <couragean...@gmail.com> wrote: > Hi Ed, > > I turns out the communi

Re: Apache Fineract 1.x.x Release Management

2018-04-23 Thread Ippez Robert
Hi all, I think we need to get back on our toes and do things like we used to do when this was still a Mifos X project. I remember in a day we could merge up to 3 - 5 PRs and also add new features every fortnight or so. So i think with much experience we have learnt over couple of years we can do

Re: Query about FINERACT-440

2018-04-15 Thread Ippez Robert
This feature is to give us the ability to print share statements as in savings and loans. But to make this possible, we need to capture runningBalance, appUser in m_share_account_transactions table. The running balance in any row will be the balance after any share transaction eg if the previous

Re: Share Dividends wrongly calculated

2018-03-27 Thread Ippez Robert
the same Thanks Regards Ippez Robert ‌ On Tue, Mar 27, 2018 at 9:11 AM, Sander van der Heyden < sandervanderhey...@musonisystem.com> wrote: > Just quickly chipping in with a thought: is this not related to the fact > that dividend calculation is done depending on how long the shares

Re: Share Dividends wrongly calculated

2018-03-26 Thread Ippez Robert
can have both options; system distribution or importing dividend from data import module, but urgently we would appreciate the wrong calculation patches and then then extension of import dividend can be done by Kumaranath Fernando (copied in). Thanks Regards Ippez Robert ‌

Share Dividends wrongly calculated

2018-03-26 Thread Ippez Robert
it unions using share modules. Thanks Regards Ippez Robert

Re: [VOTE] Apache Fineract 1.1.0

2018-03-21 Thread Ippez Robert
+1 On Wed, Mar 21, 2018 at 11:43 AM, Isaac Kamga wrote: > +1 > > On Wed, Mar 21, 2018 at 12:12 AM, Nikhil Pawar wrote: > > > Builds successfully. > > +1 from my side. > > > > Regards, > > Nikhil > > > > On Mon, Mar 19, 2018 at 5:05 PM, Avik Ganguly

Re: Status of multiple reschedule feature

2018-03-16 Thread Ippez Robert
Hi Ed, Hope all is well by the Grace of God. May i please know how one can sponsor a feature development. There are some outstanding features which are of interest to us and yet are serious blockers to our daily operations. Thanks Regards Ippez Robert On 17 Mar 2018 02:37, "Ed Cable&q

Re: [Mifos-developer] Existing Clients Not Appearing as Guarantors

2018-03-14 Thread Ippez Robert
; > > > > > > > > > > > Shreeyank was able to reproduce the issue on our test environment. > > > > > > > > > > > > Kindly look into it and advise, our clients cant proceed to approve > loans > > > since they need to hold funds for guarant

Re: [Mifos-developer] GSOC 2018

2018-03-08 Thread Ippez Robert
Hi Mark, I don't how it happened now but some how i was able to run the demo and web app successfully. I also logged in with success. Thanks Regards Ippez Robert On Thu, Mar 8, 2018 at 1:45 PM, Myrle Krantz <my...@apache.org> wrote: > Piyadassi, Rajan, > > I've merged th

Re: [Mifos-developer] GSOC 2018

2018-03-07 Thread Ippez Robert
> >> >> >> On Wed, Mar 7, 2018 at 9:36 AM Rajan Maurya <rajanmaurya...@gmail.com> >> wrote: >> >> > No luck @Ippez I tried but not able to build it. same error. >> > >> > >> > >> > ‌ >> > >> > On Wed, Mar

Re: [Mifos-developer] GSOC 2018

2018-03-06 Thread Ippez Robert
...@mifos.org> wrote: > Rajan, > > This might be helpful for you. > > Ippez, please take some time to help Rajan out with this and update > documentation too. > > Cheers, > Isaac Kamga. > > On Tue, Mar 6, 2018 at 9:41 PM, Ippez Robert <ippezrob...@gmail.com>

Re: [Mifos-developer] GSOC 2018

2018-03-06 Thread Ippez Robert
Now i was able to fix my above problem. The problem was that maven was not installed. After doing that, build was successful without any errors and when i run *java -jar -Ddemoserver.provision=true demo-server-0.1.0-BUILD-SNAPSHOT.jar* , Even second option of starting the demo server produces

Re: [Mifos-developer] GSOC 2018

2018-03-06 Thread Ippez Robert
file:/C:/Users/Swift3 Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.pom* * file:/C:/Users/Swift3 Technologies/.m2/repository/org/apache/fineract/cn/cheques/api/0.1.0-BUILD-SNAPSHOT/api-0.1.0-BUILD-SNAPSHOT.jar* * Required by:* *

Re: Congrats to our Mifos Star Contributor, Sanyam Goel, for his contributions to the Fineract community

2018-02-17 Thread Ippez Robert
Congz Sanyam, well deserved.. Regards Ippez Robert On Sat, Feb 17, 2018 at 9:00 AM, Ashok Auty <as...@confluxtechnologies.com> wrote: > Congratulations Sanyam. Keep up the good work going. > > Regards, > Ashok Auty > Co-Founder & CEO > Mobile:+91-9880073676 |

Re: Error while running integration test

2018-02-15 Thread Ippez Robert
Me am getting the below error FAILURE: Build failed with an exception. build.gradle' line: 51 When i open the build.gradle file its this line apply plugin: 'openjpa' * What went wrong: A problem occurred evaluating root project 'fineract-provider'. > java.lang.UnsupportedClassVersionError:

Re: [VOTE] Accept Android Client 2.0 (Fineract CN Mobile) into Apache Fineract

2018-01-09 Thread Ippez Robert
+1 Regards Ippez Robert On Wed, Jan 10, 2018 at 3:04 AM, Nikhil Pawar <nickr...@gmail.com> wrote: > +1 > > Regards, > Nikhil > > On Tue, Jan 9, 2018 at 1:56 PM, Ashok Auty <as...@confluxtechnologies.com> > wrote: > > > +1 > > > > >

Re: [DISCUSS] Fineract CN issue tracking

2017-12-12 Thread Ippez Robert
Option #2 can accommodate us. Regards Ippez Robert On Tue, Dec 12, 2017 at 11:05 AM, Sendoro Juma <sendoro@singo.africa> wrote: > Hello Myrle, > > #2 is for me moderate and preferably > > Both #1 and #3 will bring complexity which may end-up bring volume of > emails

Re: Fineract-CN running on mobile device - android/ios

2017-10-20 Thread Ippez Robert
Hi Rajan, There is a backward compatibility issue. it can not run on a device [Samsung Galaxy J1] with Android 4.4.4. It would be good to make it compatible with at least all Android version not only latest versions. @Rajan, same is for the self service android app a.ka Mobile Banking App and to

Re: [VOTE] Accept Mifos I/O code into the Apache Fineract project as Fineract CN

2017-10-18 Thread Ippez Robert
+1 On Wed, Oct 18, 2017 at 12:56 PM, Gaurav Saini wrote: > +1 > > On 18-Oct-2017 15:21, "Nayan Ambali" wrote: > > > +1 > > > > On Wed, Oct 18, 2017 at 3:16 PM, Markus Geiss > > wrote: > > > > > +1 > > > > > > Cheers > > > > > >

Re: Self-Service User Feedback

2017-10-10 Thread Ippez Robert
It's also crashing on Samsung Galaxy J1. On Tue, Oct 10, 2017 at 8:51 AM, Santosh Math < sant...@confluxtechnologies.com> wrote: > Yes Rajan, I switched to the other device and already doing QA on it. :) > > Thanks > Santosh > > On Tue, Oct 10, 2017 at 11:13 AM, Rajan Maurya

Re: [DISCUSS] Begin the process for bringing in Mifos I/O as Apache Fineract CN

2017-09-28 Thread Ippez Robert
to host locally. Cheers... Regards Ippez Robert On 28 Sep 2017 17:47, "Markus Geiss" <markus.ge...@kuelap.io> wrote: > Hey Mohit, > > the current version is build to work with Google Chrome only recommended > version is 59+ > > If possible can you shar

Separating Debit and Credit in Loan Transaction by Transaction Type

2017-09-15 Thread Ippez Robert
Can you please help me specific which loan transaction types are debits and credits, one i think is for debit is loan disbursement am trying to separate them like in savings as in this line

Re: FYI: Apache Fineract at solutions.hamburg last week

2017-09-14 Thread Ippez Robert
+1 and thanks for sharing On 14 Sep 2017 10:31, "Myrle Krantz" wrote: > Oh my, > > I wasn't expecting a response as immediate and enthusiastic as this. : o) > > Here's the microservices presentation: > https://docs.google.com/presentation/d/1qn5GyCk30nom5LuYXPjuQF5gdIEwr >

Re: SPM Survey Storage Blocker

2017-09-14 Thread Ippez Robert
How I wish I was technical enough to handle some of these things. Normally when PRs are sent they stay long enough and i wish I have all the expertise to handle this, a sent PR will not take more than one day and will be merged if approved. On 14 Sep 2017 09:15, "Santosh Math"

Re: Notifications Framework working in conjunction with Offline Mode in Chrome

2017-09-11 Thread Ippez Robert
Hi All, Is the community-app side notification really working because i tried but am not receiving any notification. Or the community-app side is still not done Thanks Regards On Mon, Sep 11, 2017 at 8:03 PM, Ed Cable wrote: > Pranjal, Courage, and Adhyan, > > Could we set

Re: REMINDER: GSOC Demo Day for Mifos & Apache Fineract on Sept 7 at 1200GMT via GoToTraining

2017-09-07 Thread Ippez Robert
Hi Ed, It's always so unfortunate that everything i join the meeting, it's either getting done like today's or its done due to the pressure of work as we are nearing closure of financial year. Are they any screen-casts so that I any others who couldn't join for various reasons can catch up from

Re: GSOC Showcase #2 During Thursday Developer Meetup Hosted by Mifos on Thursday Aug 31 at 1200GMT

2017-08-31 Thread Ippez Robert
h the showcases for the data import tool enhancements, the > web app enhancements, credit bureau integration & GLIM/GSIM, Two Factor > Authentication, and Notifications Framework. > > Offline Mode and Swagger API documentation we pushed to our showcase next > week. > > Ed &g

Re: Reverse overdue charges application - MIFOS

2017-08-18 Thread Ippez Robert
logically? All in all, some work need to be done here with overdue charges waiving - Batch Waive should be done. Thanks Regards Ippez Robert On Fri, Aug 18, 2017 at 4:59 PM, Zayyyad A. Said < zay...@intrasofttechnologies.com> wrote: > Hi all, > > > > I think it would b

Re: User Side Response for Android Self Service - UI Enhancements based on Test release by Dilpreet Singh

2017-08-15 Thread Ippez Robert
gards Ippez Roberts Skype ID: ippez.robert1 Email: ippezrob...@gmail.com On Tue, Aug 15, 2017 at 3:10 PM, Ippez Robert <ippezrob...@gmail.com> wrote: > Hi All, > I was testing the self service apk that was released recently from a real > device - Samsung J1 Android 4.4.4 and am so happy to r

Re: Status of PR for Self Service User Management from Web App

2017-08-12 Thread Ippez Robert
ssed in api request." 3. errors:[] 4. httpStatusCode:"401" 5. userMessageGlobalisationCode:"error.msg.not.authenticated" 6. 7. Thanks 8. Regards 9. Ippez Robert

Re: [Mifos-developer] [Mifos-users] MIFOSX - 17.07.01.RELEASE on Staging Environment

2017-07-18 Thread Ippez Robert
lop branch PRs are merged with this reskin > develop branch. > . > Santosh > > On Jul 18, 2017 4:34 PM, "Ippez Robert" <ippezrob...@gmail.com> wrote: > > > Hi Santosh, > > I realized the original develop branch for community-app has been > deleted. > &

Re: [Mifos-developer] [Mifos-users] MIFOSX - 17.07.01.RELEASE on Staging Environment

2017-07-18 Thread Ippez Robert
Hi Santosh, I realized the original develop branch for community-app has been deleted. Could you please just keep this old develop branch and just renamed to may be old_develop because some of us build some enhancement on top of this branch and its now kind of hard to track changes, my branch is

Re: Notification Module Review

2017-07-07 Thread Ippez Robert
Hi Nazeer, Just confirming if the next release could include Report Scheduler's UI also, Its Mockup is at https://github.com/openMF/ community-app/issues/1867 as part of the Email Campaign, since its API's are already merged just remaining the UI. Thanks for the great work you are doing. Regards

Re: [VOTE] Apache Fineract 1.0.0

2017-05-20 Thread Ippez Robert
+1 On Fri, May 19, 2017 at 10:40 AM, Nazeer Shaik wrote: > Hello Fineract community, > > We have created first Apache Fineract 1.0.0 TLP release, with the artifacts > below up for a vote. > > These are the goals of this release: > >- Share the first TLP release to

Re: New release branch 1.0.0

2017-05-18 Thread Ippez Robert
ou Robert. > > -Original Message- > From: Ippez Robert [mailto:ippezrob...@gmail.com] > Sent: 18 May 2017 18:58 > To: dev@fineract.apache.org > Subject: Re: New release branch 1.0.0 > > Hi Nazeer, > I have tested and it works as expected. No such error now comes

Re: New release branch 1.0.0

2017-05-18 Thread Ippez Robert
; verify it please. > > Thanks, > Nazeer > -Original Message- > From: Ippez Robert [mailto:ippezrob...@gmail.com] > Sent: 18 May 2017 14:07 > To: dev@fineract.apache.org > Subject: Re: New release branch 1.0.0 > > Thanks too @Nazeer!!! > > Regards > > O

Re: New release branch 1.0.0

2017-05-18 Thread Ippez Robert
ing the connection by > logging it as abandoned by checking the abandoned timeout and finally this > connection object will be nullified. Thank you for catching this. I will > solve it and update the release branch. > > Thanks, > Nazeer > > -Original Message- > From: Ippez

Re: New release branch 1.0.0

2017-05-18 Thread Ippez Robert
as pasted in the above thread. On Thu, May 18, 2017 at 10:55 AM, Shaik Nazeer < nazeer.sh...@confluxtechnologies.com> wrote: > Can you give some prerequisites to reproduce this issue please as I am > unable to reprocude the same. > > -Original Message----- > From: Ippez Ro

Re: [Mifos-developer] Error When Running the Import Tool

2017-05-16 Thread Ippez Robert
or enhancements? > > Thanks & Regards > Santosh > > On Tue, May 16, 2017 at 2:56 PM, Ippez Robert <ippezrob...@gmail.com> > wrote: > > > Hi Santosh, > > Generally, the data import tool needs some update especially with some > > changes in Finerac

Re: [Mifos-developer] Error When Running the Import Tool

2017-05-16 Thread Ippez Robert
Hi Santosh, Generally, the data import tool needs some update especially with some changes in Fineract products e.g In fixed deposit it should be able to capture interest rate based on amounts, Importing Share Accounts etc. General enhancement should be made to data import tool. Thanks Regards

Search Function for GL Accounts

2017-05-15 Thread Ippez Robert
Hi Dev, Could someone please help me of which resource function i should use to search for GL Accounts and return GL Code, GL Name for those GL Accounts where manual entry is enabled. Ideally, a user enters a GL Code in a text input field and on hitting enter key (or pressing a search button), it

Fwd: Query savings account linked to a loan account - column name and which table is it found

2017-05-12 Thread Ippez Robert
Which table and column do i get the savings account linked to a loan during loan creation when Create Standing Instruction at Disbursement is checked? Am designing a report and i need this field (linked account) -- Ippez Roberts Tel: +256788725408 <+256%20788%20725408>/789643284 Skype ID:

Re: Limiting Concurrent User Sessions to 1

2017-05-10 Thread Ippez Robert
Hi i was hoping to implement this as here but some how got lost. What i wanted to do is to prevent users from login in multiple devices/computers by adding a column is_logged_in to m_appuser table so when a user tries to login and if his credentials are correct, but is logged in another computer