Updating entities after OFBiz update

2007-04-30 Thread Gautam Deb
What is the best way to update the entities after an OFBiz update? CURRENT SCENARIO - We are using OFBiz as the framework for our application. We mainly use the the OFBiz apps Order Manager and Party Manager. Apart from this we have some custom applications which basically uses the Entity and

unsubscribe

2007-04-30 Thread fadzi
unsubscribe

Re: New OFBiz Look Submitted

2007-04-30 Thread Jacques Le Roux
Hi all, It's time to take a decision now :o) This contribution has at least 8 votes so I'm guess I'm not the only one who wants to see it this at least in trunk. I say at least in trunk because this patch does not involve any code changes but CSS. So why not commit it in the release ? Thanks Ja

Re: Updating entities after OFBiz update

2007-04-30 Thread G.Venkata Phanindra
Hi Gautam Deb, Once we Update the OFBiz n start it, automatically new entities are added and from my last two years of experience i never saw the changes in the existing entities relations that will effect the previous revision. hopefully new ones are added and i see enough care is taken by the co

Re: New OFBiz Look Submitted

2007-04-30 Thread David E. Jones
On Apr 30, 2007, at 2:54 AM, Jacques Le Roux wrote: Hi all, It's time to take a decision now :o) This contribution has at least 8 votes so I'm guess I'm not the only one who wants to see it this at least in trunk. I say at least in trunk because this patch does not involve any code changes

Re: New OFBiz Look Submitted

2007-04-30 Thread Jacques Le Roux
David, Yes no problem, if people like it they will only have to apply the patch. Jacques De : "David E. Jones" <[EMAIL PROTECTED]> > On Apr 30, 2007, at 2:54 AM, Jacques Le Roux wrote: > > > Hi all, > > > > It's time to take a decision now :o) > > > > This contribution has at least 8 votes so I

Last changed by

2007-04-30 Thread Michael Imhof
I would like to store the user login id of the last user changed the data (last changed by). Does somebody has an idea for a generic implementation?? I tried to make it like the ModelEntity.STAMP_FIELD in the GenericDao class, but I don't now any user informationen on the GenericDao level?? (Or

RE: every request gets thrown twice

2007-04-30 Thread Tim McGuire
I was experiencing this exact same thing. It turned out to be triggered by blank values for IMG SRC="" tags in my .ftl page. ofbiz was trying to load the same page again as a result of this blank attribute Once I removed all the src="", the problem went away. There might be similar behavior in

RE: every request gets thrown twice

2007-04-30 Thread Alex Shevchuk
Here're steps i did:- copied the whole ecommerce application, put it under /applications/test,so web.xml, controller.xml are the same (except mount point/dispatcher name)- added new screen, wired request-view in controller.xml, like - when i click any link

Re: Last changed by

2007-04-30 Thread David E. Jones
The Entity Engine doesn't know anything about users at this point. In order to do it generically that would have to be changed. -David On Apr 30, 2007, at 6:07 AM, Michael Imhof wrote: I would like to store the user login id of the last user changed the data (last changed by). Does so

Batch Product Upload

2007-04-30 Thread Jorge S . Alanís Garza
Hello, I wanted to ask if there is a way to upload products massively to the catalog. I managed to insert some products via SQL scripting (maybe not the best way), but the auto-keyword generation doesn't work (set to Y). What can I do for the auto-keyword generation part? Thanks, Jorge

Re: Batch Product Upload

2007-04-30 Thread David E. Jones
The Entity ECA rules that trigger keyword indexing only work for data going through the entity engine. There is a link on the main page of the catalog manager to index all products, and you can use that after the fact. -David On Apr 30, 2007, at 6:08 PM, Jorge S. Alanís Garza wrote: H

POS question

