Re: Docker help

2024-05-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
do this in the workflow, it'll correctly create the multi-platform > image and users locally building won't be affected. > > Hope this helps. > Best, > Arnold > > > On Mon, May 27, 2024 at 9:03 PM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintech

Re: Docker help

2024-05-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ote: probably JIB would be a better choice for the cross-platform > building since it doesn't require an ARM emulator/ARM machine for building > the Docker image. > > Best, > Arnold > > On Mon, May 27, 2024 at 7:40 AM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fint

Re: Docker help

2024-05-26 Thread VICTOR MANUEL ROMERO RODRIGUEZ
nch* }} - name: Docker Push run: | docker push ${{*vars.DOCKER_HUB_REPO_NAME*}}/${{*vars.IMAGE_NAME*}}:${{ *steps.extract_branch.outputs.branch* }} Regards Victor El dom, 26 may 2024 a las 11:48, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>)

Re: Docker help

2024-05-26 Thread VICTOR MANUEL ROMERO RODRIGUEZ
'. > Build to Docker daemon failed, perhaps you should make sure Docker is installed and you have correct privileges to run it El sáb, 25 may 2024 a las 23:18, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > I have been working on this during this weekend, s

Re: Docker help

2024-05-25 Thread VICTOR MANUEL ROMERO RODRIGUEZ
i, May 10, 2024 at 12:36 PM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintecheando.mx> wrote: > >> Arnold, >> >> Suggestion welcome, let me add both platforms. >> >> Regards >> >> El vie, 10 may 2024 a las 13:29, Arnold Galovics (< >

Re: Default databse script for a brand new install

2024-05-25 Thread VICTOR MANUEL ROMERO RODRIGUEZ
tead of "read the doc" > > > > > On 2024-05-15 22:32, VICTOR MANUEL ROMERO RODRIGUEZ wrote: > > Hello Joan, > > Please read the docs. It uses Liquibase, this "technology" creates the > tables, indexes and inserts some initial data, just make sure you have

Re: Bring back Users list?

2024-05-24 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, If we split the list for DEV and USERS there is a possibility of losing some queries/replies because I think that nowadays the know-how to use fineract is more on the DEVELOPER side, currently there are few FUNCTIONAL/BUSINESS USERS (my opinion) that actively reply to questions raised by

Re: CASHIER TRANSACTION VIEW ERROR

2024-05-24 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ception: > Unable to create key: No loader was able to handle the given key data: > /app/pentahoReports/MIfosX_unofficial_logo.png > > > > Here are the logs, sorry for the delay. > > On Wed, May 22, 2024 at 5:32 PM OGENRWOT STEPHEN BRAVO < > stephenbrav...@gmail.com>

Re: CASHIER TRANSACTION VIEW ERROR

2024-05-22 Thread VICTOR MANUEL ROMERO RODRIGUEZ
(< stephenbrav...@gmail.com>) escribió: > [image: image.png] > there it is > > On Tue, May 21, 2024 at 5:06 PM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintecheando.mx> wrote: > >> Hi, >> >> Please share the fineract.log file. Make sure it doesnt have

Re: FINERACT-PROVIDER.WAR FILE

2024-05-22 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Ogenrwot, The PR still is open https://github.com/apache/fineract/pull/3881 So then the issue is still on any distribution. Keep an eye on it to track the progress. Regards El mié, 22 may 2024 a las 8:10, OGENRWOT STEPHEN BRAVO (< stephenbrav...@gmail.com>) escribió: > hey devs, I am

Re: CASHIER TRANSACTION VIEW ERROR

2024-05-21 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hi, Please share the fineract.log file. Make sure it doesnt have any confidencial data. Regards El mar., 21 de mayo de 2024 5:07 a. m., OGENRWOT STEPHEN BRAVO < stephenbrav...@gmail.com> escribió: > [image: report error.png] > > > > > > > >

Re: Default databse script for a brand new install

2024-05-15 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ow to finally be able to /start/ the engine ? > > If no sql , then how to create the databases ? Should I enter manually > each table ? This is kind of crazy, isnt'it ? > > > On 5/14/24 00:44, VICTOR MANUEL ROMERO RODRIGUEZ wrote: > > Apache Fineract doesn't have a SQL script, t

Re: Default databse script for a brand new install

2024-05-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Apache Fineract doesn't have a SQL script, that SQL script that you are looking for is a DDL (Data Definition Language with database,table, fields,index creation, inserts etc ). Apache Fineract uses Liquibase and information about this concept/technology has been already shared. If you are

Re: Docker help

2024-05-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
>> >>>> The removal of the Dockerfile from the repo is confusing (especially >> >>>> coupled with the existence of a docker-compose.yml file) and also >> makes it >> >>>> harder for potential contributors to set up and run Fineract beca

Re: Docker help

2024-05-09 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello James et al, This is the PR Github Action for DockerHub Publishing for your review: https://github.com/apache/fineract/pull/3887/files Regards El mié, 8 may 2024 a las 19:53, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > Keep Jib. > > Let

Re: Docker help

2024-05-08 Thread VICTOR MANUEL ROMERO RODRIGUEZ
>> This represents more work from the team, but also increases the >> transparency from the outside user. This may not be an issue for the team >> (especially if the number of outside contributors is small). >> >> -Todd >> >> On Sun, May 5, 2024 at 1:51 P

Re: Default databse script for a brand new install

2024-05-07 Thread VICTOR MANUEL ROMERO RODRIGUEZ
gt;>> org.mariadb.jdbc.export.ExceptionFactory.createException(ExceptionFactory.java:289) >>> at >>> org.mariadb.jdbc.export.ExceptionFactory.create(ExceptionFactory.java:378) >>> >>> >>> I really need to know where is the initial schema to

Re: Issues with Running Fineract backend after making project changes

2024-05-07 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Check this resources: https://fineract-academy.com/how-to-build-fineract-with-intellij-idea.html Please when you ask for a solution, provide enough information (context) . Best regards Victor El mar, 7 may 2024 a las 12:37, Avik Banerjee () escribió: > Apologies sent the email incorrectly.

Re: Issues with Running Fineract backend after making project changes

2024-05-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hi Avik, Try to run it in this way: ./gradlew --no-build-cache --no-daemon -q -x rat -x compileTestJava -x test -x spotlessJavaCheck -x spotlessJava bootJar Regards El lun, 6 may 2024 a las 7:35, Avik Banerjee () escribió: > Hi, > > I am locally running the apache fineract instance on my

Re: Default databse script for a brand new install

2024-05-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
oan Moreau wrote: > > Thank you but that does not answer the question: > > - Where to find the initial database schema to create the initial tables ? > > Thank you very much > > > On 5/5/24 10:20, VICTOR MANUEL ROMERO RODRIGUEZ wrote: > > Hello, > > 1. No, you can us

Re: Default databse script for a brand new install

2024-05-04 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, 1. No, you can use any user that you require (root, fineract, mariadbuser, customeuser, exampleuser... etc). 2. Database names are defined in these variables (please notices that there is a difference tenantS and tenant ) : FINERACT_TENANTS_DB_NAME - For tenants database

Re: Remove Commit 9cc76fe70a935b7f91eff77cdd0ae68d95cd7c58

2024-05-04 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Thank you. Taking more care. Regards El sáb, 4 may 2024 a las 0:47, James Dailey () escribió: > Ok > > On Fri, May 3, 2024 at 11:45 PM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintecheando.mx> wrote: > >> I have created a PR for this rollback... >> >

Re: Remove Commit 9cc76fe70a935b7f91eff77cdd0ae68d95cd7c58

2024-05-04 Thread VICTOR MANUEL ROMERO RODRIGUEZ
I have created a PR for this rollback... https://github.com/apache/fineract/pull/3880 El sáb, 4 may 2024 a las 0:33, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > Hello, > > By mistake I have sent a commit 9cc76fe70a935b7f91eff77cdd0ae68d95cd7c58

Remove Commit 9cc76fe70a935b7f91eff77cdd0ae68d95cd7c58

2024-05-04 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, By mistake I have sent a commit 9cc76fe70a935b7f91eff77cdd0ae68d95cd7c58 with a debug enabled to the develop branch. This commit must be deleted I have removed from my local git but when I execute the command git push origin HEAD --force I got remote: error: GH006: Protected branch

Re: Docker help

2024-05-03 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ays to move forward: >>>>>> >>>>>> 1. Replace the Jib build with a more traditional, Dockerfile-based >>>>>> approach. This would be a quite large change of how Fineract is built and >>>>>> the consequences need to be explored

Re: Docker help

2024-02-09 Thread VICTOR MANUEL ROMERO RODRIGUEZ
appear to be blocked. > > > > On Fri, Feb 9, 2024 at 4:04 PM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintecheando.mx> wrote: > >> For making it work without a Dockerfile the credentials of the docker hub >> account are requiered. >> >>

Re: Docker help

2024-02-09 Thread VICTOR MANUEL ROMERO RODRIGUEZ
For making it work without a Dockerfile the credentials of the docker hub account are requiered. If they are set in the git repository, a github action can be enabled for this task. Regards El vie., 9 de febrero de 2024 4:45 p. m., James Dailey < jamespdai...@gmail.com> escribió: > I've

Re: SELF SERVICE USERS & APIs

2024-01-31 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Yurie, Personally I discourage the use of self service user APIs. As an alternative you can use solutions for accessing the APIs like API Gateways and Access Management. Regards Victor Romero El mié, 31 ene 2024 a las 12:21, yurie walter () escribió: > Hello community, > > continueing

Re: FINERACT API ISSUES

2024-01-29 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Yurie Walter, https://base_url/fineract-provider/swagger-ui/index.html#/ Where base_url is the IP/Hostname/FQDN using to reach Apache Fineract, there you can find the documentation for the request/response headers/body for almost all the Apache Fineract endpoints. Regards Victor El lun, 29

Re: API Test Case for Fineract

2024-01-16 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Also I am bringing these Jira tickets into the conversation table https://issues.apache.org/jira/browse/FINERACT-1170 and https://issues.apache.org/jira/browse/FINERACT-1238 Regards Victor El mar, 16 ene 2024 a las 9:59, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando

Re: API Test Case for Fineract

2024-01-16 Thread VICTOR MANUEL ROMERO RODRIGUEZ
integration test suite is difficult. > > Again, I'm not against any new test case/suite introduction, but let's > clarify the benefits and the drawbacks. > > Thanks. > Best, > Arnold > > On Tue, Jan 16, 2024 at 6:44 AM VICTOR MANUEL ROMERO RODRIGUEZ < > v

Re: API Test Case for Fineract

2024-01-15 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ob: +256704901261 > > facebook: Magezi Arthur > > Skype: marthur26 > > > > The Struggle the doesn't break you will make you, if you hold a little > longer under that fire you will certainly come out as Gold > > > > > > On Mon, 15 Jan 2024 at 20:

Re: API Test Case for Fineract

2024-01-15 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Romero El vie, 12 ene 2024 a las 15:06, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > Hello Anjil, > > I think it suits perfectly. Because it will help us to evaluate, verify, > test the functionality between release. I.E. a possible 1.8.5 relea

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

2024-01-15 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, On the Fineract Dev List I have raised a query about Functional test and Anjil has given a reply about it. Regards El lun, 15 ene 2024 a las 9:16, James Dailey () escribió: > If you’re using it and can do some verification that is good, and no, I > don’t think I’d expect 100%. Thanks.

API Test Case for Fineract

2024-01-12 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, I want to know if there is any Bundle of Test Cases for Apache Fineract API Rest that can be used to test the Apache Fineract vanilla version. - Create data codes (genders) - Create offices - Create delinquency bucket - Create loan product - Create client - Create loan

Re: [Mifos-developer] Blank Accounting reports

2024-01-11 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Tutu Moses, Use the latest Mifos release: https://sourceforge.net/projects/mifos/files/Mifos%20X/ Regards Victor Romero El dom, 7 ene 2024 a las 13:37, James Dailey () escribió: > I don't believe this is on a supported version of fineract. You may want > to upgrade. > > > On Sun, Jan 7,

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

2024-01-08 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 (I have already tested the proper build for this release) El lun, 8 ene 2024 a las 9:09, Peter Bagrij () escribió: > +1 > > On Mon, Jan 8, 2024 at 9:28 AM Aleksandar Vidakovic > wrote: > >> Hello everyone, >> >> ... we have created Apache Fineract 1.9.0 release, with the artifacts >> below

Re: Customising Fineract

2024-01-03 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Wilfred, My response for suggesting the “best way” 1. Write a Jira ticket with the change/feature requested, socialize it on this list and upstream your changes as a PR to the development branch of Apache Fineract. If the feature is not shared or sent back to the community (and technical,

Re: http response codes

2024-01-02 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Marta, This change targets Transactions executed on Savings Accounts? Question is raised because I see that Test Case is for Savings. What about repayments on Loans? Regards Victor Romero El mar, 2 ene 2024 a las 22:07, Márta Jankovics () escribió: > Hi All, > > I’ve created a pull

Re: Fineract maker-checker concept

2023-12-31 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Márta, I have reviewed the code and it is Ok for the create client maker-checker action. Is there a way to include in the integration test case some coverage for Loan, Savings, Transaction (disbursement, withdrawal/deposit)? This is because I think that this is an important feature

Re: Fineract missing DB ids

2023-10-24 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Is there any way to reproduce the issue? Could you please describe the steps to reproduce this behaviour? Regards Victor El mar, 24 oct 2023 a las 1:45, Kelvin Ikome () escribió: > Hi devs, > > I am experiencing an issue where Fineract generates DB ids which skip > through all even

Re: Fraud detection with Fineract

2023-09-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Anjil, What are you looking to protect against? Account takeover Fake accounts Referral & promo abuse Payment fraud Incentive abuse Spam & abuse Identity fraud Ad fraud Regards Víctor Romero El jue, 28 sept 2023 a las 0:20, ANJIL CHINNAPATHLOLLA () escribió: > Dear Fineract community

Re: SonarCube at Apache for fineract available

2023-06-14 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Yes, that SonarCloud is an account managed by the Apache Fineract Infrastructure team. And it is listed under Apache Fineract projects. https://sonarcloud.io/project/overview?id=apache_fineract Regards Victor El mié, 14 jun 2023 a las 0:27, Ed Cable () escribió: > Victor, > > Can you

Re: How To Spin Up Local Instance

2023-06-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Fineract is now using Zulu 17 Alpine as as container https://github.com/apache/fineract/blob/develop/custom/docker/build.gradle 3 months ago I wrote about the Quick (Non production) setup https://github.com/openMF/mifos-x-containers Regards Víctor Romero El mar, 13 jun 2023 a las

Re: Kafka support with Apache Fineract1.x

2023-04-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Angil, Which are the expected use cases of Kafka in Fineract? Regards Victor El jue, 13 abr 2023 a las 15:25, Anjil R Chinnapatlolla (< anchi...@in.ibm.com>) escribió: > Dear community members, > > > > Do we have Kafka streaming support with current released version (1.8.4) > of Fineract or

Re: Errors in deploying Mifos

2023-04-11 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Khushro, Please share technical details about: Java version Command and parameters used for building the Apache Fineract binaries If you want to have a front end, you can use the Mifos Web App, which is a non Apache project. https://github.com/openMF/web-app Regards Victor El mar, 11

Re: Fineract CN 0.2.0 release branch

2023-03-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Bruce wrote: >>> >>> This is good progress Victor . Thanks for taking the lead on Fineract >>> CN. >>> >>> >>> >>> On Tue, Jan 24, 2023, 9:01 AM James Dailey >>> wrote: >>> >>> Thanks Victor. >>>

Re: Mifos 21.07.01 Installation on Tomcat-Windows

2023-03-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
@AirsayLongCon which is the Apache Fineract version that you are using for the deployment? El jue, 17 mar 2022 a las 7:36, Riyadh () escribió: > Dear AirsayLongCon , > > > > Thank you for the support on Mifos. I really appreciate your cooperation. > > Yes, I followed the instructions to the

Re: Fineract banking use cases for performance/scalability evaluation

2023-03-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, In hour experience we have faced the following challenges when migrating to Apache Fineract 1.8 - *Bulk import (which is important for migration from other Core Bankings running on Mainframe)* HTTPS/API is not the best solution, nor the existing Excel File for importing the data. One

[OFFTOPIC] Avro Schema Registry for Apache Fineract

2023-01-24 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, As you have noticed there are AVRO Schemas (https://avro.apache.org/) in Apache Fineract ( https://github.com/apache/fineract/tree/develop/fineract-avro-schemas). As part of the foundations of event-driven and API architectures the best practice is to use a registry

Avoid StackOverflow Exception because an Infinite Lookup of WorkingDay

2023-01-24 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, I have notice a behaviour that is being caused when the System (Host) has set a TimeZone and the Tenant set in the Apache Fineract DB has a different TimeZone In my opinion the Tenant Time Zone has priority over the System Time zone for that I have sent this PR for your

Fineract CN 0.2.0 release branch

2023-01-23 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello everyone, Based on our "How to Release Apache Fineract" process documented at https://cwiki.apache.org/confluence/x/DRwIB : I will create a 0.2.0 branch off develop in our git repositories at https://github.com/apache/fineract-cn-template

Re: Fineract as a Digital Public Good

2023-01-20 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Ed, We are happy to read good news like this one, very happy to be member of the Apache Fineract community which is a now recognised as a technological tool that helps governments to offer financial inclusion and allows social mobility to its population without any vendor locking and being

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

2023-01-16 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 El lun, 16 ene 2023 a las 8:41, Ippez Robert () escribió: > +1 >

Re: Best practices to customise Fineract codebase

2023-01-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
If the organization is committed to open source, modify it and send it back to the community as PR, best practices and debate will go to the source code itself. By experience if you go to implement a new big feature or vice versa a small change, anyone in the community will implement it and then

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

2023-01-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
qlPassword, 'com.mysql.cj.jdbc.Driver' ) sql.execute( 'create database '+"`$dbName`" ) } } El mar, 10 ene 2023 a las 10:07, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > Hello, > > I think that fix should go here > > > https://github.com/ap

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

