Re: [Mifos-users] How to delete products in Mifos?

2020-06-13 Thread Natasha Natarajan
Hi Bharath, Can you let me know how this is enabled in the codebase, as I need to create the same functionality for employees? Thank you, Natasha On Sat, Jun 13, 2020 at 11:22 AM Bharath Gowda wrote: > Hi Juan, > > You cannot delete any of the products created. > Only for loan products, you can

Re: [Mifos-users] How to delete products in Mifos?

2020-06-13 Thread Bharath Gowda
Hi Juan, You cannot delete any of the products created. Only for loan products, you can define a EndDate for the Product, Products which crosses the Enddate will be marked as closed and will not appear in the drop down while creating a loan. Regards, Bharath Lead Implementation Analyst | Mifos In

Re: How to delete products in Mifos?

2020-06-12 Thread Eugene Adjei-Djan
to delete products from the table, make sure all associated records in related tables are first deleted On Fri, Jun 12, 2020 at 7:50 PM Juan Manuel Hernández wrote: > Hi, > > How to delete Loans products, Savings Products, Share Products, Fixed > Deposit Products and Fixed Deposit Products. > >

How to delete products in Mifos?

2020-06-12 Thread Juan Manuel Hernández
Hi, How to delete Loans products, Savings Products, Share Products, Fixed Deposit Products and Fixed Deposit Products. Thank you!