Re: Customising Fineract

2024-01-03 Thread Kigred Developer
Thanks Ed. I will follow this doc and liaise with Aleks if I have any questions. Regards. Wilfred. On Thu, 4 Jan 2024, 07:56 Ed Cable, wrote: > Wilfred, > > You can also utilize the new custom modules feature which helps to achieve > the goals that Mugabe outlined in his last post around being

Re: Customising Fineract

2024-01-03 Thread Kigred Developer
Thanks Victor and Arthur. Currently the customization is in a state that would fit in the upstream code so that is why I have yet not submitted a ticket for it. Regards. Wilfred. On Thu, 4 Jan 2024, 01:13 VICTOR MANUEL ROMERO RODRIGUEZ, < victor.rom...@fintecheando.mx> wrote: > Hello Wilfred, >

Re: Customising Fineract

2024-01-03 Thread Ed Cable
Wilfred, You can also utilize the new custom modules feature which helps to achieve the goals that Mugabe outlined in his last post around being able implement custom changes without leading to conflict and difficulty in maintaining compatibility with upstream. https://fineract.apache.org/docs/cu

Re: Hello Everyone!! Interested in open source contribution

2024-01-03 Thread James Dailey
Praveen - Some resources: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=91554327 https://lists.apache.org/thread/j7tqb73vn6wntxhwzsq1nso93p70mmfs https://fineract.apache.org/docs/current/ James Dailey On Tue, Jan 2, 2024 at 11:26 PM Praveen Kumar wrote: > Can anyone please

Re: Customising Fineract

2024-01-03 Thread Magezi Arthur
Hello Wilfred, Additionally you could add a module for holding all your custom changes and just override the core functionalities. This helps you properly isolate your customizations from the core modules, hence allowing you to always fetch the latest versions with limited or no conflicts. On the

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,

Customising Fineract

2024-01-03 Thread Kigred Developer
Hello Devs, Happy New Year. What is the best way to customize fineract and still be able to use new code updates without breaking one's customised code? For example I am trying to make changes that enable users to purchase shares using a clients savings funds (it essentially a transfer transacti