2023-01-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, I think that fix should go here https://github.com/apache/fineract/blob/develop/fineract-provider/build.gradle task createDB { description= "Creates the MariaDB Database. Needs database name to be passed (like: -PdbName=someDBname)" doLast { def sql = Sql.newInstance(

Re: Mifos

2022-12-25 Thread VICTOR MANUEL ROMERO RODRIGUEZ
This is the Apache Fineract Developer List. Anyway, which errors have you reported previously about the Apache Fineract? Regards Victor El dom, 25 dic 2022 a las 6:22, Juan Manuel Hernández (< fdominik...@gmail.com>) escribió: > Does anyone have a stable and error-free version of Mifos that

Re: [ANNOUNCE] Welcome Bharath Gowda as New Apache Fineract Committer

2022-12-19 Thread VICTOR MANUEL ROMERO RODRIGUEZ
@Bharath Gowda Congratulations! Regards Victor El lun, 19 dic 2022 a las 3:41, Sifiso Mtetwa () escribió: > Congratulations Bharath. You have proven your worth over the years this is > well deserved. > > > > > > *From:* Ed Cable [mailto:edca...@mifos.org] > *Sent:* Sunday, 18 December 2022

Loans - Infinite Loop and Stackoverflow

2022-12-07 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, With the following settings enabled (not by default) in the Working days causes infinite loop and Stackoverflow. I have tested with the latest commit (e08 ) in the develop branch and

