Re: Localization

2011-01-17 Thread Jacques Le Roux

Look for localisation (or rather i18n) in the wiki

Jacques

From: "S K Pradeep Kumar" 

Hi All,

I have to do the localization for the ofbiz ecommerce application, how can
do this.
I want my website front end(ecommerce), in Indian local languages such as
Hindi, kannada, telugu and tamil.
How can i do this.


Thanks,

With regards,
S K Pradeep kumar,
9980609494





Re: more than one unit of measue fo the same product: advice requested.

2011-01-17 Thread Jacques Le Roux

Thanks Hans, much appreciated

Jacques

From: "Hans Bakker" 

Hi Jacques, were are looking at it but very busy.

Regards,
Hans

On Mon, 2011-01-17 at 18:37 +0100, Jacques Le Roux wrote:

Hans,

Inline...

From: "Jacques Le Roux" 
> Jacopo,
>
> Well spotted! I have fixed your concern at r1059279. I wonder how I missed 
that since I was inspired by
> AgreementServices.getCommissionForProduct() :/
>
> Hans: also could you please look at the catalogs/categories tree: there is 
only Ids in it, at least we should rather have the
> names (with the Ids would be better). Also, if  we could have different icons 
for catalogs and categories...

The reason I insist about that is because I managed some years ago to have the 
categories names localized
(DemoProductCategoriesI18nData.xml) and this is lost now there now...
Also why not have the same in Order Manager and why not eCommerce?
Then we should also increase the size of the left panels...

Thanks

Jacques

> Thanks
>
> Jacques
>
> From: "Jacopo Cappellato" 
>>I think that we should not forget about this because the fix proposed by 
Jacques (thanks for this) should be considered a
>>temporary one... for example it doesn't take into account validity dates of 
the relationship; as a side note, the same issue
>>(validity dates ignored) was also in the original cod committed by Hans (see 
the isAlternativePacking method).
>>
>> Kind regards,
>>
>> Jacopo
>>
>> On Jan 10, 2011, at 12:27 PM, Jacques Le Roux wrote:
>>
>>> Hi Hans,
>>>
>>> This has introduced a bug I fixed at r1057153
>>>
>>> The isVirtual Product attribute shows around 160 times in *form*.xml,*een*, *.gro*,*.ftl,*.java files. Of course I did not 
>>> check

>>> them all. But I'd be surprised if your change has not introduced some other 
side effects...
>>>
>>> Could youy please have a look?
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>> From: "Hans Bakker" 
 This change is now implemented in r1040908

 Related to the comment from Scott, Instead of using the existing
 association, we have created a new product association 'Alternative
 Packaging' to not interfere with the usage of Scott.

 An explanation can be found at:
 
https://www.antwebsystems.com/content/control/ViewBlogArticle?articleContentId=16750&blogContentId=AWS_BLOG

 Regards,
 Hans


 On Fri, 2010-11-12 at 16:06 +0700, Hans Bakker wrote:
> i could also add a new association type "alternative Uom" and then still
> use isVirtual=Y/isVariant=Y...which would not block your usage
>
>
> On Fri, 2010-11-12 at 21:34 +1300, Scott Gray wrote:
> > Hi Hans,
> >
> > I'm still in favor of the approach that I suggested earlier and you haven't really mentioned why it wouldn't work for 
> > you.

> > If > you like and if you are willing to wait a couple of days I could 
show you what I mean with some example entity xml
> > data. You > could then load it into a demo instance and play around 
with it.
> >
> > I haven't read your proposal in detail yet but I'm not really in favor of using the isVirtual=Y/isVariant=Y combination 
> > to >
> > indicate uom specific behavior.  I think it is quite possible for a product to have that combination in real life and 
> > using
> > it > for something else would remove that possibility.  Imagine a variant that is itself also a virtual with its own 
> > child

