You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Tonio O <tc...@gmail.com> on 2019/07/20 22:32:54 UTC

New Product creation

Hi,

is it possible to create a new Product/Product Type? Right now, when you
click on Product, you see Loan, Savings , Share and Fixed Deposit Products.
I need to add a new Product Type e.g. XYZ  Product.

Re: New Product creation

Posted by Courage Angeh <co...@gmail.com>.
Yeah

On Mon, Jul 22, 2019, 10:21 PM Tonio O <tc...@gmail.com> wrote:

> Hi,
> I thought so too. The product types are fixed with separate tables for
> each type. It To do this right now, we will have to create the code
> extension(backend and frontend.)
> -Tony
>
> On Mon, Jul 22, 2019 at 8:07 PM Courage Angeh <co...@gmail.com>
> wrote:
>
>> Hi Tonio,
>>
>> To the best of my knowledge, such an API doesn't exist.
>> The is not 'product-type` table in any tenant's database.
>> Loan, shared and savings products are pre-existing product types.
>> You can't add a new type of product or delete an existing type of product.
>>
>> Regards,
>> Courage.
>>
>> On Mon, Jul 22, 2019 at 9:52 AM Tonio O <tc...@gmail.com> wrote:
>>
>>> Hey Patrick,
>>>
>>> You are right.
>>>
>>> -Tonio
>>>
>>> On Sun, Jul 21, 2019 at 11:49 PM Patrick Finken <
>>> patrick@finksolutions.ca> wrote:
>>>
>>>> Hi,
>>>>
>>>> I think what Tonio is asking is the possibility to create a new product
>>>> category (for example: Checking Products), and then be able to create
>>>> products of that new Category (ex: Personal Checking, Business Checking
>>>> ....)
>>>> @Tonio, am I right?
>>>>
>>>> Regards,
>>>> Patrick
>>>>
>>>>
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
>>>> www.avast.com
>>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>>> <#m_8062002320830750014_m_7504760967362870387_m_-73006556065927164_m_4187822524070540960_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>>
>>>> On Sun, 21 Jul 2019 at 11:51, Courage Angeh <co...@gmail.com>
>>>> wrote:
>>>>
>>>>> Yes.
>>>>> The link I sent is a user manual that will guide you through creating
>>>>> a loan or deposit product or any other product you want to create.
>>>>>
>>>>> On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:
>>>>>
>>>>>>
>>>>>> I need to create a new Product Type / Class. Loan Products, Deposit
>>>>>> Products and New XYZ Products.
>>>>>>
>>>>>> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Tonio,
>>>>>>>
>>>>>>> Here is a link that will help guide through creating a product:
>>>>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>>>>>>
>>>>>>> Regards,
>>>>>>> Courage.
>>>>>>>
>>>>>>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> is it possible to create a new Product/Product Type? Right now,
>>>>>>>> when you click on Product, you see Loan, Savings , Share and Fixed Deposit
>>>>>>>> Products. I need to add a new Product Type e.g. XYZ  Product.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>
>>>> --
>>>> Patrick Finken,
>>>> Principal Consultant
>>>>
>>>>

Re: New Product creation

Posted by Tonio O <tc...@gmail.com>.
Hi,
I thought so too. The product types are fixed with separate tables for each
type. It To do this right now, we will have to create the code
extension(backend and frontend.)
-Tony

On Mon, Jul 22, 2019 at 8:07 PM Courage Angeh <co...@gmail.com>
wrote:

> Hi Tonio,
>
> To the best of my knowledge, such an API doesn't exist.
> The is not 'product-type` table in any tenant's database.
> Loan, shared and savings products are pre-existing product types.
> You can't add a new type of product or delete an existing type of product.
>
> Regards,
> Courage.
>
> On Mon, Jul 22, 2019 at 9:52 AM Tonio O <tc...@gmail.com> wrote:
>
>> Hey Patrick,
>>
>> You are right.
>>
>> -Tonio
>>
>> On Sun, Jul 21, 2019 at 11:49 PM Patrick Finken <pa...@finksolutions.ca>
>> wrote:
>>
>>> Hi,
>>>
>>> I think what Tonio is asking is the possibility to create a new product
>>> category (for example: Checking Products), and then be able to create
>>> products of that new Category (ex: Personal Checking, Business Checking
>>> ....)
>>> @Tonio, am I right?
>>>
>>> Regards,
>>> Patrick
>>>
>>>
>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
>>> www.avast.com
>>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>>> <#m_7504760967362870387_m_-73006556065927164_m_4187822524070540960_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>>> On Sun, 21 Jul 2019 at 11:51, Courage Angeh <co...@gmail.com>
>>> wrote:
>>>
>>>> Yes.
>>>> The link I sent is a user manual that will guide you through creating a
>>>> loan or deposit product or any other product you want to create.
>>>>
>>>> On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:
>>>>
>>>>>
>>>>> I need to create a new Product Type / Class. Loan Products, Deposit
>>>>> Products and New XYZ Products.
>>>>>
>>>>> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Tonio,
>>>>>>
>>>>>> Here is a link that will help guide through creating a product:
>>>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>>>>>
>>>>>> Regards,
>>>>>> Courage.
>>>>>>
>>>>>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> is it possible to create a new Product/Product Type? Right now, when
>>>>>>> you click on Product, you see Loan, Savings , Share and Fixed Deposit
>>>>>>> Products. I need to add a new Product Type e.g. XYZ  Product.
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>
>>> --
>>> Patrick Finken,
>>> Principal Consultant
>>>
>>>