Re: MySQL 5.7 or MariDB 10.6 or MySQL 8

2022-12-05 Thread VICTOR MANUEL ROMERO RODRIGUEZ
By the way this PR also added Cloud SQL support and it was merged :) https://github.com/apache/fineract/pull/1373 El lun, 5 dic 2022 a las 16:40, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > Hello Carlos, > > MySQL 8.0, by the way you can check

Re: MySQL 5.7 or MariDB 10.6 or MySQL 8

2022-12-05 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Carlos, MySQL 8.0, by the way you can check this PR https://github.com/apache/fineract/pull/1373 (now obsolete) but we have Fineract up and running in a fully managed GCP environment. Regards Victor El lun, 5 dic 2022 a las 9:02, Carlos Fau () escribió: > Hello, > > My name is Charly

Re: Mifos API documentation

2022-11-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
r add the notice that "demo server > is not guaranteed to be up". > > James Dailey > > > > On Mon, Nov 28, 2022 at 9:12 AM Aleksandar Vidakovic < > chee...@monkeysintown.com> wrote: > >> ... thanks Victor for taking care of this! >>

Re: Mifos API documentation

2022-11-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Now it is also available in the Apache Fineract Web Site https://fineract.apache.org/docs/legacy/index.html El mié, 23 nov 2022 a las 10:22, Mihály Dallos () escribió: > URL has been fixed the meanwhile. > > On Mon, Nov 21, 2022 at 10:40 PM Kigred Developer < > kigred.develo...@gmail.com>

