Re: Cancel DropShip Purchase Order

2009-02-11 Thread David E Jones
On Feb 10, 2009, at 1:17 PM, Donna M. Rode wrote: Hello, Please bear with me as I have just subscribed to this list. I have searched the archives in Nabble but have not been successful in finding a previous discussion of my question. We have the automatic dropship on low quantity set up

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread Sven Wesley
Sounds very nice. I asked once before but never got a response, is MyPortal following the Java Portlet spec? I will merge right away! Regards, Sven 2009/2/11 Hans Bakker mailingl...@antwebsystems.com Thanks to Bruno's portal functions we have now a finished component MyPortal which contains

Re: Odd locale behaviour

2009-02-11 Thread Sven Wesley
They were both set to correct language, but I did a serious clean and then it actually worked as expected. The ant-script doesn't seem to rebuild on property-changes? 2009/2/11 Adrian Crum adri...@hlmksw.com The locales.available property in general.properties only controls which locales are

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread David E Jones
On Feb 11, 2009, at 1:50 AM, Sven Wesley wrote: Sounds very nice. I asked once before but never got a response, is MyPortal following the Java Portlet spec? What would it mean to follow the Java Portlet spec? -David

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread Hans Bakker
No, it is not. I am pretty sure there was some discussion on that, but because this implementation tightly integrated with the ofbiz framework is was agreed we would not do this. Regards, Hans On Wed, 2009-02-11 at 09:50 +0100, Sven Wesley wrote: Sounds very nice. I asked once before but never

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread David E Jones
That's great news Hans. This is neat stuff and I can't wait to play with it more. I'm glad you mentioned moving the portlets into applications or other specialpurpose components. I'd actually like to help with that as part of the more general effort to make the framework independent of

RE: Does OFBiz support mysql data type enum?

2009-02-11 Thread Jack Liu
There is no enun in ofbiz, but my database uses it. For example there is a field named test in the table enum_test and it's type is enum('one','two','three'). In entitymodel.xml entity entity-name=EnmuTest package-name=com.aicent.ccb title=test enum type in mysql

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread David E Jones
My reply was somewhat of a loaded question, so I'm interested in Sven's answer, but the idea behind a JSR-168 portlet assumes using certain other tools like JSP that we simply don't use in OFBiz for very good reasons. I won't take the position that JSR-168/268 is not applicable to OFBiz,

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread Hans Bakker
Hi David, glad to hear you liked it and of course any help is always appreciated! Regards, Hans On Wed, 2009-02-11 at 01:58 -0700, David E Jones wrote: That's great news Hans. This is neat stuff and I can't wait to play with it more. I'm glad you mentioned moving the portlets into

Re: Odd locale behaviour

2009-02-11 Thread Jacques Le Roux
Does not seem related, did you have a look at cache.properties ? Jacques From: Sven Wesley svenne.d...@gmail.com They were both set to correct language, but I did a serious clean and then it actually worked as expected. The ant-script doesn't seem to rebuild on property-changes? 2009/2/11

Re: Does OFBiz support mysql data type enum?

2009-02-11 Thread Jacques Le Roux
Are you aware of Enumeration Entity ? Jacques From: Jack Liu jack@aicent.com There is no enun in ofbiz, but my database uses it. For example there is a field named test in the table enum_test and it's type is enum('one','two','three'). In entitymodel.xml entity entity-name=EnmuTest

Re: MyPortal complete. (MyPage component removed)

2009-02-11 Thread Sven Wesley
Loaded? Nah, but indeed interesting. On the other hand I already got an answer that fits me (No, that is. Thanks Hans). 1. For example reusage of components from other systems, which is the idea of the concept with the Portlet spec. A portlet for Liferay would in that case work in Ofbiz too - or

Re: Find the country union

2009-02-11 Thread Jacques Le Roux
I don't thinks such services exist yet. You could contibute if you write some http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices Thanks Jacques From: sreekanth p sreekanthxmi...@gmail.com Hi All, Have any services in ofbiz to find a country belongs in any of the union(

RE: Does OFBiz support mysql data type enum?

2009-02-11 Thread Jack Liu
Sorry, I don't know Enumeration Entity How to use? Thank you! -Original Message- From: Jacques Le Roux [mailto:jacques.le.r...@les7arts.com] Sent: 2009年2月11日 17:33 To: user@ofbiz.apache.org Subject: Re: Does OFBiz support mysql data type enum? Are you aware of Enumeration Entity ?

Re: Cancel DropShip Purchase Order

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The short answer is yes it is possible, but may not be advisable. As to version lets at least get close is to look at the folders and dates of files. The provider you chose can also pull you installation into their machine and run a compare to see

Re: Does OFBiz support mysql data type enum?

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ok there is large learning curve to move from data base thinking to Ofbiz thinking. Entities are used to Define what is stored in A database. if you are going to attach an already existing Database then you will need to define the ofbiz style

product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread Heidi Dehaes
Hello, With ofbiz release 4 is there a possibility to upload automatically a txt of xml file on an external website anywhere with data for the product attributes entity? For example upload every night a txt or xml file which can be found on an external http website and load it into the product

Re: product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. the way I accomplish this is a service that reads the xml and puts into a map then call services to put in the catalog. Heidi Dehaes sent the following on 2/11/2009 2:42 AM: Hello, With ofbiz release 4 is there a possibility to upload

Confused over localeString

2009-02-11 Thread madppiper
Hey everyone, while trying to localise our webstore I got a little confused over the use of the localeString. I noticed that the setSessionLocale uses the simple 2 char string to set the locale (eg: en for English and de for German and so on), yet sometimes the longer form of 4chars is used, ie

