Configuration for several stores and only one company

2012-08-12 Thread Eric de Maulde
Hi, I have : # One company : FABIOTIC (for accountancy ...) # Two web sites : FABIANCE, STENIOR (different logos, catalogs, products, themes) So I configure two different stores : FABIANCE & STENIOR for sale order. On the field "Pay To Party Id", I configure "FABIOTIC" for both stores. But on

Re: Ofbiz shutdows at start time : JCR / RMI

2012-01-25 Thread Eric de Maulde
> > > > This could be made configurable to avoid problems. I have to check how > it works with PostgreSQL . > > 2012/1/25 Jacques Le Roux : > > This could be the reason why we crossed issues with trunk demo last week. > > But it seems to work

Ofbiz shutdows at start time : JCR / RMI

2012-01-24 Thread Eric de Maulde
Hi, >From the trunk 1234563 My OFBiz shutdowns at start time on PostgreSQL (with my own data) and doesn't with a configured entity engine on Derby. Here is errors : ... 9924 [main] INFO org.apache.jackrabbit.core.RepositoryImpl - Starting repository... 9928 [main] INFO org.apache.jackrabbit.cor

Re: Building Ofbiz with new code

2012-01-17 Thread Eric de Maulde
See https://cwiki.apache.org/OFBTECH/apache-ofbiz-technical-production-setup-guide.html On Mon, 2012-01-16 at 09:52 +1300, Ofbiz 开发 wrote: > Hi everyone, > > Sorry this might be a dumb question, I am new to Ofbiz. > > I am connecting to TRUNK, after I have downloaded new code, do I need to >

Re: Pages display is slower / progressive

2012-01-06 Thread Eric de Maulde
rogressive ! Thanks Eric On Fri, 2012-01-06 at 16:03 +0100, Eric de Maulde wrote: > Hi Jacques, Pierre, > > Thanks for your help. > > On my home page & category pages, I don't have any query/lookup load by > jquery. > Just right images are loaded in a second t

Re: Pages display is slower / progressive

2012-01-06 Thread Eric de Maulde
gt; > > > I don't know why a query to the server is needed just to display a lookup... > > > > > > Pierre > > > > On 06/01/2012 06:56, Jacques Le Roux wrote: > >> Hi Eric, > >> > >> I guess you have tested with both vers

Pages display is slower / progressive