Re: Pull Request for adding Legacy Docs to the Apache Fineract Web Site

2022-11-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Now fixed. El dom, 27 nov 2022 a las 15:20, VICTOR MANUEL ROMERO RODRIGUEZ (< victor.rom...@fintecheando.mx>) escribió: > I agree. Let me do the fix and change some urls in the Apache Fineract > files. > > Regards > > El dom., 27 de noviembre de 2022 1:41 p. m., Aleks

Re: Pull Request for adding Legacy Docs to the Apache Fineract Web Site

2022-11-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
he file to "index.html"... then we could distribute this under a nice url " > https://fineract.apache.org/docs/legacy; and people don't have to > remember the file name? > > On Sun, Nov 27, 2022 at 4:43 AM VICTOR MANUEL ROMERO RODRIGUEZ < > victor.rom...@fintecheando

Pull Request for adding Legacy Docs to the Apache Fineract Web Site

2022-11-26 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, I have sent this PR for being reviewed https://github.com/apache/fineract-site/pull/23 in order to be reachable as per README and other references from current Apache Fineract github repository, Regards Victor Romero

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

2022-11-23 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 El jue, 24 nov 2022 a las 1:32, Ed Cable () escribió: > +1 binding > > > On Wed, Nov 23, 2022 at 11:23 PM Kigred Developer < > kigred.develo...@gmail.com> wrote: > >> +1 >> >> On Thu, 24 Nov 2022, 09:22 Aleksandar Vidakovic, >> wrote: >> >>> Hello everyone, >>> >>> ... we have created Apache

