Re: Adding quantity for items in inventory

2008-01-27 Thread vijay Si
You can create purchase order for the item to be received in the inventory. Then goto [Facilities]-->[Receive Inventory] and metion the po number. You can also directly receive based on product id but this method cannot be tracked directly in the accounting module. Also see to it that you receive

Error: "Packed amount does not match reserved amount for item"

2008-01-27 Thread Rupinder
Hi, While packing a order("Pack Order") under facility application, after selecting the product to be packed, when i select the "Complete" option, the following error is displayed: "Packed amount does not match reserved amount for item (282-354) [1.0 / 0.0]" Here (282-354) is the internal n

Adding quantity for items in inventory

2008-01-27 Thread Rupinder
Hi I am trying to add products in inventory. But I am not able to find any option for specifying the quantity for the products. So now when placing order from ecommerce application, getting the following error: "Sorry, we do not have enough (you tried 1) of the product (product ID: 204-075) i

POS screen "ITEM MODIFICATION ERROR"

2008-01-27 Thread Ravi Subramanian
Hi, I am trying to use the POS in ofbiz. I am using the localderby database and running it in ubuntu 7.10. After i start the POS and give username/password as 1/1 and then open the manager to give some starting amount i am taken to the list of products. When i click on any of them i get an alert s

Re: new accomodation map entities

2008-01-27 Thread David E Jones
For those watching on the user list only: I've replied to this on the dev list, as it's really a discussion of OFBiz enhancements. -David On Jan 27, 2008, at 8:58 PM, Hans Bakker wrote: Hi Valentina, thanks for your input. The first thing we have to agree now is the entity definitions. T

Re: Another newbie question... I'm full of them

2008-01-27 Thread Peter Felts
Ah, that's what I get for only searching .xml files... Thanks guys. - Original Message From: Hans Bakker <[EMAIL PROTECTED]> To: user@ofbiz.apache.org Sent: Sunday, January 27, 2008 1:13:25 AM Subject: Re: Another newbie question... I'm full of them Hi, I did the same as you and se

new accomodation map entities

2008-01-27 Thread Hans Bakker
Hi Valentina, thanks for your input. The first thing we have to agree now is the entity definitions. Then later we can see how we do the availability checking. For the good order: Karnchana is working with me here. here was you original proposal from you which is a little modified by me: 1. on th

Re: Question on spot-class-map entities(copied from jira-1590)

2008-01-27 Thread Karnchana
Hi, Valentina thanks for your answer but in : I meant VIPTables in Private Rooms and 4 (people) capacity with name PrVIP-5. It's one table. Regards, Karnchana -- View this message in context: http://www.nabble.com/Question-on-spot-class-map-entities%28copied-from-jira-1590%29-tp15089

Re: Communication Events, Content, and Forums

2008-01-27 Thread David E Jones
On Jan 25, 2008, at 12:37 PM, Adrian Crum wrote: I need some guidance on how to accomplish a task in OFBiz. I have our OFBiz instance routing incoming emails (communication events) to our OFBiz users. They can view their messages and the attachments. I recently updated the trunk to enable sett

Re: Help with concepts...

2008-01-27 Thread tony zhao
In my opinion The operation is integrated in the ofbiz Try to understand the database stucture It will help you to get known about the ofbiz process On 1/25/08, Peter Felts <[EMAIL PROTECTED]> wrote: > > I'm learning OfBiz and I'm at the point where I've gone through the basic > tutorials prov

Re: Another newbie question... I'm full of them

2008-01-27 Thread Raj Saini
Deafult screen is set in product.bsh as productdetail screen. However, you can override this screen in the product->Content of catalog manager application. Thanks, Raj Peter Felts wrote: Hi, everyone on this list has been very helpful with my quest to master ofbiz. Today I'd like to ask for

Re: Another newbie question... I'm full of them

2008-01-27 Thread Hans Bakker
Hi, I did the same as you and searched all the files for 'detailScreen' and between the references you mention there is the file product.bsh at line 115: context.put("detailScreen", detailScreen); in he same file, you can see how the variable detailScreen is created Regards, Hans On Sun, 2008-

Another newbie question... I'm full of them

2008-01-27 Thread Peter Felts
Hi, everyone on this list has been very helpful with my quest to master ofbiz. Today I'd like to ask for help with something I'm stuck on. I'm trying to make my first ofbiz app after going through the tutorials, reading, etc. I decided to use the ecommerce app as a source to get design ideas fo