2012-01-05 Thread Eric de Maulde
Hi, I updated my ofbiz with the official trunk (version 1220649). Now pages display is slower and/or progressive. The current test version 1220649 is on "test.fabiance.eu" (this test server is slower than the production server) The production server is on www.fabiance.fr (Old trunk version 117

Re: maincss.css : relative path error

2009-09-14 Thread Eric DE MAULDE
69 ryan.fos...@hotwaxmedia.com On Sep 10, 2009, at 2:06 AM, Jacques Le Roux wrote: Hi Eric, I'm not totally sure, but as there are no other maincss.css file I guess so... Maybe there is something else to change, themes gurus ? Jacques From: "Eric DE MAULDE" Hi maincss.

_QUICK_REORDER_PRODUCT_QUANTITIES_ session error

2009-09-13 Thread Eric DE MAULDE
Hi, In ProductDisplayWorker.java, the line 218 : BigDecimal nqint = quantity.divide(new BigDecimal(occs), new MathContext(10)); creates a product quantity with decimal, to set session with _QUICK_REORDER_PRODUCT_QUANTITIES_ This variable implements minireorderprods screen, a product can't have

Re: Webapp mount point internationalization

2009-09-11 Thread Eric DE MAULDE
do this using a single application with multi lang. Or you mount ecommerce (which is pretty i18n ready allready as a term IMHO) at another i18n-term e.g. /shop. Hope this gives some ideas. Regards Carsten 2009/9/11 Eric DE MAULDE Hi, Does somebody know a possibility to internationalize (tra

Re: Email confirmation subject error : OFBiz Demo - Order Confirmation #WSCO10400 [To: of...@yahoo.com, Cc: null, Bcc: of...@yahoo.com]

2009-09-08 Thread Eric DE MAULDE
op to identify each field (I agree it's not very clear, as there are no columns and we should better have a label on each line) Jacques From: "Eric DE MAULDE" Hi, When a customer orders an item and OFBiz sends an automatic order confirmation email, its subject is : "OFBiz

Email confirmation subject error : OFBiz Demo - Order Confirmation #WSCO10400 [To: of...@yahoo.com, Cc: null, Bcc: of...@yahoo.com]

2009-09-08 Thread Eric DE MAULDE
Hi, When a customer orders an item and OFBiz sends an automatic order confirmation email, its subject is : "OFBiz Demo - Order Confirmation #WSCO10400 [To: of...@yahoo.com, Cc: null, Bcc: of...@yahoo.com]" I don't want to display into subject field : [To: ..., Cc: ..., Bcc: ...] is it a curren

Re: JAWR - bundling and compression for Javascript and CSS : The requested resource is not available

2009-09-05 Thread Eric DE MAULDE
o, I've created manually each properties file (into my "config" directory) in order to configure JawrServlet for images application and my own application. Eric From: "Jacques Le Roux" It was not my question : why did you need it ? Thanks Jacques From: "Eric DE MAUL

Re: JAWR - bundling and compression for Javascript and CSS : The requested resource is not available

2009-09-05 Thread Eric DE MAULDE
ou need it ? Jacques From: "Eric DE MAULDE" I've resolved the problem We have to write "jawr.properties" files with different names for each application, into config directory Ex. ecommerce-jawr.properties, images-jawr.properties Because just the first/last loaded &

Re: JAWR - bundling and compression for Javascript and CSS : The requested resource is not available

2009-09-05 Thread Eric DE MAULDE
unt Eric - Original Message ----- From: "Eric DE MAULDE" To: Sent: Tuesday, September 01, 2009 8:15 PM Subject: JAWR - bundling and compression for Javascript and CSS : The requested resource is not available Hi, Has somebody tried to implement this library : JAWR to minify, bund

JAWR - bundling and compression for Javascript and CSS : The requested resource is not available

2009-09-01 Thread Eric DE MAULDE
Hi, Has somebody tried to implement this library : JAWR to minify, bundle and compress Javascript, CSS and CSS Image files https://jawr.dev.java.net/ I try with "jawr.properties" file (just for javascript files) and implemented JavascriptServlet in web.xml Into Ecommerce application, it works we

Re: OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError

2009-08-18 Thread Eric DE MAULDE
OFBiz starts Easy !!! Thank you very much Eric - Original Message - From: "Adrian Crum" To: Sent: Tuesday, August 18, 2009 6:07 PM Subject: Re: OFBiz doesn't start : Exception in thread "main" java.lang.IncompatibleClassChangeError Run ant clean, then ant build. -Adrian eric...

Rounding a price with no decimal

2009-07-24 Thread Eric DE MAULDE
Hi, I can't round a price with no decimal ($29 instead of $29.0) to display with the Freemarker macro "ofbizCurrency" Here is a solution https://issues.apache.org/jira/browse/OFBIZ-2757 Eric

Re: How does product promos work.

2009-07-21 Thread Eric DE MAULDE
Hi, For a product with variants, Price rules and promos have to apply a condition to a category and each variant has to be a member of this category Eric - Original Message - From: "rohit2006" To: Sent: Tuesday, July 21, 2009 9:15 AM Subject: How does product promos work. Hi, th

Re: prob. to call in build methods in ofbiz.

2009-06-24 Thread Eric DE MAULDE
Hi, Add into your build.xml application file, the path to imported libraries, like : Eric - Original Message - From: "Abhishek Ray" To: Sent: Wednesday, June 24, 2009 9:15 AM Subject: prob. to call in build methods in ofbiz. Hi, I wrote a java class to integratet the openID in

Re: Product Category Name Priority

2009-06-19 Thread Eric DE MAULDE
ow to create this content, for products. i think it is a good effort if someone want to take it on. Eric DE MAULDE sent the following on 6/18/2009 2:13 AM: Hi, Priority between "Product Category Name" and "Product Category Content (Category Name)" Ecommerce menu an

Product Category Name Priority

2009-06-18 Thread Eric DE MAULDE
Hi, Priority between "Product Category Name" and "Product Category Content (Category Name)" Ecommerce menu and Browse categories display first "Product Category Name" and not "Product Category Content (Category Name)" if this one exists. If we have to select a category with "Lookup Product Cat

uploaded Image Data Resource Type = Short Text ?

2009-05-19 Thread Eric DE MAULDE
Hi, When I upload an image from product content (or category content) This image data resource type is "Short Text" and not "Image" Why ? Can I modify data resource type to "Image" ? Eric

Re: Filter product by price

2009-05-15 Thread Eric DE MAULDE
Hi, Call 2 entities "ProductCategoryAndMember" and "ProductPrice" with EntityCondition and EntityOperator class ex : ... EntityCondition.makeCondition("price", EntityOperator.BETWEEN, UtilMisc.toList(50,100)); ... or into a screen in order to group your SQL result Eric - Original Messa

Re: Price = Percent of Average Cost

2009-05-12 Thread Eric DE MAULDE
Solution : I have to create 2 actions 01 : Percent Of Average Cost = -100 02 : Percent Of Average Cost = 150 Into my own server I have to write 02 : Percent Of Average Cost = 100 Eric - Original Message - From: "Eric DE MAULDE" To: Sent: Wednesday, May 13, 2009 12:45

Price = Percent of Average Cost

2009-05-12 Thread Eric DE MAULDE
Hi, If I read documentation : "2.3.11.3.6.3 Percent of Average Cost Take the assigned percentage times the established Average Cost. For example, if you wanted to have 100 percent margin over the Average Cost, enter 200 for the value." I've added an average cost ($10) for the product "GZ-1000"

Price rounding

2009-05-08 Thread Eric DE MAULDE
Hi, I'm trying to round prices display, I can't get a price without decimal : <@ofbizCurrency amount priceMap.price?ceiling isoCode=priceMap.currencyUsed rounding=0/> with "rounding=1", I get 1 deciaml, but with "rounding=0", I get 2 decimals (currency=EUR, locale=fr) thanks Eric

Re: Force language from a different locale

2009-05-04 Thread Eric DE MAULDE
ifferent locale The command-line option won't work, because OFBiz sets the default locale when it starts up. The default locale is configured in start.properties. -Adrian --- On Sun, 5/3/09, Eric DE MAULDE wrote: From: Eric DE MAULDE Subject: Re: Force language from a diffe

Re: Force language from a different locale

2009-05-03 Thread Eric DE MAULDE
PM Subject: Re: Force language from a different locale Hi Eric, You will have to force the JVM using -Duser.language=en (there is lso -Duser.country=US for instance) This was used for another reason in OFBiz before (actually a kind of Sun's bug) Jacques From: "Eric DE MAULDE"

Force language from a different locale

2009-05-01 Thread Eric DE MAULDE
Hi, I would like to force default language into ecommerce application, even if the browser is setted with another language and translations into the browser's language are available. For example, my browser is setted with English language, I want to display pages into French (by default, without

OFBiz Debug Settings

2009-04-26 Thread Eric DE MAULDE
Hi, ${OFBIZ directory}/framework/base/config/debug.properties Is it the right "ft" into "print.verbose=ftrue" Eric

Re: Visual themes error

2009-04-25 Thread Eric DE MAULDE
ed data ? Eric - Original Message - From: "Eric DE MAULDE" To: ; Sent: Saturday, April 25, 2009 3:34 AM Subject: Re: Visual themes error I ran this command several times but always this error appends thanks Eric - Original Message - From: "Adrian Crum&q

Re: Permissions Issue with Web Customers

2009-04-25 Thread Eric DE MAULDE
The user of the service "createAcctgTransAndEntries" has to be a member of one "ACCTG_ATX_CREATE" or "ACCTG_ATX_ADMIN" from security permission The related user is a parameter of this service. Eric - Original Message - From: "Alan" To: Sent: Saturday, April 25, 2009 12:03 PM Subject:

Re: Visual themes error

2009-04-24 Thread Eric DE MAULDE
--- On Fri, 4/24/09, Eric DE MAULDE wrote: From: Eric DE MAULDE Subject: Visual themes error To: user@ofbiz.apache.org Date: Friday, April 24, 2009, 4:28 PM Hello, My development server works fine. But my production server (same official trunk version 768363) has a problem with visual themes

Visual themes error

2009-04-24 Thread Eric DE MAULDE
Hello, My development server works fine. But my production server (same official trunk version 768363) has a problem with visual themes. After I logged into any applications, the page doesn't have an header, footer and appbar : "Error rendering included template at location [component://commo

Re: ./ant run : doesn't compile new changes (Linux)

2009-04-10 Thread Eric DE MAULDE
uild run Jacopo On Apr 10, 2009, at 4:45 PM, aswath narayana wrote: see run target in build.xml file ./ant run - It just starts OFBiz whereas ./ant run-install-seed target depends on the target build. so it builds new files. Then do ./ant run to start OFBiz. -Aswath On Fri, Apr 10, 2009

./ant run : doesn't compile new changes (Linux)

2009-04-10 Thread Eric DE MAULDE
Hi, If I execute (Linux) : "./ant run" It doesn't compile new files changes. I don't have any error. I have to execute, by example : "./ant run-install-seed" And my new changes are compiled Have you an idea ? Thanks Eric

Re: Specialcharacters

2009-03-03 Thread Eric DE MAULDE
Hi, See http://www.nabble.com/Javascript-is-parsed-to-HTML-(Freemarker--)-to22041767.html#a22041767 Eric - Original Message - From: "Roel Veldhuizen" To: Sent: Tuesday, March 03, 2009 4:21 PM Subject: Specialcharacters Hi All, I just downloaded the last trunk version(749545) fr

Re: Cart and same Product Id but different configuration

2009-02-23 Thread Eric DE MAULDE
ve created an order WSCO10000 Jacques From: "Eric DE MAULDE" Hi, When a customer put into the cart different configurations from the same product (same product ID) The cart doesn't differenciate products. For the cart it's the same refence and line. Do you have the same problem ? An idea ? Thanks Eric

Re: multilingual Sub-content and alternate locale

2009-02-21 Thread Eric DE MAULDE
sult in eCommerce, I simply delete the std description in product content Jacques From: "Eric DE MAULDE" Hi, *** Error (in Demo server and revision 746495) To add an alternate locale in Catalog / Product / Content / Create Simple Text Content For Alternate Locale The error is : ... ER

Re: multilingual Sub-content and alternate locale

2009-02-21 Thread Eric DE MAULDE
Hi, *** Error (in Demo server and revision 746495) To add an alternate locale in Catalog / Product / Content / Create Simple Text Content For Alternate Locale The error is : ... ERROR: insert or update on table "content_assoc" violates foreign key constraint "contentassc_to" Detail: Key (con

Error : OFBiz server is unreachable - connection impossible

2009-02-17 Thread Eric DE MAULDE
Hi I can't connect to the OFBiz trunk server from a French Internet connection Eric

Re: Javascript is parsed to HTML (Freemarker ?)

2009-02-16 Thread Eric DE MAULDE
in code. And as a bonus, you'll avoid this encoding issue too. In fact, part of the decision to do this general encoding is to encourage the practice of using templates for what they are meant to be used for. Best of luck, -David On Feb 16, 2009, at 11:06 AM, Eric DE MAULDE wrote: A pre

Re: Javascript is parsed to HTML (Freemarker ?)

2009-02-16 Thread Eric DE MAULDE
A precision : *** Error comes from Groovy Because I have the problem only with generated Javascript script with Groovy. An idea ? Thanks Eric - Original Message - From: "Eric DE MAULDE" To: Sent: Monday, February 16, 2009 6:24 PM Subject: Javascript is parsed to HTML (

Javascript is parsed to HTML (Freemarker ?)

2009-02-16 Thread Eric DE MAULDE
Hi, I updated my working copy *** Now all javascript are parsed to HTML (and appear in screen, just for my own application, Ecommerce is OK) Script tags are ok. Ex. in source :