Re: Shopping cart creation

2009-02-11 Thread Vivek Mishra
Hello Suraj, Trace the flow of ecommerce application, specially trace out Add to Cart functionality by following the request. Kind Regards, -- Vivek Suraj Alex wrote: Hi All, I am new to ofbiz. How can i create a shopping cart and shopping cart item. Is there any service to create both?

Re: product attributes entity --- upload xml or txt from remote website

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 just code I have done for clients The actual code for reading is in java. it is a Service Class and code for making it use the sandbox as a timed process. you can find examples in ofbiz. I read it as a text stream, since some xml files are 1 gig or

Re: Shopping cart creation

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes. Note, though you can not use the code for some outside application. it needs all of ofbiz to work. you best start here since it will get you understand how ofbiz works and the terminology.

Add To List is Working only for Virtual

2009-02-11 Thread Arpit Singh Pandya
Hello All, In Product Detail page while adding product to the shopping/wish list, it will only take Virtual Product in the shopping/wish list, although we can select the variant for that product. I refer to product as Large Widgets (WG-9944) is it the proper functionality of wish/shopping

Re: Odd locale behaviour

2009-02-11 Thread Adrian Crum
There is no need to do a clean or build after you make properties changes. In the case of start.properties, all that is needed is restarting OFBiz - since the properties are read during startup. Most other properties can be reloaded by clearing the cache. -Adrian Sven Wesley wrote: They

Re: Odd locale behaviour

2009-02-11 Thread Sven Wesley
Ah, that would be the answer then. The changes in general.properties did take effect when I cleaned everything, but as you write clearing the cache would probably do it. --S 2009/2/11 Adrian Crum adri...@hlmksw.com There is no need to do a clean or build after you make properties changes. In

Re: Confused over localeString

2009-02-11 Thread Adrian Crum
I don't understand what you mean by setSessionLocale uses the simple 2 char string to set the locale - what makes you think that? It would be helpful if you could list the steps taken to reproduce the problem you are trying to describe (preferably on the demo server). -Adrian madppiper

Re: Confused over localeString

2009-02-11 Thread madppiper
ah, this is odd, on the demo server there isn't really anything wrong at all. Perhaps I should describe the problem on my server then. The language ftl file on my server produces the following code: div id=choose-language class=screenlet div class=screenlet-header div

Re: Confused over localeString

2009-02-11 Thread Adrian Crum
The locales listed in the Select Locale screen are controlled by the locales.available property in general.properties. If you are only seeing two locales listed, then it is because you changed the locales.available property to display only two locales. The locale.properties.fallback property

authorize.net refunds (issuing a credit) error

2009-02-11 Thread mayo
Has anyone else had problems with authorize.net refunds? I noticed a post from 2006 that has the same problem as me, http://www.nabble.com/authorize.net-refund-td6276531.html#a6276531, but there isn't a definite solution. Using a test authorize.net account but NOT is test mode, when I try to

Re: Shipping Procedure...

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 please respond to the User mailing list I ask the question so others would know and could help you bsn.mur...@gmail.com sent the following on 2/11/2009 8:11 AM: Hi, Actually i generated a order for a product and and went to the facility tab

Re: Confused over localeString

2009-02-11 Thread madppiper
Oh, yeah, but thats not quite what I meant. All availableLocales listed in the language.ftl file are displayed as two character values, eg: de instead of de_DE and en instead of en_US. The thing I don't really get is why that is the case... -- View this message in context:

Re: Confused over localeString

2009-02-11 Thread Adrian Crum
If you read my reply again, you will see why this is happening. -Adrian madppiper wrote: Oh, yeah, but thats not quite what I meant. All availableLocales listed in the language.ftl file are displayed as two character values, eg: de instead of de_DE and en instead of en_US. The thing I

Re: Formatting textarea

2009-02-11 Thread Jacek Wagner
BJ Freeman wrote: from an ofbiz view this should be a class in the CSS. BJ Freeman sent the following on 12/17/2008 12:11 PM: Ok your right. you must specify 'style=white-space: pre;', which specifies pre-formatted text handling as in an HTML pre area. so

Re: Creating price rules for a country with VAT value

2009-02-11 Thread Jacques Le Roux
In Europe (EC) , VAT depends from where the product is sold (see http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/article_1610_en.htm#1changes, still in place look at http://ec.europa.eu/taxation_customs/taxation/vat/traders/e-commerce/index_en.htm) Note that there are also

Re: Creating price rules for a country with VAT value

2009-02-11 Thread Eric DE MAULDE
Hi Jacques, In minicart, Finished good (non virtual) and virtual product are displayed with VAT included. It's OK But Configurable good isn't displayed with VAT until the final validation order screen. I don't understand why ?? Has somebody an idea ?? I have this error for only

Form Problem

2009-02-11 Thread hairi007
Hi guys I am a new ofbiz user.. Im trying to create a form as such: Event Name (textbox) ItemList itemsdescription cost (textbox) (textbox) (textbox) I did this y splitting this into to forms the event name as 1 form(type=single) and itemlist as another

Re: Formatting textarea

2009-02-11 Thread BJ Freeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 here is a test put this in an html page STYLE TYPE=text/css .whtspcpre{ white-space: pre; } /STYLE then textarea class=whtspcpre rows=4 cols=80 name=testtextra /textarea Jacek Wagner sent the following on 2/11/2009 4:40 PM: BJ Freeman