Re: Travis-CI end of support

2022-10-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, For Fineract 1.x I have sent this PR to remove all the Travis CI references, being replaced by Github Actions and the MariaDB has been synchronized in the docs to reflect the version 10.9 used in GitHub Actions. https://github.com/apache/fineract/pull/2714 Regards Victor El jue., 27 de

Re: [DISCUSS] User listserv

2022-10-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
-1 Don't like it. The developers of the new features, fixes are aware of the changes that affect the functional issues reported by users. Devs and users should be connected in the same channel. El vie, 28 oct 2022 a las 13:57, Ed Cable () escribió: > +1 to option #1 but let's determine if we

Re: Fineract CN current status and pointers

2022-10-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
James, Let me check the Fineract CN documentation. And also the code base. When we started the project we found that was matute enough to be a starting point and the microservice approach was perfect for the Business needs. It was requiered to train the developer in the blue prints for reaching

Re: Help creating a loan with a deposit.

2022-10-28 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, It is possible to have a deposit product and do the deposit transaction on it? El jue., 27 de octubre de 2022 4:06 a. m., Francis Mwangi < francismwangi...@gmail.com> escribió: > Hey Team, > > I have created a loan in fineract and I want the first payment to be a > deposit and not part

Re: MariaDB Version to run fineract