Re: New Product creation

Posted by Courage Angeh <co...@gmail.com>.
Hi Tonio,

To the best of my knowledge, such an API doesn't exist.
The is not 'product-type` table in any tenant's database.
Loan, shared and savings products are pre-existing product types.
You can't add a new type of product or delete an existing type of product.

Regards,
Courage.

On Mon, Jul 22, 2019 at 9:52 AM Tonio O <tc...@gmail.com> wrote:

> Hey Patrick,
>
> You are right.
>
> -Tonio
>
> On Sun, Jul 21, 2019 at 11:49 PM Patrick Finken <pa...@finksolutions.ca>
> wrote:
>
>> Hi,
>>
>> I think what Tonio is asking is the possibility to create a new product
>> category (for example: Checking Products), and then be able to create
>> products of that new Category (ex: Personal Checking, Business Checking
>> ....)
>> @Tonio, am I right?
>>
>> Regards,
>> Patrick
>>
>>
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
>> www.avast.com
>> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
>> <#m_-73006556065927164_m_4187822524070540960_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>> On Sun, 21 Jul 2019 at 11:51, Courage Angeh <co...@gmail.com>
>> wrote:
>>
>>> Yes.
>>> The link I sent is a user manual that will guide you through creating a
>>> loan or deposit product or any other product you want to create.
>>>
>>> On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:
>>>
>>>>
>>>> I need to create a new Product Type / Class. Loan Products, Deposit
>>>> Products and New XYZ Products.
>>>>
>>>> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
>>>> wrote:
>>>>
>>>>> Hi Tonio,
>>>>>
>>>>> Here is a link that will help guide through creating a product:
>>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>>>>
>>>>> Regards,
>>>>> Courage.
>>>>>
>>>>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> is it possible to create a new Product/Product Type? Right now, when
>>>>>> you click on Product, you see Loan, Savings , Share and Fixed Deposit
>>>>>> Products. I need to add a new Product Type e.g. XYZ  Product.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>
>> --
>> Patrick Finken,
>> Principal Consultant
>>
>>

Re: New Product creation

Posted by "funsho@jethroltd.com" <fu...@jethroltd.com>.
How do you achieve this?
 
-----Original Message-----
From: "Tonio O" <tc...@gmail.com>
Sent: Monday, 22 July, 2019 14:52
To: dev@fineract.apache.org
Subject: Re: New Product creation



Hey Patrick,
You are right. 
-Tonio


On Sun, Jul 21, 2019 at 11:49 PM Patrick Finken <[ patrick@finksolutions.ca ]( mailto:patrick@finksolutions.ca )> wrote:
Hi,


I think what Tonio is asking is the possibility to create a new product category (for example: Checking Products), and then be able to create products of that new Category (ex: Personal Checking, Business Checking ....)
@Tonio, am I right?
Regards,
Patrick