> > variants.
> >
> > Regards
> > Scott
> >
> > HotWax Media
> > http://www.hotwaxmedia.com
> >
> > On 11/11/2010, at 8:46 PM, Hans Bakker wrote:
> >
> > > A longer explanation how we want to implement this can be found at:
> > > 
http://www.antwebsystems.com/control/ViewBlogArticle?contentId=16750&blogContentId=AWS_BLOG
> > >
> > > Regards,
> > > Hans
> > >
> > > On Wed, 2010-11-10 at 16:52 +0700, Hans Bakker wrote:
> > >> We are are still getting the best solution, help appreciated.
> > >>
> > >> We are thinking of the following:
> > >> you have a product which you sell in pieces and boxes of ten.
> > >>
> > >> Then the product per piece is the lowest denominator and has a 
variant
> > >> association to a virtual/variant product which is an alternative
> > >> packaging of the product per piece and can have an adjusted price 
but no
> > >> inventory.
> > >>
> > >> Currently the e-commerce checks for the virtual flag and want to 
show a
> > >> feature selection list, however in the case of the virtual- and 
variant
> > >> flag both set, it should not.
> > >>
> > >> When the box of 10 is selected, The productId per piece is selected 
with
> > >> the adjusted price of the box variant.
> > >>
> > >> Comments very much appreciated.
> > >>
> > >> Regards,
> > >> Hans
> > >>
> > >>
> > >> On Sun, 2010-10-03 at 12:13 -0600, David E Jones wrote:
> > >>> For boxes of a product you'll 

Localization

2011-01-17 Thread S K Pradeep Kumar
Hi All,

I have to do the localization for the ofbiz ecommerce application, how can
do this.
I want my website front end(ecommerce), in Indian local languages such as
Hindi, kannada, telugu and tamil.
How can i do this.


Thanks,

With regards,
S K Pradeep kumar,
9980609494


Re: more than one unit of measue fo the same product: advice requested.

2011-01-17 Thread Hans Bakker
Hi Jacques, were are looking at it but very busy.

Regards,
Hans

On Mon, 2011-01-17 at 18:37 +0100, Jacques Le Roux wrote:
> Hans,
> 
> Inline...
> 
> From: "Jacques Le Roux" 
> > Jacopo,
> >
> > Well spotted! I have fixed your concern at r1059279. I wonder how I missed 
> > that since I was inspired by 
> > AgreementServices.getCommissionForProduct() :/
> >
> > Hans: also could you please look at the catalogs/categories tree: there is 
> > only Ids in it, at least we should rather have the 
> > names (with the Ids would be better). Also, if  we could have different 
> > icons for catalogs and categories...
> 
> The reason I insist about that is because I managed some years ago to have 
> the categories names localized 
> (DemoProductCategoriesI18nData.xml) and this is lost now there now...
> Also why not have the same in Order Manager and why not eCommerce?
> Then we should also increase the size of the left panels...
> 
> Thanks
> 
> Jacques
> 
> > Thanks
> >
> > Jacques
> >
> > From: "Jacopo Cappellato" 
> >>I think that we should not forget about this because the fix proposed by 
> >>Jacques (thanks for this) should be considered a 
> >>temporary one... for example it doesn't take into account validity dates of 
> >>the relationship; as a side note, the same issue 
> >>(validity dates ignored) was also in the original cod committed by Hans 
> >>(see the isAlternativePacking method).
> >>
> >> Kind regards,
> >>
> >> Jacopo
> >>
> >> On Jan 10, 2011, at 12:27 PM, Jacques Le Roux wrote:
> >>
> >>> Hi Hans,
> >>>
> >>> This has introduced a bug I fixed at r1057153
> >>>
> >>> The isVirtual Product attribute shows around 160 times in 
> >>> *form*.xml,*een*, *.gro*,*.ftl,*.java files. Of course I did not check 
> >>> them all. But I'd be surprised if your change has not introduced some 
> >>> other side effects...
> >>>
> >>> Could youy please have a look?
> >>>
> >>> Thanks
> >>>
> >>> Jacques
> >>>
> >>> From: "Hans Bakker" 
>  This change is now implemented in r1040908
> 
>  Related to the comment from Scott, Instead of using the existing
>  association, we have created a new product association 'Alternative
>  Packaging' to not interfere with the usage of Scott.
> 
>  An explanation can be found at:
>  https://www.antwebsystems.com/content/control/ViewBlogArticle?articleContentId=16750&blogContentId=AWS_BLOG
> 
>  Regards,
>  Hans
> 
> 
>  On Fri, 2010-11-12 at 16:06 +0700, Hans Bakker wrote:
> > i could also add a new association type "alternative Uom" and then still
> > use isVirtual=Y/isVariant=Y...which would not block your usage
> >
> >
> > On Fri, 2010-11-12 at 21:34 +1300, Scott Gray wrote:
> > > Hi Hans,
> > >
> > > I'm still in favor of the approach that I suggested earlier and you 
> > > haven't really mentioned why it wouldn't work for you. 
> > > If > you like and if you are willing to wait a couple of days I could 
> > > show you what I mean with some example entity xml 
> > > data. You > could then load it into a demo instance and play around 
> > > with it.
> > >
> > > I haven't read your proposal in detail yet but I'm not really in 
> > > favor of using the isVirtual=Y/isVariant=Y combination to > 
> > > indicate uom specific behavior.  I think it is quite possible for a 
> > > product to have that combination in real life and using 
> > > it > for something else would remove that possibility.  Imagine a 
> > > variant that is itself also a virtual with its own child 
> > > variants.
> > >
> > > Regards
> > > Scott
> > >
> > > HotWax Media
> > > http://www.hotwaxmedia.com
> > >
> > > On 11/11/2010, at 8:46 PM, Hans Bakker wrote:
> > >
> > > > A longer explanation how we want to implement this can be found at:
> > > > http://www.antwebsystems.com/control/ViewBlogArticle?contentId=16750&blogContentId=AWS_BLOG
> > > >
> > > > Regards,
> > > > Hans
> > > >
> > > > On Wed, 2010-11-10 at 16:52 +0700, Hans Bakker wrote:
> > > >> We are are still getting the best solution, help appreciated.
> > > >>
> > > >> We are thinking of the following:
> > > >> you have a product which you sell in pieces and boxes of ten.
> > > >>
> > > >> Then the product per piece is the lowest denominator and has a 
> > > >> variant
> > > >> association to a virtual/variant product which is an alternative
> > > >> packaging of the product per piece and can have an adjusted price 
> > > >> but no
> > > >> inventory.
> > > >>
> > > >> Currently the e-commerce checks for the virtual flag and want to 
> > > >> show a
> > > >> feature selection list, however in the case of the virtual- and 
> > > >> variant
> > > >> flag both set, it should not.
> > > >>
> > > >> When the box of 10 is selected, The productId per piece is 
> > > >> selec