2007-04-30 Thread Tim Frosh
Hi dear all, I want to print POS receipts, but after searching in the mailing list, i could not find a solution. I got a regular printer - not Star TSP600 or Epson TM-T88III :( I'd like to know is it possible to generate a A5 pdf file, similar to null printer receipt layout? If possible which

SVN Update ROLLBACK?

2007-04-30 Thread peter
Hi, I have performed an 'svn update' it has done some damage to my system, does anyone know how to rollback an svn update. Thanks & Regards, Peter

OSCON 2007

2007-04-30 Thread BJ Freeman
http://conferences.oreillynet.com/pub/w/58/register.html O'Reilly Open Source Convention July 23-27, 2007 in Portland, OR

Re: SVN Update ROLLBACK?

2007-04-30 Thread Hans Bakker
do another update and specify a revision number: example: svn up -r12345 regards, Hans On Tuesday 01 May 2007 07:36, [EMAIL PROTECTED] wrote: > Hi, > > > I have performed an 'svn update' it has done some damage to my system, does > anyone know how to rollback an svn update. > > > Thanks & Regard

RE: SVN Update ROLLBACK?

2007-04-30 Thread peter
Hi, I am using OpenTaps and I am on; revision 923 in '/usr/local/opentaps/pilot/' revision 617 in '/usr/local/opentaps/pilot/hot-deploy/crmsfa' What about using an 'svn revert'? Thanks & Regards, Peter -Original Message- From: Hans Bakker [mailto:[EMAIL PROTECTED] Sent: 01 May

RE: SVN Update ROLLBACK?

2007-04-30 Thread Kenneth Porter
On Tuesday, May 01, 2007 2:25 AM +0100 [EMAIL PROTECTED] wrote: I am using OpenTaps and I am on; revision 923 in '/usr/local/opentaps/pilot/' revision 617 in '/usr/local/opentaps/pilot/hot-deploy/crmsfa' What about using an 'svn revert'? "svn revert" undoes a local edit to a file in the rep

Party Manager 'Details' Error

2007-04-30 Thread peter
Hi, I am in 'Party Manager' and I press the 'Details' button and I get the following error/issue. Has anyone seen this problem before? org.ofbiz.base.util.GeneralException: Error rendering screen [component://party/widget/partymgr/PartyScreens.xml#viewprofile]: org.ofbiz.base.util.GeneralExcep

Re: Party Manager 'Details' Error

2007-04-30 Thread Chris Howe
That's from a failed merge from SVN. If you edit that file you'll see it broken between a < Hi, > > > I am in 'Party Manager' and I press the 'Details' button and I get > the > following error/issue. Has anyone seen this problem before? > > > org.ofbiz.base.util.GeneralException: Error render

User Documentation

2007-04-30 Thread Kevin Payne
Hi all, I'm looking for something that will help me set up an online store but also allow me to do brick and mortar sales. Ofbiz seems to fit the bill, but all of the documentation I can find seems to be written by developers for developers. I'm currently not interested in how to build a new m

Re: User Documentation

2007-04-30 Thread David E. Jones
There is a link to this from the home page of the ofbiz.apache.org site, and many other resources available there. Here is the main area for end-user documentation in ofbiz, including some setup material. http://docs.ofbiz.org/display/OFBENDUSER -David On Apr 30, 2007, at 8:08 PM, Kev

RE: User Documentation

2007-04-30 Thread peter
Hi, This is the main documentation page; http://docs.ofbiz.org/display/OFBIZ/OFBiz+Documentation+Index Good luck. Regards, Peter -Original Message- From: Kevin Payne [mailto:[EMAIL PROTECTED] Sent: 01 May 2007 03:09 To: user@ofbiz.apache.org Subject: User Documentation Hi all, I

RE: User Documentation

2007-04-30 Thread peter
And this documnetation page. http://docs.ofbiz.org/dashboard.action Thanks & Regards, Peter -Original Message- From: Kevin Payne [mailto:[EMAIL PROTECTED] Sent: 01 May 2007 03:09 To: user@ofbiz.apache.org Subject: User Documentation Hi all, I'm looking for something that will

RE: Party Manager 'Details' Error

2007-04-30 Thread peter
Hi Chris, What would be the solution? Simpily edit the file to correct that syntax or do another SVN UPDATE? Thanks & Regards, Peter -Original Message- From: Chris Howe [mailto:[EMAIL PROTECTED] Sent: 01 May 2007 03:08 To: user@ofbiz.apache.org; [EMAIL PROTECTED] Subject: Re: Part

Re: Party Manager 'Details' Error

2007-04-30 Thread Anurag Meshram
Hi Peter, I have seen your problem and analyze it and come to the conclusion that your viewprofile.bsh have following problemetic entry... < wrote: Hi Chris, What would be the solution? Simpily edit the file to correct that syntax or do another SVN UPDATE? Thanks & Regards, Peter -O

File upload + ModelService.ERROR_MESSAGE_LIST = ClassCastException

2007-04-30 Thread Wan Agus
Hi all, We're getting a ClassCastException from our simple screen that lets the users upload files to the server.We're using the Form xml to render the screen: title="Upload Files"> widget-style="smallSubmit"> We're reusing opentaps' main-financial-dec

RE: every request gets thrown twice

2007-04-30 Thread Alex Shevchuk
Tim, thank you for solution.I have img src="" within js file, so fixing path solved the issue.Alex> Subject: RE: every request gets thrown twice> Date: Mon, 30 Apr 2007 11:33:47 -0500> From: [EMAIL PROTECTED]> To: user@ofbiz.apache.org; [EMAIL PROTECTED]> > I was experiencing this exact same thi