Mashood, Could you share your CARD functionality description on this list? Or, if you have something to raise with the project, please raise a ticket so that it can be discussed see ==> https://cwiki.apache.org/confluence/display/FINERACT/Getting+Help+with+Issue
Mifos, which initiated the Fineract project, and contributed the original code, has been working for the last two years on a production level Payments Hub integration gateway. https://mifos.gitbook.io/docs/payment-hub-ee/overview This is open source code documented over at the Mifos project. It is external to Fineract but integrates tightly with Fineract and connects natively to Mojaloop (another open source project). It can be extended to card processing. In my view, if Fineract changes are needed, it would be best that they fit into a broader strategy around Payments Integration. You can find the history of such conversations by searching the listserv archives. Payments are a complex and evolving space. ==> https://lists.apache.org/[email protected] Please do let us know how you are proceeding via on-list discussion. Thanks. On Fri, Nov 13, 2020 at 11:19 PM Mashood hassan <[email protected]> wrote: > YES awesome, thank you I have figured it out. right now I am trying to > implement Card Functionality in finearct for my Project. right now I am > trying to understand the "interoperation" folder is it similar to the > finearct cn interoperation. and yes I want to contribute to this project. > and thank you again :) > Take care > Mashood > > On 2020/11/12 22:03:39, Michael Vorburger <[email protected]> wrote: > > Mashood, > > > > If you modify an Entity class, the new column won't automatically get > added > > to the database. > > > > Instead, you need to provide a new Flyway migration SQL script, like all > > the existing ones in > > > https://github.com/apache/fineract/tree/develop/fineract-provider/src/main/resources/sql/migrations/core_db > . > > Does that make sense? > > > > Will you eventually be contributing your improvement to the project with > a > > pull request? > > > > Best, > > M. > > > > > > On Thu, 12 Nov 2020, 13:35 Mashood hassan, <[email protected]> > wrote: > > > > > any help will be greatly appreciated. meanwhile, I search more about > it. > > > > > > On Thu, Nov 12, 2020 at 5:33 PM Mashood hassan <[email protected]> > > > wrote: > > > > > >> ok ok, manually I can create a column and table too, column not found > > >> error occurs when i create manually column in table and try to get the > > >> "/founds" through the api > > >> > > >> On Thu, Nov 12, 2020 at 5:30 PM Saifudeen Khan < > [email protected]> > > >> wrote: > > >> > > >>> I did not do it via program though, I did it manually. What I can > help > > >>> you is to figure out why tables are not created manually as well > > >>> > > >>> > > >>> > > >>> *From:* Mashood hassan <[email protected]> > > >>> *Sent:* 12 November 2020 17:58 > > >>> *To:* [email protected] > > >>> *Subject:* Re: RE: new column in table and new Table in database > > >>> > > >>> > > >>> > > >>> CAUTION: This email originated from outside of the organization. Do > not > > >>> click links or open attachments unless you recognize the sender and > know > > >>> the content is safe. > > >>> > > >>> > > >>> > > >>> I am new with spring stuff. but I created a separate spring hibernate > > >>> project and was able to modify table in memory database > > >>> > > >>> > > >>> > > >>> On Thu, Nov 12, 2020 at 5:24 PM Mashood hassan < > [email protected]> > > >>> wrote: > > >>> > > >>> maybe I am missing something in the code. can you give me a little > time > > >>> we can connect on TeamViewer you can check? this will be a great > help for > > >>> me. > > >>> > > >>> > > >>> > > >>> On Thu, Nov 12, 2020 at 5:20 PM Saifudeen Khan < > [email protected]> > > >>> wrote: > > >>> > > >>> Strange. We had some usecases where we wanted frequencies of > repayment > > >>> for both principal and interest is different and able to modify the > tables > > >>> successfully > > >>> > > >>> -----Original Message----- > > >>> From: Mashood hassan <[email protected]> > > >>> Sent: 12 November 2020 17:46 > > >>> To: [email protected] > > >>> Subject: Re: RE: new column in table and new Table in database > > >>> > > >>> CAUTION: This email originated from outside of the organization. Do > not > > >>> click links or open attachments unless you recognize the sender and > know > > >>> the content is safe. > > >>> > > >>> > > >>> and now i have also created the column MySQL default > fineract-database > > >>> now i am getting the same error Caused by: java.sql.SQLException: No > such > > >>> column: source_of_fund > > >>> > > >>> > > >>> On 2020/11/12 12:02:57, Mashood hassan <[email protected]> > wrote: > > >>> > yes, I did this one approach let me confirm this one I will tell > you > > >>> just a mint. > > >>> > On 2020/11/12 11:53:34, Saifudeen Khan <[email protected]> > wrote: > > >>> > > Did you try creating the column in MySQL manually? > > >>> > > > > >>> > > -----Original Message----- > > >>> > > From: Mashood hassan <[email protected]> > > >>> > > Sent: 12 November 2020 17:21 > > >>> > > To: [email protected] > > >>> > > Subject: new column in table and new Table in database > > >>> > > > > >>> > > CAUTION: This email originated from outside of the organization. > Do > > >>> not click links or open attachments unless you recognize the sender > and > > >>> know the content is safe. > > >>> > > > > >>> > > > > >>> > > I am working on Fineract. The issue I am facing is when I > change in > > >>> m_fund Entity class to add a new column it compiles without error > but it > > >>> does not create new column in MySQL database. one more strange thing > which > > >>> I came to know that is when I try to monitor the SQL logs by > enabling it in > > >>> the application.properties when it starts compiling it remove my > lines > > >>> which enables the SQL logs it feels like it is rewriting my changes. > I am > > >>> stuck at this stage I want to work on this project. Is there anyway > u can > > >>> help me on this? just guide me a little so that I continue my > exploration > > >>> on this cool project. > > >>> > > > > >>> > > 1: what do I want to do? > > >>> > > I want to add a new column and make new tables in fineract > > >>> MySQL default. > > >>> > > 2: what is the issue? > > >>> > > A new column is not visible in MySQL "m_fund" table even > there > > >>> is not an error > > >>> > > When I hit API /funds it says you don't have a "funds_type" > > >>> column in the database. this is after when I make Column in Entity > class > > >>> using @Column and private String... > > >>> > > > > >>> > > Thank you > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > > > >>> > > Disclaimer: "The contents of this e-mail and any attachments > > >>> enclosed therein are intended solely for the addressee(s) and may > contain > > >>> confidential and/or privileged information. It may also be the sole > > >>> intellectual and proprietary resource of Zuci Systems and therefore > may be > > >>> legally protected from disclosure. If you are not the intended > recipient of > > >>> this message, or if this message has been addressed to you by > inadvertence, > > >>> kindly alert the sender by email and then follow with its deletion. > If you > > >>> are not the intended recipient, you are hereby notified that any use, > > >>> dissemination, copying, or storage of this message or its > attachments is > > >>> strictly prohibited and shall make you liable for consequences under > > >>> applicable laws." > > >>> > > > > >>> > > > >>> Disclaimer: "The contents of this e-mail and any attachments enclosed > > >>> therein are intended solely for the addressee(s) and may contain > > >>> confidential and/or privileged information. It may also be the sole > > >>> intellectual and proprietary resource of Zuci Systems and therefore > may be > > >>> legally protected from disclosure. If you are not the intended > recipient of > > >>> this message, or if this message has been addressed to you by > inadvertence, > > >>> kindly alert the sender by email and then follow with its deletion. > If you > > >>> are not the intended recipient, you are hereby notified that any use, > > >>> dissemination, copying, or storage of this message or its > attachments is > > >>> strictly prohibited and shall make you liable for consequences under > > >>> applicable laws." > > >>> > > >>> Disclaimer: "The contents of this e-mail and any attachments enclosed > > >>> therein are intended solely for the addressee(s) and may contain > > >>> confidential and/or privileged information. It may also be the sole > > >>> intellectual and proprietary resource of Zuci Systems and therefore > may be > > >>> legally protected from disclosure. If you are not the intended > recipient of > > >>> this message, or if this message has been addressed to you by > inadvertence, > > >>> kindly alert the sender by email and then follow with its deletion. > If you > > >>> are not the intended recipient, you are hereby notified that any use, > > >>> dissemination, copying, or storage of this message or its > attachments is > > >>> strictly prohibited and shall make you liable for consequences under > > >>> applicable laws." > > >>> > > >> > > >