Drop shipment, change order items

2011-01-17 Thread biletnikov

Hello all,
we are going to use Drop shipments in most cases and we will face the
situation of changing the order items very often.

As we understand, there is no a mechanism for the automatic updating of the
purchase order if the sales order was changed. Is it correct?

How to add new drop shipment item to the existing sales order? We can not do
it by using "Add To Order" widget, because it does not support drop
shipments.

Thank you very much.

-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Drop-shipment-change-order-items-tp3221256p3221256.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: more than one unit of measue fo the same product: advice requested.

2011-01-17 Thread Jacques Le Roux

Hans,

Inline...

From: "Jacques Le Roux" 

Jacopo,

Well spotted! I have fixed your concern at r1059279. I wonder how I missed that since I was inspired by 
AgreementServices.getCommissionForProduct() :/


Hans: also could you please look at the catalogs/categories tree: there is only Ids in it, at least we should rather have the 
names (with the Ids would be better). Also, if  we could have different icons for catalogs and categories...


The reason I insist about that is because I managed some years ago to have the categories names localized 
(DemoProductCategoriesI18nData.xml) and this is lost now there now...

Also why not have the same in Order Manager and why not eCommerce?
Then we should also increase the size of the left panels...

Thanks

Jacques


Thanks

Jacques

From: "Jacopo Cappellato" 
I think that we should not forget about this because the fix proposed by Jacques (thanks for this) should be considered a 
temporary one... for example it doesn't take into account validity dates of the relationship; as a side note, the same issue 
(validity dates ignored) was also in the original cod committed by Hans (see the isAlternativePacking method).


Kind regards,

Jacopo

On Jan 10, 2011, at 12:27 PM, Jacques Le Roux wrote:


Hi Hans,

This has introduced a bug I fixed at r1057153

The isVirtual Product attribute shows around 160 times in *form*.xml,*een*, *.gro*,*.ftl,*.java files. Of course I did not check 
them all. But I'd be surprised if your change has not introduced some other side effects...


Could youy please have a look?

Thanks

Jacques

From: "Hans Bakker" 

This change is now implemented in r1040908

Related to the comment from Scott, Instead of using the existing
association, we have created a new product association 'Alternative
Packaging' to not interfere with the usage of Scott.

An explanation can be found at:
https://www.antwebsystems.com/content/control/ViewBlogArticle?articleContentId=16750&blogContentId=AWS_BLOG

Regards,
Hans


On Fri, 2010-11-12 at 16:06 +0700, Hans Bakker wrote:

