Re: Product Price

2008-03-31 Thread Bilgin Ibryam
Hi Rohit, You also have to change the Default Currency Uom of the Product Store. Bilgin

RE: Use Webservice inside

2008-03-31 Thread Nikita Shinde
Oops! its userLogin(GenericValue) not userLoginId :) -Original Message- From: Nikita Shinde [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 01, 2008 12:18 PM To: user@ofbiz.apache.org Subject: RE: Use Webservice inside Hi, You have to pass the userLoginId too in the map

RE: Use Webservice inside

2008-03-31 Thread Nikita Shinde
Hi, You have to pass the userLoginId too in the map Map = local.runSync("createPartyRole",UtilMisc.toMap("userLoginId", userLoginId, ...); Thanks, Nikita Shinde. Amicon Technologies Pvt. Ltd. Mumbai. -Original Message- From: Yitao_Zhao [mailto:[EMAIL PROTECTED] Sent:

Use Webservice inside

2008-03-31 Thread Yitao_Zhao
Hi all I hope to get some hints about the webservice I configured the service.xml in my project like below: Then I try to use the webservice in the java code for remote webservice like below: @WebMethod Pu

Product Price

2008-03-31 Thread rohitpant
Hi all, I have created a product and also attached a price to it by providing the following informtion Price Type : Default Price Purpose : Purchase/Initial Currency UOM Id: INR - Indian Rupee Product Store Group Id : Not Applicable >From Date : 2008-04-01 10:11:50.552 Thru Date :

Re: Paging on minilang

2008-03-31 Thread ian tabangay
Thanks! ~ ian On Mon, Mar 31, 2008 at 7:26 PM, Pranay Pandey < [EMAIL PROTECTED]> wrote: > Hello Ian, > > There may be two ways to do that if you are going to use form widget > then you have add in screen > default-value="0"/> > type="Integer" default-value="50"/> > and then in

Stumped and feeling stupid

2008-03-31 Thread [EMAIL PROTECTED]
I have this service: public static Map setProductIntroDateToItemIssuance(org.ofbiz.service.DispatchContext dctx, java.util.Map context) In this file: com.fs.inventory.InventoryServices I can see the InventoryServices.class in the build\lib jar file and I can see the class with the right date

Re: about geronimo

2008-03-31 Thread xpingxu
Hi,yuesef thanks for replay. see the url "Updating a GBean's classloader" http://mail-archives.apache.org/mod_mbox/geronimo-user/200602.mbox/[EMAIL PROTECTED] in the 2006. core team has a approach for geronimo integration with gbean model. but from the svn I don't find out code for this fea

Re: How to automatically update inventory ?

2008-03-31 Thread BJ Freeman
Just a thought any thing you use will effect other modules like accounting. so if at some point you are going to delete and rebuild the DB for ofbiz you will have a large task on your hands. you may want to write your own service directly effects the information you are making a copy of in ofbiz.

How to automatically update inventory ?

2008-03-31 Thread Bruno Busco
Hi All, for the moment i need to use OFBIZ as an ecommerce webapp that interfaces to a legacy warehouse management application. (As a further step we aim to replace the whole ERP) I have configured a couple of entitities and built a view-entity to access the legacy database and I have now all the

Category Search page/List all categories?

2008-03-31 Thread Ritz123
Hi, In Admin - Is there a page that 1. list all the categories? 2. Search categories - like Search products? Thanks -- View this message in context: http://www.nabble.com/Category-Search-page-List-all-categories--tp16397730p16397730.html Sent from the OFBiz - User mailing list archive at N

Re: How to write screens?

2008-03-31 Thread BJ Freeman
look in /framework/examples also you can search through the /applications in the widgets folder to see how different screens are done you should also look through /framework/widgets/dtd for the xml that define what can be put in a widget. it helps if you have a xml editor that can read the dtd when

How to write screens?

2008-03-31 Thread Roberto Cosenza
Hi. Please help me out to get started. I'm having hard times to find stuff in the documentation I'm building a new application. I correctly mapped the "ViewItem" screen. Once I go on the ViewItem url I want to 1) Take the "artnr" request parameter 2) Execute the service "findItem" with the

RE: about geronimo

2008-03-31 Thread Yousef Shemisa
-Original Message- From: Jacques Le Roux [mailto:[EMAIL PROTECTED] Sent: Sunday, March 30, 2008 23:51 To: user@ofbiz.apache.org Subject: Re: about geronimo I have done some work about that these last weeks for a client. Now OFBiz is running under Websphere Application Server Community Ed

Re: Paging on minilang

2008-03-31 Thread BJ Freeman
paging is part of the widgets. look in /framework/widgets/.../htmlscreenrender.java ian tabangay sent the following on 3/31/2008 2:51 AM: > Hi. > Is there a way to define a paging screens for listing hundreds of data? I > browsed through the ofbiz package and theyre either implemented on bsh or >

Re: Paging on minilang

2008-03-31 Thread Pranay Pandey
Hello Ian, There may be two ways to do that if you are going to use form widget then you have add in screen default-value="0"/> type="Integer" default-value="50"/> and then in form use paginate-target="ScreenName " list-name="listIt" you will need to fetch the list in screen its

Paging on minilang

2008-03-31 Thread ian tabangay
Hi. Is there a way to define a paging screens for listing hundreds of data? I browsed through the ofbiz package and theyre either implemented on bsh or java. thanks ~ ian

Re: Whats next after tutorials in www.opensourcestrategies.com

2008-03-31 Thread ian tabangay
Thanks everybody for the quick reply. ~ ian