[  ]( https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail )Virus-free. [ www.avast.com ]( https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail )[  ]( #m_4187822524070540960_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2 )


On Sun, 21 Jul 2019 at 11:51, Courage Angeh <[ courageangeh@gmail.com ]( mailto:courageangeh@gmail.com )> wrote:
Yes.
The link I sent is a user manual that will guide you through creating a loan or deposit product or any other product you want to create.


On Sun, Jul 21, 2019, 10:32 AM Tonio O <[ tcbuzor@gmail.com ]( mailto:tcbuzor@gmail.com )> wrote:

I need to create a new Product Type / Class. Loan Products, Deposit Products and New XYZ Products.


On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <[ courageangeh@gmail.com ]( mailto:courageangeh@gmail.com )> wrote:
Hi Tonio,
Here is a link that will help guide through creating a product: [ https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products ]( https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products )
Regards,
Courage.


On Sat, Jul 20, 2019 at 6:33 PM Tonio O <[ tcbuzor@gmail.com ]( mailto:tcbuzor@gmail.com )> wrote:
Hi,
is it possible to create a new Product/Product Type? Right now, when you click on Product, you see Loan, Savings , Share and Fixed Deposit Products. I need to add a new Product Type e.g. XYZ  Product.


-- 




Patrick Finken,
Principal Consultant


Re: New Product creation

Posted by Tonio O <tc...@gmail.com>.
Hey Patrick,

You are right.

-Tonio

On Sun, Jul 21, 2019 at 11:49 PM Patrick Finken <pa...@finksolutions.ca>
wrote:

> Hi,
>
> I think what Tonio is asking is the possibility to create a new product
> category (for example: Checking Products), and then be able to create
> products of that new Category (ex: Personal Checking, Business Checking
> ....)
> @Tonio, am I right?
>
> Regards,
> Patrick
>
>
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free.
> www.avast.com
> <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
> <#m_4187822524070540960_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
> On Sun, 21 Jul 2019 at 11:51, Courage Angeh <co...@gmail.com>
> wrote:
>
>> Yes.
>> The link I sent is a user manual that will guide you through creating a
>> loan or deposit product or any other product you want to create.
>>
>> On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:
>>
>>>
>>> I need to create a new Product Type / Class. Loan Products, Deposit
>>> Products and New XYZ Products.
>>>
>>> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
>>> wrote:
>>>
>>>> Hi Tonio,
>>>>
>>>> Here is a link that will help guide through creating a product:
>>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>>>
>>>> Regards,
>>>> Courage.
>>>>
>>>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> is it possible to create a new Product/Product Type? Right now, when
>>>>> you click on Product, you see Loan, Savings , Share and Fixed Deposit
>>>>> Products. I need to add a new Product Type e.g. XYZ  Product.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>
> --
> Patrick Finken,
> Principal Consultant
>
>

Re: New Product creation

Posted by Patrick Finken <pa...@finksolutions.ca>.
Hi,

I think what Tonio is asking is the possibility to create a new product
category (for example: Checking Products), and then be able to create
products of that new Category (ex: Personal Checking, Business Checking
....)
@Tonio, am I right?

Regards,
Patrick

<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, 21 Jul 2019 at 11:51, Courage Angeh <co...@gmail.com> wrote:

> Yes.
> The link I sent is a user manual that will guide you through creating a
> loan or deposit product or any other product you want to create.
>
> On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:
>
>>
>> I need to create a new Product Type / Class. Loan Products, Deposit
>> Products and New XYZ Products.
>>
>> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
>> wrote:
>>
>>> Hi Tonio,
>>>
>>> Here is a link that will help guide through creating a product:
>>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>>
>>> Regards,
>>> Courage.
>>>
>>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> is it possible to create a new Product/Product Type? Right now, when
>>>> you click on Product, you see Loan, Savings , Share and Fixed Deposit
>>>> Products. I need to add a new Product Type e.g. XYZ  Product.
>>>>
>>>>
>>>>
>>>>
>>>>

-- 
Patrick Finken,
Principal Consultant

Re: New Product creation

Posted by Courage Angeh <co...@gmail.com>.
Yes.
The link I sent is a user manual that will guide you through creating a
loan or deposit product or any other product you want to create.

On Sun, Jul 21, 2019, 10:32 AM Tonio O <tc...@gmail.com> wrote:

>
> I need to create a new Product Type / Class. Loan Products, Deposit
> Products and New XYZ Products.
>
> On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
> wrote:
>
>> Hi Tonio,
>>
>> Here is a link that will help guide through creating a product:
>> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>>
>> Regards,
>> Courage.
>>
>> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> is it possible to create a new Product/Product Type? Right now, when you
>>> click on Product, you see Loan, Savings , Share and Fixed Deposit Products.
>>> I need to add a new Product Type e.g. XYZ  Product.
>>>
>>>
>>>
>>>
>>>

Re: New Product creation

Posted by Tonio O <tc...@gmail.com>.
I need to create a new Product Type / Class. Loan Products, Deposit
Products and New XYZ Products.

On Sat, Jul 20, 2019 at 9:24 PM Courage Angeh <co...@gmail.com>
wrote:

> Hi Tonio,
>
> Here is a link that will help guide through creating a product:
> https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products
>
> Regards,
> Courage.
>
> On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:
>
>> Hi,
>>
>> is it possible to create a new Product/Product Type? Right now, when you
>> click on Product, you see Loan, Savings , Share and Fixed Deposit Products.
>> I need to add a new Product Type e.g. XYZ  Product.
>>
>>
>>
>>
>>

Re: New Product creation

Posted by Courage Angeh <co...@gmail.com>.
Hi Tonio,

Here is a link that will help guide through creating a product:
https://mifosforge.jira.com/wiki/spaces/docs/pages/70910295/Products

Regards,
Courage.

On Sat, Jul 20, 2019 at 6:33 PM Tonio O <tc...@gmail.com> wrote:

> Hi,
>
> is it possible to create a new Product/Product Type? Right now, when you
> click on Product, you see Loan, Savings , Share and Fixed Deposit Products.
> I need to add a new Product Type e.g. XYZ  Product.
>
>
>
>
>