i could also add a new association type "alternative Uom" and then still
use isVirtual=Y/isVariant=Y...which would not block your usage


On Fri, 2010-11-12 at 21:34 +1300, Scott Gray wrote:
> Hi Hans,
>
> I'm still in favor of the approach that I suggested earlier and you haven't really mentioned why it wouldn't work for you. 
> If > you like and if you are willing to wait a couple of days I could show you what I mean with some example entity xml 
> data. You > could then load it into a demo instance and play around with it.

>
> I haven't read your proposal in detail yet but I'm not really in favor of using the isVirtual=Y/isVariant=Y combination to > 
> indicate uom specific behavior.  I think it is quite possible for a product to have that combination in real life and using 
> it > for something else would remove that possibility.  Imagine a variant that is itself also a virtual with its own child 
> variants.

>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 11/11/2010, at 8:46 PM, Hans Bakker wrote:
>
> > A longer explanation how we want to implement this can be found at:
> > 
http://www.antwebsystems.com/control/ViewBlogArticle?contentId=16750&blogContentId=AWS_BLOG
> >
> > Regards,
> > Hans
> >
> > On Wed, 2010-11-10 at 16:52 +0700, Hans Bakker wrote:
> >> We are are still getting the best solution, help appreciated.
> >>
> >> We are thinking of the following:
> >> you have a product which you sell in pieces and boxes of ten.
> >>
> >> Then the product per piece is the lowest denominator and has a variant
> >> association to a virtual/variant product which is an alternative
> >> packaging of the product per piece and can have an adjusted price but no
> >> inventory.
> >>
> >> Currently the e-commerce checks for the virtual flag and want to show a
> >> feature selection list, however in the case of the virtual- and variant
> >> flag both set, it should not.
> >>
> >> When the box of 10 is selected, The productId per piece is selected with
> >> the adjusted price of the box variant.
> >>
> >> Comments very much appreciated.
> >>
> >> Regards,
> >> Hans
> >>
> >>
> >> On Sun, 2010-10-03 at 12:13 -0600, David E Jones wrote:
> >>> For boxes of a product you'll usually have one product that represents the individual items (which may or may not be for 
> >>>  > >>> sale directly to the customer), and one that is a product that represents the box and that is associated with the 
> >>>  > >>> individual item. In OFBiz there are a few different product types you can choose from to have the system handle 
> >>> the box in > >>> different ways automatically, or you can use plain old Finished Good to handle the boxes manually.

> >>>
> >>> For certain products all you need is the three fields already on the 
Product entity:
> >>>
> >>> quantityUomId
> >>> quantityIncluded
> >>> piecesIncluded
> >>>
> >>> For example if you have a six-pack of 12oz soda cans you would have qua

Re: Ofbiz : a Commons Platform

2011-01-17 Thread Jacques Le Roux
Joonas Keturi, who is the man behind this, has contacted us (Scott and me) at the beginning of January to ask if we would be 
interested by an updated patch. I answered positively but got no answers so far


I must say that I have not used the new way (OFBIZ-3877) yet and don't know its 
status. Joonas uses it in a custom application...

Jacques

From: "Grant Edwards" 

Hi,

Ofbiz : a Commons Platform

My client has a number of different applications each storing and
maintaining data similar to facilities, parties, contact information,
addressing, geodata, content, location based information etc ...

There is a real need to consolidate not only the data but also the
mechanisms to manage it.

Taking the above into consideration I am contemplating the following :

1) Using OFBiz as a commons platform.
2) Exposing all existing OFBiz services relating to facilities, parties,
contact information, address, geodata, content ... to external clients via
web services.
3) Publish a WSDL for all necessary services.
4) Client applications can read the WSDL file to determine what operations
are available on the server.

To-date, I have not found anything comprehensive in terms of documentation
or user experience as to how this might be achieved. Of all the OFBiz + "web
services" posts I found this one (
https://issues.apache.org/jira/browse/OFBIZ-3877) seemed the closest to the
mark, but I get the impression that some of this is still work in progress.
(If I am off the mark here, please feel free to correct me).

Your thoughts and comments regarding "OFBiz : a Common Platform" would be
most appreciated.

Kind regards

Grant






Ofbiz : a Commons Platform

2011-01-17 Thread Grant Edwards
Hi,

Ofbiz : a Commons Platform

My client has a number of different applications each storing and
maintaining data similar to facilities, parties, contact information,
addressing, geodata, content, location based information etc ...

