what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Hi all, I have to use product inventory from ofBiz to other application. Now, when the order for that product is generated on the external application, i have update the respective inventory in the ofBiz. The ofBiz entity for this is INVENTORY_ITEM. And below are the fields : 1)

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread Jacopo Cappellato
Hi Deval, that field is only used if you have setup the FIFO or LIFO inventory accounting: its content represents the units that are currently posted in the inventory account (at their unitCost). This is required because the order in which the goods in inventory items physically enter or exit

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Thanks for your reply Jacopo ... My problem is related to deducting the inventory quantity. Whenever an inventory in received in respective warehouse a new record is generated in the InventoryItem. However i am concerned with the total of the respective product's inventory in the particular

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Jacques please looking for your thoughts too for this inventory deduction functionality.. is there any service to deduct inventory in any facility -- View this message in context:

Finalization of StdRoom order

2012-05-04 Thread Martin Kaiser
Hi, I'm relatively new to ofbiz, and currently I'm stuck in processing an order of the demo data set. I've successfully created an order of the StdRoom for one night and I'm able to view it in the order manager. Of course, this item can not be shipped. So the quickship option which I can use for

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread Ankit Jain
Hi Deval, As much I understand your requirement, your order is placed from some external application and you want to manage inventory in ofbiz, for InventoryItem history we use InventoryItemDetail, instead of creating InventoryItem create InventoryItemDetail record and the service

Ant run-test-list target

2012-05-04 Thread Jeff Lowery
I want to run multiple unit tests as part of a daily build process. I've found the ant target 'run-test-list' in build.xml, which invokes another ant target 'all-tests' in test-list-build.xml. I don't have test-list-build.xml, and I've not had any luck finding an example that would indicate

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread Ankit Jain
Hi Deval, Yes I got your problem, and you can achieve this by writing a service and expose it as a webservice by doing export=true and pass the required parameter which will create a InventoryItemDetail record for the ordered Product inventory. You have productId and the quantity you want to

Re: Ant run-test-list target

2012-05-04 Thread Jacques Le Roux
Release.revision? Jacques Jeff Lowery wrote: I want to run multiple unit tests as part of a daily build process. I've found the ant target 'run-test-list' in build.xml, which invokes another ant target 'all-tests' in test-list-build.xml. I don't have test-list-build.xml, and I've not had

Re: what is accountingQuantityTotal in InventoryItem entity?

2012-05-04 Thread devalpatel
Ankit, I also thought tried the same.. But the problem is , I don't have inventoryItemId. So, Based on the product Id i get multiple records from the inventoryItem table. So from multiple records, which inventoryItemId i can use to pass in the createInventoryItemDetail table

Re: Ant run-test-list target

2012-05-04 Thread Jeffl
Release.revision? 1104 -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ant-run-test-list-target-tp4609039p4609344.html Sent from the OFBiz - User mailing list archive at Nabble.com.