Re: a propos de ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: a propos de ofbiz

Jacques Le Roux
Administrator
Hi Mohamed,

Sorry for my late answer, I'll reply to you in English, I expect you sufficiently understand it.

Please subscribe to the user ML for such questions and then use your email client.
See why here http://ofbiz.apache.org/mailing-lists.html

You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
The wider the audience the better the answers you might get

Thanks

Jacques

Le 24/07/2019 à 16:13, [hidden email] a écrit :
> bonjour jacques ,
>
> en fait je suis sur un projet qui consiste a creer un erp et un site e-commerce en utilisant ofbiz et la je trouve des difficulté .
> vous pouvez m'aider en me répondant sur quelques questions ?
>
> _____________________________________
> Sent from http://ofbiz.135035.n4.nabble.com
>
>
Reply | Threaded
Open this post in threaded view
|

Re: a propos de ofbiz

aymen hacheni


On 2019/07/27 12:27:30, Jacques Le Roux <[hidden email]> wrote:

> Hi Mohamed,
>
> Sorry for my late answer, I'll reply to you in English, I expect you sufficiently understand it.
>
> Please subscribe to the user ML for such questions and then use your email client.
> See why here http://ofbiz.apache.org/mailing-lists.html
>
> You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
> The wider the audience the better the answers you might get
>
> Thanks
>
> Jacques
>
> Le 24/07/2019 à 16:13, [hidden email] a écrit :
> > bonjour jacques ,
> >
> > en fait je suis sur un projet qui consiste a creer un erp et un site e-commerce en utilisant ofbiz et la je trouve des difficulté .
> > vous pouvez m'aider en me répondant sur quelques questions ?
> >
> > _____________________________________
> > Sent from http://ofbiz.135035.n4.nabble.com
> >
> >
> hi Jacques ,
thank you for your answer .
i'm on a project that involve creating and ERP and an e-commerce with ofbiz .
i'm new with ofbiz and i want to create an entity with a boolean attribute and honestly i don't find how so if u have any idea how .
thank you  
Reply | Threaded
Open this post in threaded view
|

Re: a propos de ofbiz

Jacques Le Roux
Administrator
Le 30/07/2019 à 10:02, MohamedAymen Hacheni a écrit :

>
> On 2019/07/27 12:27:30, Jacques Le Roux <[hidden email]> wrote:
>> Hi Mohamed,
>>
>> Sorry for my late answer, I'll reply to you in English, I expect you sufficiently understand it.
>>
>> Please subscribe to the user ML for such questions and then use your email client.
>> See why here http://ofbiz.apache.org/mailing-lists.html
>>
>> You will get a better support , it's more fair to share with everybody  and people can answer you on the ML rather than directly to you
>> The wider the audience the better the answers you might get
>>
>> Thanks
>>
>> Jacques
>>
>> Le 24/07/2019 à 16:13, [hidden email] a écrit :
>>> bonjour jacques ,
>>>
>>> en fait je suis sur un projet qui consiste a creer un erp et un site e-commerce en utilisant ofbiz et la je trouve des difficulté .
>>> vous pouvez m'aider en me répondant sur quelques questions ?
>>>
>>> _____________________________________
>>> Sent from http://ofbiz.135035.n4.nabble.com
>>>
>>>
>> hi Jacques ,
> thank you for your answer .
> i'm on a project that involve creating and ERP and an e-commerce with ofbiz .
> i'm new with ofbiz and i want to create an entity with a boolean attribute and honestly i don't find how so if u have any idea how .
> thank you

Hi Mohamed,

First, again:

    Please subscribe to the user ML for such questions and then use your email client.
    See why here http://ofbiz.apache.org/mailing-lists.html

In OFBiz boolean attributes are represented by  "indicator"

You can refer to
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/framework/entity/fieldtype/fieldtypederby.xml
https://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk/applications/datamodel/entitydef/content-entitymodel.xml

HTH, but please subscribe before sending email to user ML.
It's more work for moderators who have to accept your messages as long as you have not subscribed.

Jacques