RE: combining cart's of two store's

2011-02-23 Thread Hardik Handa
I think you didn't get my point I have a single website where listing of these two type of orders are given i.e. one hard binded and another pdf download So when i click on hardbinded order link it takes the screen to the hardbinded order creation page, and similar follows withpdf too. So i

Re: New Catalog not getting display in the list

2011-02-23 Thread Jacques Le Roux
Mike, If not already done, could you please open a Jira for the product issue, describing the issue, steps to reproduce and if possible URL Thanks Jacques From: Mike mz4whee...@gmail.com To answer both Paul and Jacques comments:

Re: combining cart's of two store's

2011-02-23 Thread Raj Saini
Not sure what you mean by order creation page? Do you mean checkout page, or a cart page or a product detail page?. You should have just one product detail page, one cart page and one checkout page. You dont need to stores to achieve what you are trying to do. Just have one store and one web

Demo trunk unavailable

2011-02-23 Thread Jacques Le Roux
Hi, FYI: we got an issue with demo trunk (not sure why, no time to investigate, will see if it reproduces). It's fixed Jacques

Re: New Catalog not getting display in the list

2011-02-23 Thread Mike
Done: https://issues.apache.org/jira/browse/OFBIZ-4197 Thanks On Wed, Feb 23, 2011 at 12:23 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Mike, If not already done, could you please open a Jira for the product issue, describing the issue, steps to reproduce and if possible URL

Re: Excessive jQuery Scripts?

2011-02-23 Thread Jacques Le Roux
From: Sam Hamilton s...@sh81.com Afraid I don't know how to tell the difference when a script calls jquery or jquery ui? Honestly I think we don't use jQuery UI OOTB. You could try to remove it and see what happens... Sorry don't understand what you mean by default and handled internally -

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sascha Rodekamp
Hey Sam, hey Jacques, i 'm also not sure. But i'll double check this tonight. And if it is really obsolete i'll remove it :-) Cheers guys 2011/2/23 Jacques Le Roux jacques.le.r...@les7arts.com From: Sam Hamilton s...@sh81.com Afraid I don't know how to tell the difference when a script

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sam Hamilton
Hi Sascha Jacques If you view the source of any of the /ecommerce/ pages you should see: meta http-equiv=Content-Type content=text/html; charset=UTF-8/ titleFeatured Products: OFBiz E-Commerce Store/title link rel=shortcut icon href=/images/ofbiz.ico / script type=text/javascript

Re: Excessive jQuery Scripts?