2022-10-20 Thread VICTOR MANUEL ROMERO RODRIGUEZ
You should use MariaDB 10.09, the github action and the docker compose are using it. https://github.com/apache/fineract/blob/develop/docker-compose.yml https://github.com/apache/fineract/blob/develop/.github/workflows/build-mariadb.yml El jue, 20 oct 2022 a las 0:18, Benura Abeywardena ()

Re: Clients Bulk Import Exception

2022-10-18 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Which version of apache fineract are you using? Regards Victor El vie, 14 oct 2022 a las 23:07, Thomas Njoroge () escribió: > Hello Team, > > When I try to upload a list of clients using bulk import, it is failing > and I can see the below exceptions from the Spring boot: > > *Exception in

Re: Fineract CN current status and pointers

2022-09-27 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Saransh, There is no need to say where it is deployed in production and it is not obsolete, what a shame and disrespectful of the previous email. But anyway, here in Mexico it is Deployed in production connected to the Real Time Mexico Payment System, The solution based on Fineract CN and Mifos

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

2022-08-22 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 El lun, 22 ago 2022 a las 11:37, Chantilly Muyaya () escribió: > +1 > > Le lun. 22 août 2022 à 17:35, Aleksandar Vidakovic a > écrit : > >> Hello everyone, >> >> ... we have created Apache Fineract 1.8.0 release, with the artifacts >> below up for a vote. >> >> It fixes the following issues:

Re: [ANNOUNCE] Welcome Manoj Mohanan as New Apache Fineract Committer