There is a real need to consolidate not only the data but also the
mechanisms to manage it.

Taking the above into consideration I am contemplating the following :

1) Using OFBiz as a commons platform.
2) Exposing all existing OFBiz services relating to facilities, parties,
contact information, address, geodata, content ... to external clients via
web services.
3) Publish a WSDL for all necessary services.
4) Client applications can read the WSDL file to determine what operations
are available on the server.

To-date, I have not found anything comprehensive in terms of documentation
or user experience as to how this might be achieved. Of all the OFBiz + "web
services" posts I found this one (
https://issues.apache.org/jira/browse/OFBIZ-3877) seemed the closest to the
mark, but I get the impression that some of this is still work in progress.
(If I am off the mark here, please feel free to correct me).

Your thoughts and comments regarding "OFBiz : a Common Platform" would be
most appreciated.

Kind regards

Grant


Re: inventory for a virtual product?

2011-01-17 Thread Jacopo Cappellato
Hi Shereen,

instead of setting it as a virtual, please try to set the product type to 
"Service".

Jacopo


On Jan 17, 2011, at 10:28 AM, Shereen wrote:

> 
> Hi All
> I'm trying to achieve the following scenario
> The Customer will  subscribe to a product this product is magazine or
> journal  so I've created the product and set up a subscription resource to
> it
> and created a sales order and then choose the product and I found a record 
> in the subscriptions linking the order with the productSubscription 
> that's fine
> my problem now is that those magazines and books will not be in warehouse.
> The publisher will send them direct t the client 
> so I don't want want any inventory items and I don't want any stock checking
> So I made the it virtual product
> and I tried to make another sales order on the product but I couldn't.
> it gave me the following message Choose Variation Before Adding to Cart
> Although It's not a virtual product why that happened?
> Am I on the right direction of completing a sales order where items are not
> in my warehouse?
> Should I set the supplier to Can Drop Shipe="Y"
> I'm confused about this
> -- 
> View this message in context: 
> http://ofbiz.135035.n4.nabble.com/inventory-for-a-virtual-product-tp152521p3220897.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: inventory for a virtual product?

2011-01-17 Thread Shereen

Hi All
I'm trying to achieve the following scenario
The Customer will  subscribe to a product this product is magazine or
journal  so I've created the product and set up a subscription resource to
it
and created a sales order and then choose the product and I found a record 
in the subscriptions linking the order with the productSubscription 
that's fine
my problem now is that those magazines and books will not be in warehouse.
The publisher will send them direct t the client 
so I don't want want any inventory items and I don't want any stock checking
So I made the it virtual product
and I tried to make another sales order on the product but I couldn't.
it gave me the following message Choose Variation Before Adding to Cart
Although It's not a virtual product why that happened?
Am I on the right direction of completing a sales order where items are not
in my warehouse?
Should I set the supplier to Can Drop Shipe="Y"
I'm confused about this
-- 
View this message in context: 
http://ofbiz.135035.n4.nabble.com/inventory-for-a-virtual-product-tp152521p3220897.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: subscriptions

2011-01-17 Thread Jacques Le Roux

Inline...

Yousef Sabbah wrote:

dear sir/madam,


*I found more than one version (archived)of the OFBIZ application;*
apache-ofbiz-09.04.zip size around 60 MB
ofbiz-trunk-current.zip  size around 235 MB

*- *please, I want to know the difference?


apache-ofbiz-09.04.zip a release from april (04) 2009 (09), like Ubuntu is 
versionned
ofbiz-trunk-current.zip  the current development version

In 09.04 only bug fixes are baclported, in trunk new features, improvements, 
etc. are also committed


- is there a one source to learning the OFBIZ development and
administration?


Learning
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Documentation+Index
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Related+Books
https://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide
https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo

Setting
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Documentation+Index#OFBizDocumentationIndex-ConfigurationDocuments


- any suggestions to hosting the application? recommended host service
provider?
- what about the license, I'm thinking to start a business using OFBIZ app.,
should I paid any thing ?


Nothing, and you can do what you want with the code, it's an Apache licence, it 
means really free!
https://cwiki.apache.org/confluence/display/OFBADMIN/Copyright+and+License
https://cwiki.apache.org/confluence/display/OFBIZ/About+Apache+Software+Foundation+License+and+more...

Jacques


- I need to learn about credit cards online business, where and how ?

Thanks A Lot,
Yousef