2011-02-23 Thread Jonatan Soto
Hi, I remember I asked for a similar question some months ago. These are my conclusions: AFAIK jQuery UI is not entirely used OOTB in Ofbiz. Those heavy js and css files can be reduced a lot if you don't have plans to use all the components of jQuery UI. If you do, you can customize the theme

Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-23 Thread plm_uwe
Does this mean that the default web service is broken? Are there plans to have that fixed or is there an idea how to fix it by myself or will the proposed replacement (Jira https://issues.apache.org/jira/browse/OFBIZ-3877) be the future web service implementation for ofBIZ? If so, when will it be

Search product via web services?

2011-02-23 Thread plm_uwe
Hello, maybe I'm looking at the wrong documentations, but I cannot find a clue on how to search for ofBIZ products via web services. I've tried to call webtools/control/SOAPService/FindProductsByIdentification and webtools/control/SOAPService/FindProducts via SOAPUI, but cannot figure out how to

Re: combining cart's of two store's

2011-02-23 Thread BJ Freeman
think this way, send the cart info to the othersite so it is setup in that website. create a link in the second cart to recieve the cart info and add customization to add the info sent to the other website. another thought is just send the order to create the pdf to the other site, but do all

the data model...Party Group; Party; Relationships

2011-02-23 Thread Justin Robinson
Ok my questions are really about the ofbiz framework, but they are framed in the context of opentaps, as a means of illustration, I have had users of this mailing list who where touchy about the separation between the 2 systems(understandable). I'm customizing opentaps but I've looked the

Re: combining cart's of two store's

2011-02-23 Thread Mike
Hey BJ, how do you send the cart info to the othersite? Is it just a matter of copying database records? On Wed, Feb 23, 2011 at 6:23 AM, BJ Freeman bjf...@free-man.net wrote: think this way, send the cart info to the othersite so it is setup in that website. create a link in the second cart

facing issue while adding product

2011-02-23 Thread Sameer Bhadale
Hi, I have successfully added category. Now I am trying to add product under the category. While validating on product page, I get below error- org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/CatalogScreens.xml#productdetail]:

Re: facing issue while adding product

2011-02-23 Thread Pranay Pandey
Hi Sameer, Can you please point me to the place that you are referring to for creating all these stuff or simply walking through the current structure of existing catalog? For setting up Catalog data i.e. Catalog, Categories, Product, you really need to be first understanding the data model

Leaving out Accounting module altogether

2011-02-23 Thread Mani
Dear Ofbiz Devs and Users: For on of the prospective clients, we are considering using OfBiz to develop a custom ERP solution. But accounting is done outside as a separate solution. How complex is it to leave out accounting but get the rest of the functions like order processing working? Any

Re: Leaving out Accounting module altogether

2011-02-23 Thread Pranay Pandey
This should be doable. You can disable accounting transaction postings while orders are processed. This can be disabled by commenting secas which are used for transaction posting during order processing. Thanks Regards -- Pranay Pandey On Feb 24, 2011, at 12:11 AM, Mani wrote: Dear Ofbiz

Clear trend...

2011-02-23 Thread Jacques Le Roux
http://gs.statcounter.com/#browser-ww-monthly-200807-201101

Re: Clear trend...

2011-02-23 Thread Jonatan Soto
I pray every night to see IE at bottom. Let's see if my wishes will be accomplished the next 3 years :) On Wed, Feb 23, 2011 at 8:21 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: http://gs.statcounter.com/#browser-ww-monthly-200807-201101 -- - Jonatan Soto

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sascha Rodekamp
Hey *, ok a checked the ecommerce up. And you're right we don't need all the jQuery UI Stuff. I will remove and committ the changes. Thanks Guys Cheers Sascha 2011/2/23 Jonatan Soto seniledemen...@gmail.com Hi, I remember I asked for a similar question some months ago. These are my

Re: combining cart's of two store's

2011-02-23 Thread BJ Freeman
the most decoupled is you send an xml record to an https url that then reads and puts in that websites cart, or just processes it as an order/payment. can also sends response back the same way. I find this the cleanest since you can work between dissimilar websites. like OScommerce and ofbiz

Re: Excessive jQuery Scripts?

2011-02-23 Thread Jonatan Soto
Hi Sascha, I don't think you really need to remove the UI stuff physically, just delete the reference from the common decorator and that's it. IMO jQuery UI theme rolling is very powerful and some people may be interested and could take advantage of it. What do you think? On Wed, Feb 23, 2011

Re: Leaving out Accounting module altogether

2011-02-23 Thread BJ Freeman
it is best leave it be and just hide the tabs to accounting,by app-bar-display=false/ in \applications\accounting you can look at specialpurpose\ecommerce\ofbiz-component.xml for an example = BJ Freeman Strategic Power Office with Supplier Automation

Re: Clear trend...

2011-02-23 Thread BJ Freeman
I still use netscape = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man

Re: Clear trend...

2011-02-23 Thread Jacques Le Roux
The better tool is the one you know Jacques BJ Freeman wrote: I still use netscape = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

Re: Clear trend...

2011-02-23 Thread David E Jones
That's why I still use DOS. You can learn everything there is to know about it in a few weeks, and I got that out of the way nearly two decades ago. I'm a happy camper. -David On Feb 23, 2011, at 12:19 PM, Jacques Le Roux wrote: The better tool is the one you know Jacques BJ Freeman

Free network monitor

2011-02-23 Thread BJ Freeman
http://jnm.sourceforge.net/ has http and tcp monitor. you get source code so can expand it. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

Re: Clear trend...

2011-02-23 Thread Jacques Le Roux
Though for someone who knows only to use a hammer everything is a nail ;o) Jacques David E Jones wrote: That's why I still use DOS. You can learn everything there is to know about it in a few weeks, and I got that out of the way nearly two decades ago. I'm a happy camper. -David On Feb