2022-08-10 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Congrats and welcome Manoj!!! El mié, 10 ago 2022 a las 13:48, Awasum Yannick () escribió: > Hello Everyone, > > I am happy to announce that the Apache Fineract PMC recently voted to add > Manoj as a Fineract Committer and we are delighted to say that He has > accepted our invitation. > > Manoj

Re: And another release (in preparation)...

2022-08-01 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Thank Aleks, Quick question, happy to read that a new version is in progress. +1 Do you think it will help to have a calendar for releases? what I mean is also related if this will lead to having an End Of Life for previous versions (oldest). Regards Victor El lun, 1 ago 2022 a las 5:35,

Re: Need Help

2022-07-20 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Grant, You can find information on: https://mifos.org/impact/powered-by-mifos/ Regards Victor El mié, 20 jul 2022 a las 22:34, Grant Stancombe () escribió: > Not Sure if this is the place to ask, but could anyone in the dev > community help to answer a question for me. > > > > I need

Re: Getting 400 bad request after initial setup

2022-07-08 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Audry and Fineract Community, You can check the parameters required to call the Fineract APIs using the Swagger UI https://demo.fineract.dev/fineract-provider/swagger-ui/index.html For your query: https://demo.fineract.dev/fineract-provider/swagger-ui/index.html#/Roles/retrieveAllRoles I.e.

Re: Issue running branch 1.7.0 docker

2022-06-30 Thread VICTOR MANUEL ROMERO RODRIGUEZ
It is using an existing database? or has just been provisioned for this test? El jue, 30 jun 2022 a las 8:43, Moses Kalema () escribió: > Hello, > > I just cloned fineract and tried to run > >1. ./gradlew :fineract-provider:jibDockerBuild -x test >2. docker-compose up -d > > From the

Re: Timezone issues with Daylight savings

2022-06-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
gt;- Application layer: UTC to be converted to tenant timezone and work >with it. > >Challenges > > - Conversion back and forth from and to UTC > > - Data migration > > - Existing “timezone unaware” date times and their conversion to UTC > >- > >

Re: Timezone issues with Daylight savings

2022-06-08 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, TL;DR Consider the type of time that we want to solve using Fineract: actual event time, broadcast time, relative time, historical time, recurring time. UTC - is not silver bullet, but important for monetary transactions TimeZone - Required by regulations Future dates -

Re: Refusing to allow a GitHub App to create or update workflow without `workflows` permission

2022-05-30 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Michael, Check the permissions that were set for you personal token: Workflow must be selected in the Scope. [image: image.png] El lun, 30 may 2022 a las 7:44, Michael Vorburger () escribió: > Hello, > > Long time no see, sorry I have been busy. > > Today I tried to git push to my fork

Re: Notification topic subscription feature abandoned?

2022-05-18 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Arnold, For the classical UI some events were not passed to the UI (details URL) because the Event property names were not matching. I think it is still open .. https://github.com/openMF/community-app/pull/3441 Regards Victor El mié, 18 may 2022 a las 10:10, Arnold Galovics ()

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

2022-05-11 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 El mié, 11 may 2022 a las 10:43, Chantilly Muyaya () escribió: > +1 > > Le mer. 11 mai 2022 à 15:57, Aleksandar Vidakovic a > écrit : > >> Hello everyone, >> >> ... we have created Apache Fineract 1.7.0 release, with the artifacts >> below up for a vote. >> >> It fixes the following issues:

Re: [ANNOUNCE] Welcome Javier Borkenztain as an Apache Fineract Committer

2022-05-09 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Congratulations Javier, you are always doing the best for the Mifos/Fineract community!!! Regards Victor El jue, 28 abr 2022 a las 7:45, Saransh Sharma () escribió: > Super awesome work guys and Javier much success ! > > > > > > On Mon, Apr 25, 2022 at 6:03 PM Arnold Galovics wrote: > >>

Re: [FINERACT] [ANNOUNCE]  1.7.0 release branch

2022-05-09 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Chantilly, Because of license issues, Pentaho Reports are not anymore part of Fineract. You can get Pentaho Report Plugin distributed by Mifos Foundation from: https://github.com/openMF/fineract-pentaho Regards Victor El lun, 9 may 2022 a las 9:07, Chantilly Muyaya () escribió: >

