Re: groovy in javascript

2009-11-09 Thread Deepa Mandal
No, I didn't get as such to solve the problem.. On Tue, Nov 10, 2009 at 10:25 AM, Ramkrishna Swamy < ramkrishna.swamyof...@gmail.com> wrote: > Any update on this.Deepa have you got something, if yes please > share, I am also having same problem. > > -- > Thanks > Ramkrishna > > > On Mon,

Re: groovy in javascript

2009-11-09 Thread Ramkrishna Swamy
Any update on this.Deepa have you got something, if yes please share, I am also having same problem. -- Thanks Ramkrishna On Mon, Nov 9, 2009 at 12:12 PM, Raj Saini wrote: > Hi Deepa, > > I am not sure if I understood well what you are trying to achieve. You have > a drop down. Value

Re: How to set partyId in request in javascript

2009-11-09 Thread Ramkrishna Swamy
Hi Rishi, I saw the suggested file but in the file parameters are sent after submitting the form but in my case I don't submit the form and want to pass the parameter. -- Thanks Ramkrishna On Mon, Nov 9, 2009 at 5:12 PM, Rishi Solanki wrote: > Hi Ram, > > If you are on same window then you can

Re: Ofbizsetup

2009-11-09 Thread Hans Bakker
This is a pretty difficult one, because it is working fine here. It does not matter what kind of data is loaded https://demo.ofbiz.org/ofbizsetup should always work and should show the login screen as on the demo site. did you do any modifications, is it a standard system? Regards, Hans On Mon,

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Ruth Hoffman
Hi Jacques: This is something I tried to get the group to look at doing a long time ago. As you said, its about testing and then cleaning up test data. I got a lot of push back based on the "auditing" argument. The result: Now as I'm learning how to use various parts of the data model - or buil

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Cimballi
Hey Jacques, Your comment is really interesting. Each time we want to run tests with a fresh OFBiz, we have to reset the database, and for this we run a custom install-seed-initial method which takes time. So it would be great to have a way to "reset" the database in live and so to be able to run t

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Jacques Le Roux
Some SQL scripts could be attached to http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide Or why not, even better, some specific services created, opinions ? Jacques From: "Jacques Le Roux" Zhibin, Actually it's a recurring problem and I begin to wonder if we should no

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Jacques Le Roux
Zhibin, Actually it's a recurring problem and I begin to wonder if we should not try to provide some help at least to delete orders, invoices, payments and all related entities created just after a setup to verify that all is working correctly. This of course without having to reset all the DB

RE: How to delete a catalog or catagory ?

2009-11-09 Thread Zhibin Liang
Hi Kumaraswamy, Thanks a lot for the feedback, the information you provide is very helpful. I just tried to clean up some demo and test data before moving into production. But that's not absolutely necessary I guess. Best regards, Zhibin -Original Message- From: Kumaraswamy nandipati [ma

Re: compile java event.

2009-11-09 Thread Sumit Pandit
Do you mean - System.err.println("=== In update person service !!! == "); is not working ? Service will call on submit. On Nov 9, 2009, at 2:41 PM, swathi wrote: Sorry Summit.. But it doesnt look like its getting executed. I wrote a sop in updatePerson() method, and tried to crea

Re: Product Description and Long Description?

2009-11-09 Thread Ruth Hoffman
Hi James: Once a product has been created, you may use the edit product content features (content tab) located at: https://localhost:8443/catalog/control/EditProductContent Scroll down to the section titled: "Override Simple Fields" and you will see "Product Description"/"Long Description".

Re: compile java event.

2009-11-09 Thread swathi
Sorry Summit.. But it doesnt look like its getting executed. I wrote a sop in updatePerson() method, and tried to create a person,The record got created but the print stmt did not get printed on console. So I was assuming that the service call at tag just displays the flds as they are in service

Re: Product Description and Long Description?

2009-11-09 Thread Jacques Le Roux
Content "tab" Jacques From: "James McGill" How are Long Description and Description entered for a Product? There doesn't seem to be a field for either of these. -- James McGill Phoenix AZ

Re: Ofbizsetup

2009-11-09 Thread Jacques Le Roux
I was curious, you don't need to run "ant run-install-extseed" with OOTB data ant run-install-seed is enough as any ext data exist OOTB It was more to reassure myself (I thought I had missed something on a recent installation, ouf), but I think it's important to notice Jacques From: "mjcampbel

Re: Product Description and Long Description?

2009-11-09 Thread Scott Gray
Hi James, You'll find them under Product -> Content Regards Scott HotWax Media http://www.hotwaxmedia.com On 10/11/2009, at 9:47 AM, James McGill wrote: How are Long Description and Description entered for a Product? There doesn't seem to be a field for either of these. -- James McGill Pho

Product Description and Long Description?

2009-11-09 Thread James McGill
How are Long Description and Description entered for a Product? There doesn't seem to be a field for either of these. -- James McGill Phoenix AZ

Re: SagePay Integrated

2009-11-09 Thread Abdullah Shaikh
SagePay payment gateway integrated - https://issues.apache.org/jira/browse/OFBIZ-3180 - Abdullah http://www.viithiisys.com On Fri, Nov 6, 2009 at 7:59 PM, Abdullah Shaikh < abdullah.sha...@viithiisys.com> wrote: > Sorry guys .. I just wanted to do some clean up of code before submitting, > but b

Re: compile java event.

2009-11-09 Thread Sumit Pandit
Hi Swathi, On Nov 9, 2009, at 8:33 AM, swathi wrote: Hi Sumit. Thankyou for your guidence. I was looking at createPerson flow in Party application. Iam a little confused here..In EditPerson form in PartyForms.xml, At the line, does it goto 'updatePerson' in services.xml and from there doe