Re: Clear trend...

2011-02-23 Thread BJ Freeman
started wire wrapped s-100 system, 1n 1976 had a full 2k of 8bit memory with a boot strap that I loaded with switches that then loaded a monitor from a cassette tape. that gave a chance to enter my code in hex, that i wrote out on paper, then saved it to cassette tape. That was my first OS.

Re: Clear trend...

2011-02-23 Thread David E Jones
Back to being serious: thank goodness technology has progressed far beyond such things. They were ridiculously limited and required huge amounts of human effort to create the simplest software, or meet the simplest needs. I don't know what you mean by Java goes commercial, IMO Java is already

Re: the data model...Party Group; Party; Relationships

2011-02-23 Thread Hans Bakker
Hi Justin, any relationship can be documented in he partyRelationship entity. But please move your discussion to the opentaps mailinglist? Regards, Hans On Wed, 2011-02-23 at 17:55 +0200, Justin Robinson wrote: Ok my questions are really about the ofbiz framework, but they are framed in the

Re: Clear trend...

2011-02-23 Thread BJ Freeman
Java goes commercial = having to pay a royalty for the runtime. your one up on me for alternatives where the supporting libtaries/runtime are open or can be purchased. of course I am more an open person. (PUN intended) = BJ Freeman Strategic Power Office with Supplier

Re: the data model...Party Group; Party; Relationships

2011-02-23 Thread BJ Freeman
the last times I looked at the opentaps CRm it uses entities not in ofbiz. it also dose not follow using the partyrelationship as called out in the datamodel book. which is why you need to discuss this in opentaps = BJ Freeman Strategic Power Office with Supplier

Re: the data model...Party Group; Party; Relationships

2011-02-23 Thread Scott Gray
As the others have said this is better posted to opentaps because you're really asking about how the business logic makes use of the data model rather than how the data model itself is structured. But with that said, it sounds to me like opentaps have taken the easier route of associating

Re: facing issue while adding product

2011-02-23 Thread Scott Gray
Please don't hijack threads, if you have an unrelated question then start a new one. Thanks Scott HotWax Media http://www.hotwaxmedia.com On 24/02/2011, at 6:58 AM, Sameer Bhadale wrote: Hi, I have successfully added category. Now I am trying to add product under the category. While

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sam Hamilton
Many thanks Sascha! On 24 Feb 2011, at 03:34, Sascha Rodekamp wrote: Hey *, ok a checked the ecommerce up. And you're right we don't need all the jQuery UI Stuff. I will remove and committ the changes. Thanks Guys Cheers Sascha 2011/2/23 Jonatan Soto seniledemen...@gmail.com Hi,

RE: Clear trend...

2011-02-23 Thread skip@thedevers
BJ My first real computer was a Northstar Horizon s100 bus based system. Nice memories -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: Wednesday, February 23, 2011 1:14 PM To: user@ofbiz.apache.org Subject: Re: Clear trend... started wire wrapped s-100 system,

Re: Clear trend...

2011-02-23 Thread BJ Freeman
ah yes. http://www.old-computers.com/museum/computer.asp?c=50st=1 I became the Chief engineer in 1981 http://oldcomputers.net/sorcerer.html when it was discontinued was the sole supporter of it. still have some in storage with my original wirewrap. = BJ Freeman

