LAST_UPDATED_STAMP

2008-02-04 Thread Roberto Cosenza
Hallo. How do I configure my entity /entity engine not to look for the following database fields? LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP My table is a legacy table that does not have those fields, of course. I tried setting enable-lock=false

Re: Displaying Inventory On Hand for products in ecommerce

2008-02-04 Thread Bilgin Ibryam
Hi Rupinder, it is easy to add this functionality. You can use getInventoryAvailableByFacility service to get availableToPromiseTotal and quantityOnHandTotal quantities. Regards, Bilgin

Re: LAST_UPDATED_STAMP

2008-02-04 Thread Roberto Cosenza
no-auto-stamp=true did the trick On 4 feb 2008, at 09.57, Roberto Cosenza wrote: Hallo. How do I configure my entity /entity engine not to look for the following database fields? LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP My table is a legacy table that

Communicating auth info while calling services through runSync

2008-02-04 Thread Deepaks
I have been trying to access certain services through runSync and am unable to get through. I always get You must be logged in to complete the [create a EntityName] process. though I have turned auth=false just to test it out. But I think it should have authentication turned on anyways. So is

Configuring Accounting and Chart of Accounts

2008-02-04 Thread Alan Halley
Hi Does anyone know of a good reference describing Accounting configuration, particularly with reference to ecommerce apps? Thanks Alan Halley

Re: Communicating auth info while calling services through runSync

2008-02-04 Thread Deepak Sathya
Thanks to both David and Rashko, I had missed the login-required parameter in simple-method. Now I can create an entity, so most of my code works :) But now I have to try what Rashko suggested and see how it goes. As creation of such things wont be good without authorized use. Thanks again,

Re: Communicating auth info while calling services through runSync

2008-02-04 Thread David E Jones
If you are implementing your service using a simple-method it has security settings too (on the simple-method element itself). You'll need to tell it to not require auth there as well. -David On Feb 4, 2008, at 2:24 PM, Deepaks wrote: I have been trying to access certain services

Re: Communicating auth info while calling services through runSync

2008-02-04 Thread Rashko Rejmer
Hi, Maybe you can pass the userLogin GV to the IN Map. E.g.: dispatcher.runSync(setPaymentStatus, UtilMisc.toMap(userLogin, userLogin, . Regards, Rashko Rejmer On Mon, 2008-02-04 at 13:24 -0800, Deepaks wrote: I have been trying to access certain services through runSync and am

Document Management

2008-02-04 Thread Sam Hamilton
Hi there, I was wondering if you guys have plans for implementing a document management system such as Alfresco into the Ofbiz framework? Thanks Sam

Re: Document Management

2008-02-04 Thread Hans Bakker
Please check the 'content' component, that what we have now and can be easily extended for what you want. look at 'website -- cmssite -- cms and dataResource -- navigate Regards, Hans On Tue, 2008-02-05 at 08:40 +0800, Sam Hamilton wrote: Hi there, I was wondering if you guys have plans