Ofbizsetup

2009-11-09 Thread mjcampbell
Hello All, I am trying to use the ofbizsetup utility but when I go to https://localhost:8443/ofbizsetup I get a 400 error. I have followed the instructions listed below. Any help or direction that you can provide would be greatly appretiated! 1. Open a new terminal. 2. Go to your ofbiz directo

Re: compile java event.

2009-11-09 Thread swathi
Hi Sumit. Thankyou for your guidence. I was looking at createPerson flow in Party application. Iam a little confused here..In EditPerson form in PartyForms.xml, At the line, does it goto 'updatePerson' in services.xml and from there does it goto 'updatePerson' method in PartyServices.java and

Re: Security Error while calling removeFeatureFromProduct

2009-11-09 Thread Jacques Le Roux
Try logout and login with admin. BTW I wonder if we should not login with admin by default, what do you guys (commiters) thinks ? Anyway everyday the DB is recreated... Jacques From: "Jacques Le Roux" Quick answer : what login were you using ? I guess with admin it's ok but flexadmin not J

Re: Security Error while calling removeFeatureFromProduct

2009-11-09 Thread Cimballi
The default one, it seems to be demoadmin. I came from main OFbiz page and selected "9.04 Management Apps ". Cimballi On Mon, Nov 9, 2009 at 9:44 AM, Jacques Le Roux wrote: > Quick answer : what login were you using ? I guess with admin it's ok but > flexadmin not > > Jacques > > From: "Cimball

Re: Security Error while calling removeFeatureFromProduct

2009-11-09 Thread Jacques Le Roux
Quick answer : what login were you using ? I guess with admin it's ok but flexadmin not Jacques From: "Cimballi" While doig a test on the instance "https://demo904.ofbiz.org/";, I encountered the following error : The Following Errors Occurred: Security Error: to run removeFeatureFromProduc

Re: How to remove / disable a ProductFeature

2009-11-09 Thread Cimballi
Hey Santosh, on this screen you can manage the relations Product-ProductFeature, but you cannot remove / disable a ProductFeature. Cimballi On Sat, Nov 7, 2009 at 1:13 AM, Santosh Malviya wrote: > Hi Cimballi, > > Have you tried with given tab *features* in catalog to delete a product > feature

Security Error while calling removeFeatureFromProduct

2009-11-09 Thread Cimballi
While doig a test on the instance "https://demo904.ofbiz.org/";, I encountered the following error : The Following Errors Occurred: Security Error: to run removeFeatureFromProduct you must have the CATALOG_DELETE or CATALOG_ADMIN permission or have the CATALOG_ROLE_DELETE permission and be associ

Re: How to set partyId in request in javascript

2009-11-09 Thread Rishi Solanki
Hi Ram, If you are on same window then you can easily copy value by using its id. $('targetId').value = $('sourceId').value in JS. If you need to pass it as request then can see many example of form parameters submission in checkoutProcess.js. If wanna to submit whole form then go like ; parameter

Re: Generating an Invoice Automatically from purchase order

2009-11-09 Thread Rishi Solanki
Goto orderview screen, and approve the purchase order. Then you will see the Quick Receive Entire order button in right section. click on it and receive the selected shipment and then receive the selected Products by checking the products. Now you will be able to see the generated invoice in the P

Re: Groovy

2009-11-09 Thread Prabhakaran Duraisamy
Thanks Rishi Solanki. I try this. On Mon, Nov 9, 2009 at 4:30 PM, Rishi Solanki wrote: > All delegator method has support for orderBy parameter pass the > dateVariableName on which you want the filter. > Another is EntityUtil.filterByDate() static method. > > Rishi Solanki > Enterprise So

Re: Groovy

2009-11-09 Thread Rishi Solanki
All delegator method has support for orderBy parameter pass the dateVariableName on which you want the filter. Another is EntityUtil.filterByDate() static method. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 9, 2009 at 2:28 PM, Prabhakaran Duraisamy < prabhaka..

Problem using multiple delegators

2009-11-09 Thread Arun . Mehta
Hi, I am trying to use multiple databases by creating multiple delegators in OFBiz. For that I have associated a delegator with a userLogin object. It works fine in some of the scenarios, when concurrent users access the application simultaneously. But in case, where concurrent users (each acce

Groovy

2009-11-09 Thread Prabhakaran Duraisamy
Hi The product and the parties i created is displayed as last instead the newly created Product and Party should list / displayed as First, for that what i have to do -- Regards, Prabhakaran.D +91 99 520 93 900

Re: How to delete a catalog or catagory ?

2009-11-09 Thread Kumaraswamy nandipati
Hi Zhibin, Delete feature is lil. bit in secure(unfortunate delete will impact more on business). May be because of this reason, delete action for catalog and category was not provided from years. if you want to delete, write a stored procedure to delete catalog/category. Otherwise, expire them t

Re: switching between http and https without cookies possible in ofbiz?????

2009-11-09 Thread Kumaraswamy nandipati
Hi Raj, By URL rewriting for https links solving my problem. I am able achieve this by using pre-defined class *OfbizUrlTransform*(not yet practiced with this. My Research seems it fits). Thanks one and all for your suggestions. On Mon, Nov 9, 2009 at 12:06 PM, Raj Saini wrote: > I do not thi

Re: Hiding Menus in Ofbiz

2009-11-09 Thread Kumaraswamy nandipati
Hi Rakesh, If I am getting you currectly(Other menus means Content, CMS, Catalog etc modules), you can do this in 3 ways. Sol. 1) Remove components: If you don't want those modules at all, Just comment them in OFBIZ-HOME/applications/component-load.xml. So, they won't load at all. Sol. 2) By