Re: [FINERACT] [PROPOSAL]  New release 1.7.0

2022-04-20 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Aleks, Is it possible to include these PRs? FINERACT-1577 TLS support in fully managed serverless environments FINERACT-1576 GCP Cloud SQL Support FINERACT-1575 IPv6 workaround Regards El mié, 20 abr 2022 a las 16:17, Ed Cable () escribió: > Thank you Aleks and glad to see all of the

Re: GSOC 2022 Fineract Ideas List

2022-04-17 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Rahul, The Jira ticket FINERACT-1584 mentions Google Cloud (More cloud Native) and is related to the following tickets FINERACT-1575,FINERACT-1576,FINERACT-1577. These tickets were used for deploying Fineract in Google Cloud. I am happy to help and assist if any Student has queries about

Support for fully managed environments (serverless)

2022-04-16 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, I have created 3 tickets in JIRA, related to the Fineract deployment on fully managed environments (serverless), for now tested in GCP, but it is welcome to receive feedback from others clouds like AWS or Azure. https://issues.apache.org/jira/browse/FINERACT-1575

Re: Next release...

2022-04-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Aleks, Just to say congratulations!!! Regards Victor El mié, 13 abr 2022 a las 18:18, Aleksandar Vidakovic () escribió: > Hi everyone, > > ... if you followed the mailing list and the PR requests on Github in > recent weeks and months you probably know that we merged quite a list of > new

Re: Savings To Shares Transfer

2022-04-13 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Kigred, I think that applying for a shares account and adding shares using the funds available in the savings accounts, for now you have the following options. - Debt the saving account then apply for the share account/add shares to the existing share account, - Orchestrate the savings and

Re: Docker Hub - Apache Fineract

2022-04-11 Thread VICTOR MANUEL ROMERO RODRIGUEZ
ured at the >> Apache org level on Github... so we should soon have official Docker images >> again... I will also try to publish the 1.6.0 version. >> >> Cheers >> >> On Tue, Apr 12, 2022 at 12:28 AM VICTOR MANUEL ROMERO RODRIGUEZ < >> victor.rom.

Docker Hub - Apache Fineract

2022-04-11 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract Community, Is it ok to have the docker images published in the Docker Hub Repository? https://hub.docker.com/r/apache/fineract If so, please let me know how I can contribute, because for other projects I have created the GitHub Action for publishing the API on Docker Hub and I

Re: Lombok usage?

2022-04-08 Thread VICTOR MANUEL ROMERO RODRIGUEZ
+1 El vie, 8 abr 2022 a las 9:45, Aleksandar Vidakovic (< chee...@monkeysintown.com>) escribió: > +1 > > On Fri, Apr 8, 2022 at 4:06 PM Arnold Galovics wrote: > >> Hi guys, >> >> Just wanted to notify everybody, Lombok has landed on develop and already >> showing a great deal of value in terms

Re: Repayment Issues

2022-03-30 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Which version of Fineract are you using? Which is the API call? any curl example? Which is the user that is executing the API call? Regards Victor El mié, 30 mar 2022 a las 17:37, Justice Nutifafa Akligo (< justice.akl...@taryafrica.com>) escribió: > I also get the following error

Secrets for Github Actions -

2022-03-29 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello Fineract team, I have moved the SonarQube configuration from build.gradle to GitHub Actions yaml file and for make the change flexible enough to be synced with our repo, I have set the SonarQube variables as GitHub Actions. Could you please review the PR and if approved ? and could you

Re: [ANNOUNCE] Welcome Arnold Galovics as a new Apache Fineract committer

2022-03-23 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Congratulations Arnold! El mié, 23 mar 2022 a las 17:24, Ed Cable () escribió: > Hats of to Arnold on becoming a committer and so happy he's been able to > be such a high-performing contributor in such a short period of time. > > Ed > > On Wed, Mar 23, 2022 at 4:22 PM Aleksandar Vidakovic < >

Re: Fineract 1.6 Upgrade Notes

2022-03-07 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hello, Using the CLI for getting the fineract version 1.6.0 git clone -b 1.6.0 --single-branch https://github.com/apache/fineract.git Regards El lun, 7 mar 2022 a las 9:32, Bharath Gowda () escribió: > Hello Everyone, > > Happy to see many community members upgrading to Fineract 1.6 > > Below

  1   2   >