RE: combining cart's of two store's

2011-02-23 Thread Hardik Handa
Thanx will get back to you after implementing !! CHEERS !! -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net] Sent: 24 February 2011 AM 01:05 To: user@ofbiz.apache.org Subject: Re: combining cart's of two store's the most decoupled is you send an xml record to an https url

Re: combining cart's of two store's

2011-02-23 Thread Scott Gray
I still think it's a bad idea, but best of luck to you. Regards Scott HotWax Media http://www.hotwaxmedia.com On 24/02/2011, at 5:34 PM, Hardik Handa wrote: Thanx will get back to you after implementing !! CHEERS !! -Original Message- From: BJ Freeman [mailto:bjf...@free-man.net]

RE: combining cart's of two store's

2011-02-23 Thread Hardik Handa
So what do you suggest ?? -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: 24 February 2011 AM 10:23 To: user@ofbiz.apache.org Subject: Re: combining cart's of two store's I still think it's a bad idea, but best of luck to you. Regards Scott HotWax Media

Re: facing issue while adding product

2011-02-23 Thread Sameer Bhadale
Sorry.. Its my mistake. I will keep note of this. Thanks. Sameer. --- On Thu, 2/24/11, Scott Gray scott.g...@hotwaxmedia.com wrote: From: Scott Gray scott.g...@hotwaxmedia.com Subject: Re: facing issue while adding product To: user@ofbiz.apache.org Date: Thursday, February 24, 2011, 6:33

Re: combining cart's of two store's

2011-02-23 Thread Scott Gray
Same thing I suggested originally: Carts, pricing and a million other things are all dependent on the store in use, it just isn't feasible to do what you're asking. You would be better off setting up two separate catalogs within the same store and then branding them differently. This

RE: combining cart's of two store's

2011-02-23 Thread Hardik Handa
Yes i am trying do the same that u just mentioned. And the dependencies which you are talking about can be resolved by just passing the product name its code and price to the other cart. This would make things simple ! that's what i think, anyword on this ??? -Original Message- From:

Re: combining cart's of two store's

2011-02-23 Thread Scott Gray
That's not one cart, that is two carts communicating with each other and attempting to stay synchronized. If the user checks out in one store then you'd need to update the cart in the other store if it still holds products. I still think it would be easiest to maintain two separate catalogs

Re: Excessive jQuery Scripts?

2011-02-23 Thread Sascha Rodekamp
Hey Joanatan of course it is, but it's not part of the OOTB Ecommerce App :-). Maybe you could provide an example implementation; I would love to see it! But till then I prefer to remove all not needed JS Libs form the main decorator. When someone needs jQuery in the ecommerce app he can simply

Re: Should demo on Ofbiz site change to v10.04?

2011-02-23 Thread Jacques Le Roux
I meant ask ant not have. It's done at https://issues.apache.org/jira/browse/INFRA-3475 Jacques From: Jacques Le Roux jacques.le.r...@les7arts.com I think we should have infra Jacques Scott Gray wrote: Also worth noting, I don't think we have buildbot running a 10.04 build. Regards Scott

Re: updateProduct WebService: Type check failed for field [updateProduct.productWeight]; expected type is [java.math.BigDecimal]; actual type is [java.lang.Long]

2011-02-23 Thread Jacques Le Roux
No, we can't say it's broken. It works well in most cases, notably when calling OFBiz services exported. It seems we have some problems to call external services http://svn.apache.org/viewvc?rev=1072378view=rev For https://issues.apache.org/jira/browse/OFBIZ-3877 it will depend on how much

Defining a new view entity (Scope: Detail Party:General Entities)

2011-02-23 Thread Justin Robinson
Ok my last email to the mailing list was rather glib, no suprise no-one replied. (Sorry) I need to define a view entity that can encapsulates the person-party (of type customer) related to party-group (of type account team) the person-party (of type employee). So that I can trace the